Skip to content

Commit d0b105f

Browse files
donoghucyaauie
authored andcommitted
Fix pull request pipeline definition for buildkite (#17552)
When the fedramp high feature branch was merged into 8.x the PR pipeline accidentally duplicated the top level `steps` key. This was a mistake and is causing issues generating exhaustive test pipeline definition. This commit fixes the bug by ensuring there is a single `steps` key that defines all the steps in the pipeline.
1 parent 3474260 commit d0b105f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.buildkite/pull_request_pipeline.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ steps:
1919
export GRADLE_OPTS="-Xmx2g -Dorg.gradle.daemon=false -Dorg.gradle.logging.level=info"
2020
ci/license_check.sh -m 4G
2121
22-
steps:
2322
- label: ":passport_control: License check - Fedramp High Mode"
2423
key: "license-check-fedramp-high"
2524
agents:

0 commit comments

Comments
 (0)