Skip to content

Commit f696c10

Browse files
committed
test disabling wolfi images
1 parent d0ca6cd commit f696c10

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.buildkite/pipeline.trigger.integration.tests.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ for test in "${STACK_COMMAND_TESTS[@]}"; do
2727
test_name=${test#"test-"}
2828
echo " - label: \":go: Integration test: ${test_name}\""
2929
echo " command: ./.buildkite/scripts/integration_tests.sh -t ${test}"
30+
echo " env:"
31+
echo " ELASTIC_PACKAGE_DISABLE_ELASTIC_AGENT_WOLFI: true"
3032
echo " agents:"
3133
echo " provider: \"gcp\""
3234
echo " image: \"${UBUNTU_X86_64_AGENT_IMAGE}\""

0 commit comments

Comments
 (0)