Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
jgwest committed Oct 2, 2024
1 parent 7477990 commit dbef6f2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/e2e_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ on:

jobs:

test-e2e:
test-e2e:
name: Run end-to-end tests
timeout-minutes: 90
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/rollouts_e2e_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
test-e2e:
name: Run end-to-end tests from upstream Argo Rollouts repo
runs-on: ubuntu-latest
timeout-minutes: 90
strategy:
matrix:
k3s-version: [ v1.28.2 ]
Expand Down
2 changes: 1 addition & 1 deletion hack/run-rollouts-manager-e2e-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ sanity_test_metrics_data() {

fi

if [[ "`expr $DELTA_SUCCESS_RECONCILES \> 900`" == "1" ]]; then
if [[ "`expr $DELTA_SUCCESS_RECONCILES \> 1200`" == "1" ]]; then
# This value is arbitrary, and should be updated if at any point it becomes inaccurate (but first audit the test/code to make sure it is not an actual product/test issue, before increasing)

echo "Number of Reconcile calls that returned success $DELTA_SUCCESS_RECONCILES was greater than the expected value"
Expand Down

0 comments on commit dbef6f2

Please sign in to comment.