Skip to content

Commit

Permalink
gha: Add retry mechanism in http test
Browse files Browse the repository at this point in the history
This change was actually part of cilium#22673, but then got reverted
unintentionally due to refactor as part of cilium#24025.

Relates: cilium#24025
Relates: cilium#22673
Fixes: cilium#21993
Signed-off-by: Tam Mach <tam.mach@cilium.io>
  • Loading branch information
sayboras authored and joestringer committed May 4, 2023
1 parent ea404cf commit 53f26bd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/conformance-ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,11 @@ jobs:
- name: Checkout ingress-controller-conformance
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
with:
repository: kubernetes-sigs/ingress-controller-conformance
# Use the forked repo with retry mechanism
# Please refer to https://github.com/kubernetes-sigs/ingress-controller-conformance/pull/101 for more details.
repository: cilium/ingress-controller-conformance
path: ingress-controller-conformance
ref: a38bfcddfc7b10a7b479c1f274b87380c7390c96
ref: 010bbae21b71d9785660b87908dfe2ba8cd2f25d
persist-credentials: false

- name: Install Ingress conformance test tool
Expand Down

0 comments on commit 53f26bd

Please sign in to comment.