Skip to content

Commit

Permalink
add needs to -dev jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
spencergilbert committed Dec 18, 2023
1 parent a64b531 commit 99a13ce
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitlab/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ new-e2e-language-detection-dev:
rules:
- if: $RUN_E2E_TESTS == "true"
- !reference [.on_dev_branch_manual]
needs: ["deploy_deb_testing-a7_x64"]
variables:
TARGETS: ./tests/language-detection
TEAM: processes
Expand All @@ -256,6 +257,7 @@ new-e2e-npm-dev:
rules:
- if: $RUN_E2E_TESTS == "true"
- !reference [.on_dev_branch_manual]
needs: ["deploy_deb_testing-a7_x64"]
variables:
TARGETS: ./tests/npm

Expand All @@ -272,6 +274,7 @@ new-e2e-aml-dev:
rules:
- if: $RUN_E2E_TESTS == "true"
- !reference [.on_dev_branch_manual]
needs: ["deploy_deb_testing-a7_x64"]
variables:
TARGETS: ./tests/agent-metric-logs
TEAM: agent-metric-logs
Expand All @@ -288,6 +291,7 @@ new-e2e-cws-dev:
rules:
- if: $RUN_E2E_TESTS == "true"
- !reference [.on_dev_branch_manual]
needs: ["deploy_deb_testing-a7_x64"]
variables:
TARGETS: ./tests/cws
TEAM: csm-threats-agent
Expand All @@ -308,6 +312,7 @@ new-e2e-process-dev:
rules:
- if: $RUN_E2E_TESTS == "true"
- !reference [.on_dev_branch_manual]
needs: ["deploy_deb_testing-a7_x64"]
variables:
TARGETS: ./tests/process
TEAM: processes
Expand Down

0 comments on commit 99a13ce

Please sign in to comment.