Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run flux e2e test group in GHA's local_e2e_tests job #5625

Closed
wants to merge 4 commits into from
Closed
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 3 additions & 10 deletions .github/workflows/kubeapps-general.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -425,26 +425,19 @@ jobs:
fail-fast: false
matrix:
tests_group:
- carvel
- flux
- main
- multicluster
- 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: ${{ matrix.timeout_minutes }} # Timeout minutes for each test
TEST_TIMEOUT_MINUTES: 6 # Timeout minutes for each test
USE_MULTICLUSTER_OIDC_ENV: "true"
steps:
- uses: actions/checkout@v3
Expand Down