We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7286fd7 commit d16e310Copy full SHA for d16e310
.gitlab/build_agent.yaml
@@ -7,9 +7,9 @@
7
BUCKET_BRANCH: "dev"
8
DEPLOY_AGENT: "false"
9
INTEGRATIONS_CORE_VERSION: ${CI_COMMIT_REF_NAME}
10
- # disable kitchen and e2e tests
+ RUN_E2E_TESTS: "on"
11
+ # disable kitchen tests
12
RUN_KITCHEN_TESTS: "false"
- RUN_E2E_TESTS: "off"
13
stage: build
14
trigger:
15
project: DataDog/datadog-agent
0 commit comments