We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0ca6cd commit f696c10Copy full SHA for f696c10
1 file changed
.buildkite/pipeline.trigger.integration.tests.sh
@@ -27,6 +27,8 @@ for test in "${STACK_COMMAND_TESTS[@]}"; do
27
test_name=${test#"test-"}
28
echo " - label: \":go: Integration test: ${test_name}\""
29
echo " command: ./.buildkite/scripts/integration_tests.sh -t ${test}"
30
+ echo " env:"
31
+ echo " ELASTIC_PACKAGE_DISABLE_ELASTIC_AGENT_WOLFI: true"
32
echo " agents:"
33
echo " provider: \"gcp\""
34
echo " image: \"${UBUNTU_X86_64_AGENT_IMAGE}\""
0 commit comments