Skip to content

Commit

Permalink
prevent blocking
Browse files Browse the repository at this point in the history
  • Loading branch information
chouetz committed Nov 8, 2024
1 parent 9bb00c2 commit 26b3e35
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -897,6 +897,7 @@ workflow:
- test/new-e2e/tests/agent-shared-components/**/*
compare_to: 6.53.x # TODO: use a variable, when this is supported https://gitlab.com/gitlab-org/gitlab/-/issues/369916
- when: manual
allow_failure: true

.on_subcommands_or_e2e_changes_or_manual:
- !reference [.on_e2e_main_release_or_rc]
Expand All @@ -908,6 +909,7 @@ workflow:
- test/new-e2e/tests/agent-subcommands/**/*
compare_to: 6.53.x # TODO: use a variable, when this is supported https://gitlab.com/gitlab-org/gitlab/-/issues/369916
- when: manual
allow_failure: true

.on_language-detection_or_e2e_changes_or_manual:
- !reference [.on_e2e_main_release_or_rc]
Expand Down

0 comments on commit 26b3e35

Please sign in to comment.