Skip to content

Commit

Permalink
DO NOT MERGE
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Busseneau <[email protected]>
  • Loading branch information
nbusseneau authored and tklauser committed Jul 14, 2021
1 parent adfae43 commit d1c586e
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/eks-tunnel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: EKS (tunnel)

# Any change in triggers needs to be reflected in the concurrency group.
on:
pull_request_target: {}
pull_request: {}
# Run every 6 hours
schedule:
- cron: '30 1/6 * * *'
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
kubectl -n kube-system wait job/cilium-cli --for=condition=complete --timeout=10m
- name: Post-test information gathering
if: ${{ failure() }}
if: ${{ always() }}
run: |
echo "=== Retrieve in-cluster jobs logs ==="
kubectl logs --timestamps -n kube-system job/cilium-cli-install
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/eks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: EKS (ENI)

# Any change in triggers needs to be reflected in the concurrency group.
on:
pull_request_target: {}
pull_request: {}
# Run every 6 hours
schedule:
- cron: '0 1/6 * * *'
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
kubectl -n kube-system wait job/cilium-cli --for=condition=complete --timeout=10m
- name: Post-test information gathering
if: ${{ failure() }}
if: ${{ always() }}
run: |
echo "=== Retrieve in-cluster jobs logs ==="
kubectl logs --timestamps -n kube-system job/cilium-cli-install
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/externalworkloads.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: External Workloads

# Any change in triggers needs to be reflected in the concurrency group.
on:
pull_request_target: {}
pull_request: {}
# Run every 6 hours
schedule:
- cron: '0 4/6 * * *'
Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:
kubectl -n kube-system wait job/cilium-cli --for=condition=complete --timeout=10m
- name: Post-test information gathering
if: ${{ failure() }}
if: ${{ always() }}
run: |
echo "=== Retrieve in-cluster jobs logs ==="
kubectl logs --timestamps -n kube-system job/cilium-cli-install
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/gke.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: GKE

# Any change in triggers needs to be reflected in the concurrency group.
on:
pull_request_target: {}
pull_request: {}
# Run every 6 hours
schedule:
- cron: '0 2/6 * * *'
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
kubectl -n kube-system wait job/cilium-cli --for=condition=complete --timeout=15m
- name: Post-test information gathering
if: ${{ failure() }}
if: ${{ always() }}
run: |
echo "=== Retrieve in-cluster jobs logs ==="
kubectl logs --timestamps -n kube-system job/cilium-cli
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/multicluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Multicluster

# Any change in triggers needs to be reflected in the concurrency group.
on:
pull_request_target: {}
pull_request: {}
# Run every 6 hours
schedule:
- cron: '0 3/6 * * *'
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
kubectl -n kube-system wait job/cilium-cli --for=condition=complete --timeout=20m
- name: Post-test information gathering
if: ${{ failure() }}
if: ${{ always() }}
run: |
echo "=== Retrieve in-cluster jobs logs ==="
kubectl logs --timestamps -n kube-system job/cilium-cli
Expand Down

0 comments on commit d1c586e

Please sign in to comment.