Skip to content

Commit 5a059e2

Browse files
committed
the fix for the fix
1 parent 4d62453 commit 5a059e2

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

.buildkite/build_pipeline.yml

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -30,23 +30,17 @@ steps:
3030
key: check-queue
3131
# if: build.source == "schedule"
3232
command: ".buildkite/scripts/check_queue.sh"
33+
- wait
3334
- label: "Start of concurrency gate"
34-
key: start-gate
35-
depends_on: check-queue
3635
command: echo "Start of concurrency gate"
3736
concurrency_group: gate/docs-build-${BUILDKITE_BRANCH}
3837
concurrency: 1
3938
- wait
4039
- label: "Full rebuild or incremental build?"
41-
key: build-type
42-
depends_on: start-gate
4340
# if: build.source == "schedule"
4441
command: ".buildkite/scripts/compare_commits.sh"
45-
concurrency: 1
46-
concurrency_group: docs-build-${BUILDKITE_BRANCH}
42+
- wait
4743
- label: ":white_check_mark: Build docs"
48-
key: build-docs
49-
depends_on: build-type
5044
command: |
5145
export REBUILD="$(buildkite-agent meta-data get REBUILD --default '' --log-level fatal)"
5246
export BROKEN_LINKS="$(buildkite-agent meta-data get BROKEN_LINKS --default '' --log-level fatal)"
@@ -55,12 +49,11 @@ steps:
5549
provider: "gcp"
5650
image: family/docs-ubuntu-2204
5751
machineType: ${BUILD_MACHINE_TYPE}
58-
concurrency_group: docs-build-${BUILDKITE_BRANCH}
52+
- wait
5953
- label: "End of concurrency gate"
60-
key: end-gate
61-
depends_on: build-docs
6254
command: echo "End of concurrency gate"
6355
concurrency_group: gate/docs-build-${BUILDKITE_BRANCH}
56+
concurrency: 1
6457
notify:
6558
- email: "[email protected]"
6659
if: build.state == "failed"

0 commit comments

Comments
 (0)