Skip to content

Commit

Permalink
gha: Add retry mechanism in http test
Browse files Browse the repository at this point in the history
[ upstream commit 53f26bd ]

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>
Signed-off-by: Yutaro Hayakawa <yutaro.hayakawa@isovalent.com>
  • Loading branch information
sayboras authored and YutaroHayakawa committed May 15, 2023
1 parent 0f128d6 commit feb782b
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 @@ -104,9 +104,11 @@ jobs:
- name: Checkout ingress-controller-conformance
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
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 feb782b

Please sign in to comment.