Skip to content

Commit 38f2b8b

Browse files
committed
Add full prefix name for new image
1 parent a0b1f8e commit 38f2b8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/scripts/exhaustive-tests/generate-steps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ def fips_test_runner_step() -> dict[str, typing.Any]:
177177
"instanceType": "m6i.xlarge",
178178
"diskSizeGb": 60,
179179
"instanceMaxAge": 1440,
180-
"imagePrefix": "logstash-ubuntu-2204-fips"
180+
"imagePrefix": "platform-ingest-logstash-ubuntu-2204-fips"
181181
},
182182
"retry": {"automatic": [{"limit": 1}]},
183183
"command": LiteralScalarString("""#!/usr/bin/env bash

0 commit comments

Comments
 (0)