ingress-nginx-helm/hack
Hervé 30c4314534
Fix print-e2e-suite (#9536)
Before:
```
$ make print-e2e-suite
Reached DIND check ELSE block, inside run-in-docker.sh
Compiled e2e.test
Reached DIND check ELSE block, inside run-in-docker.sh
+ set -o errexit
+ set -o nounset
+ set -o pipefail
+++ dirname hack/print-e2e-suite.sh
++ cd hack/..
++ pwd -P
+ DIR=/go/src/k8s.io/ingress-nginx
+ /go/src/k8s.io/ingress-nginx/test/e2e/e2e.test -ginkgo.noColor -ginkgo.dryRun
+ sed 's|/go/src/k8s.io/ingress-nginx/|File: |g'
+ sed s/•//g
+ + head -n-3tail -n+5

You're using deprecated Ginkgo functionality:
=============================================
  --ginkgo.dryRun is deprecated, use --ginkgo.dry-run instead
  Learn more at: https://onsi.github.io/ginkgo/MIGRATING_TO_V2#changed-command-line-flags
  --ginkgo.noColor is deprecated, use --ginkgo.no-color instead
  Learn more at: https://onsi.github.io/ginkgo/MIGRATING_TO_V2#changed-command-line-flags

To silence deprecations that can be silenced set the following environment variable:
  ACK_GINKGO_DEPRECATIONS=2.6.1

Will run 423 of 423 specs
```

After:
```
$ make print-e2e-suite
Reached DIND check ELSE block, inside run-in-docker.sh
Compiled e2e.test
Reached DIND check ELSE block, inside run-in-docker.sh

Will run 423 of 423 specs
------------------------------
[Annotations] service-upstream when using the default value (false) and enabling in the annotations should use the Service Cluster IP and Port
File: test/e2e/annotations/serviceupstream.go:41
 [0.000 seconds]
------------------------------
[...]
```

Signed-off-by: Hervé Werner <dud225@hotmail.com>
2024-02-27 05:41:04 -08:00
..
boilerplate Freeze code generation boilerplate year for proper validation (#8117) 2022-01-09 13:45:12 -08:00
manifest-templates Add rolling update strategy to each static deployment file (#10129) 2023-07-24 08:26:13 -07:00
.tool-versions bump helm helm-docs kustomize to fix failing ci (#8492) 2022-04-20 15:10:57 -07:00
add-namespace.py Update test images 2020-10-29 19:34:05 -03:00
generate-deploy-scripts.sh Improve hack/generate-deploy-scripts.sh to no longer generate versioned manifests (#8877) 2022-08-09 10:30:37 -07:00
init-buildx.sh Change builder in a new attempt to make it run 2021-09-04 01:06:51 -03:00
kube-env.sh Fix verification of boilerplate, style and file headers 2017-12-03 13:58:23 -03:00
print-e2e-suite.sh Fix print-e2e-suite (#9536) 2024-02-27 05:41:04 -08:00
tools.go Update ingress to go 1.17 (#7521) 2021-08-23 14:25:25 -07:00
update-codegen.sh Move APIs to be used by both controller and configurer (#8854) 2022-07-21 17:32:48 -07:00
update-toc.sh Start using KEPs for new features or breaking changes 2019-07-24 21:08:07 -04:00
verify-all.sh Remove unused variables and verbose e2e logs 2020-06-29 18:11:01 -04:00
verify-boilerplate.sh Fix license in header of files 2017-11-05 18:35:46 -03:00
verify-chart-lint.sh CI: Replace chart-testing image by e2e-test-runner. (#10761) 2023-12-15 01:13:34 +01:00
verify-codegen.sh Remove unused variables and verbose e2e logs 2020-06-29 18:11:01 -04:00
verify-gofmt.sh Fix verification of boilerplate, style and file headers 2017-12-03 13:58:23 -03:00
verify-golint.sh Add golangci github action and replace the deprecated golint (#10187) 2023-09-06 10:06:53 -07:00
verify-lualint.sh Enable lj-releng tool to lint lua code. 2020-06-09 18:01:35 +08:00