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

Add needs to ASC e2e tests to avoid waiting too much + avoid skipping if previous unrelated stage failed #21064

Merged
merged 2 commits into from
Nov 30, 2023
Merged
Changes from all 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
2 changes: 2 additions & 0 deletions .gitlab/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ new-e2e-agent-shared-components-dev:
new-e2e-agent-shared-components-main:
extends: .new_e2e_template
rules: !reference [.on_main_and_no_skip_e2e]
needs: ['deploy_deb_testing-a7_x64']
variables:
TARGETS: ./tests/agent-shared-components
TEAM: agent-shared-components
Expand All @@ -217,6 +218,7 @@ new-e2e-agent-subcommands-dev:
new-e2e-agent-subcommands-main:
extends: .new_e2e_template
rules: !reference [.on_main_and_no_skip_e2e]
needs: ['deploy_deb_testing-a7_x64']
variables:
TARGETS: ./tests/agent-subcommands
TEAM: agent-shared-components
Expand Down
Loading