Skip to content

Commit

Permalink
Increase timeout for local_e2e_tests(opeartor) to avoid flaky tests (#…
Browse files Browse the repository at this point in the history
…5613)

This commit increases the timeout for the `operator` group of the `local_e2e_tests` 
job of the `kubeapps-general.yml` workflow.

Signed-off-by: Jesús Benito Calzada <[email protected]>
  • Loading branch information
Jesús Miguel Benito Calzada authored Nov 8, 2022
1 parent 2fc6eb5 commit ce8f0f4
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/kubeapps-general.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -430,13 +430,21 @@ jobs:
- multicluster-nokubeapps
- carvel
- operator
timeout_minutes:
- 4
include: # Override the default timeout for the operators group, to avoid flaky tests
- tests_group: operator
timeout_minutes: 6
exclude:
- tests_group: operator
timeout_minutes: 4
env:
DEFAULT_DEX_IP: "172.18.0.2"
IMG_PREFIX: ${{ needs.setup.outputs.img_prefix }}
TESTS_GROUP: ${{ matrix.tests_group }}
TEST_OPERATORS: "1"
TEST_UPGRADE: "1"
TEST_TIMEOUT_MINUTES: 4 # Timeout minutes for each test
TEST_TIMEOUT_MINUTES: ${{ matrix.timeout_minutes }} # Timeout minutes for each test
USE_MULTICLUSTER_OIDC_ENV: "true"
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit ce8f0f4

Please sign in to comment.