Skip to content

Commit d16e310

Browse files
authored
Run Agent E2E tests on triggered Agent builds (#21141)
* Run Agent E2E tests on triggered Agent builds * Fix comment
1 parent 7286fd7 commit d16e310

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitlab/build_agent.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
BUCKET_BRANCH: "dev"
88
DEPLOY_AGENT: "false"
99
INTEGRATIONS_CORE_VERSION: ${CI_COMMIT_REF_NAME}
10-
# disable kitchen and e2e tests
10+
RUN_E2E_TESTS: "on"
11+
# disable kitchen tests
1112
RUN_KITCHEN_TESTS: "false"
12-
RUN_E2E_TESTS: "off"
1313
stage: build
1414
trigger:
1515
project: DataDog/datadog-agent

0 commit comments

Comments
 (0)