Skip to content

Commit d8b1980

Browse files
committed
Ensure JAVA_HOME is set etc
Use the same buildkite agent script for setting up a vm based runner as other pipes
1 parent 38f2b8b commit d8b1980

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,8 @@ def fips_test_runner_step() -> dict[str, typing.Any]:
181181
},
182182
"retry": {"automatic": [{"limit": 1}]},
183183
"command": LiteralScalarString("""#!/usr/bin/env bash
184+
set -euo pipefail
185+
source .buildkite/scripts/common/vm-agent.sh
184186
./gradlew observabilitySREacceptanceTests --stacktrace
185187
"""),
186188
}

0 commit comments

Comments
 (0)