File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -241,7 +241,7 @@ steps:
241241 depends_on : packaging-ubuntu-x86-64
242242 command : |
243243 buildkite-agent artifact download build/distributions/** . --step 'packaging-ubuntu-x86-64'
244- .buildkite/scripts/steps/integration_tests_tf.sh {{matrix}} false
244+ .buildkite/scripts/steps/integration_tests_tf.sh {{matrix}} false false
245245 artifact_paths :
246246 - build/**
247247 - build/diagnostics/**
@@ -261,7 +261,7 @@ steps:
261261 # due to deb group present in matrix tar.gz and deb packages artifacts are required
262262 command : |
263263 buildkite-agent artifact download build/distributions/** . --step packaging-ubuntu-x86-64
264- .buildkite/scripts/steps/integration_tests_tf.sh {{matrix}} true
264+ .buildkite/scripts/steps/integration_tests_tf.sh {{matrix}} true false
265265 artifact_paths :
266266 - build/**
267267 - build/diagnostics/**
@@ -299,7 +299,7 @@ steps:
299299 - packaging-ubuntu-x86-64
300300 command : |
301301 buildkite-agent artifact download build/distributions/** . --step packaging-ubuntu-x86-64
302- .buildkite/scripts/steps/integration_tests_tf.sh rpm true
302+ .buildkite/scripts/steps/integration_tests_tf.sh rpm true false
303303 artifact_paths :
304304 - build/**
305305 - build/diagnostics/**
@@ -326,7 +326,7 @@ steps:
326326 AGENT_VERSION : " 9.0.0-SNAPSHOT" # Remove agent pinning once 9.0.0 is released
327327 command : |
328328 buildkite-agent artifact download build/distributions/*-linux-amd64.docker.tar.gz . --step 'packaging-containers-x86-64'
329- .buildkite/scripts/steps/integration_tests_tf.sh kubernetes false
329+ .buildkite/scripts/steps/integration_tests_tf.sh kubernetes false false
330330 artifact_paths :
331331 - build/**
332332 - build/diagnostics/**
You can’t perform that action at this time.
0 commit comments