Skip to content

Commit d916c85

Browse files
committed
Pass FIPS flag as false to existing integration test steps
1 parent 3e386d8 commit d916c85

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.buildkite/bk.integration.pipeline.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ steps:
132132
depends_on: packaging-ubuntu-x86-64
133133
command: |
134134
buildkite-agent artifact download build/distributions/** . --step 'packaging-ubuntu-x86-64'
135-
.buildkite/scripts/steps/integration_tests_tf.sh {{matrix}} false
135+
.buildkite/scripts/steps/integration_tests_tf.sh {{matrix}} false false
136136
artifact_paths:
137137
- build/**
138138
- build/diagnostics/**
@@ -152,7 +152,7 @@ steps:
152152
# due to deb group present in matrix tar.gz and deb packages artifacts are required
153153
command: |
154154
buildkite-agent artifact download build/distributions/** . --step packaging-ubuntu-x86-64
155-
.buildkite/scripts/steps/integration_tests_tf.sh {{matrix}} true
155+
.buildkite/scripts/steps/integration_tests_tf.sh {{matrix}} true false
156156
artifact_paths:
157157
- build/**
158158
- build/diagnostics/**
@@ -184,7 +184,7 @@ steps:
184184
- packaging-ubuntu-arm64
185185
command: |
186186
buildkite-agent artifact download build/distributions/** . --step 'packaging-ubuntu-arm64'
187-
.buildkite/scripts/steps/integration_tests_tf.sh {{matrix}} true
187+
.buildkite/scripts/steps/integration_tests_tf.sh {{matrix}} true false
188188
artifact_paths:
189189
- build/**
190190
- build/diagnostics/**
@@ -218,7 +218,7 @@ steps:
218218
- packaging-ubuntu-arm64
219219
command: |
220220
buildkite-agent artifact download build/distributions/** . --step 'packaging-ubuntu-arm64'
221-
.buildkite/scripts/steps/integration_tests_tf.sh {{matrix}} false
221+
.buildkite/scripts/steps/integration_tests_tf.sh {{matrix}} false false
222222
artifact_paths:
223223
- build/**
224224
- build/diagnostics/**
@@ -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/**

0 commit comments

Comments
 (0)