File tree Expand file tree Collapse file tree 1 file changed +4
-11
lines changed Expand file tree Collapse file tree 1 file changed +4
-11
lines changed Original file line number Diff line number Diff line change @@ -30,23 +30,17 @@ steps:
30
30
key : check-queue
31
31
# if: build.source == "schedule"
32
32
command : " .buildkite/scripts/check_queue.sh"
33
+ - wait
33
34
- label : " Start of concurrency gate"
34
- key : start-gate
35
- depends_on : check-queue
36
35
command : echo "Start of concurrency gate"
37
36
concurrency_group : gate/docs-build-${BUILDKITE_BRANCH}
38
37
concurrency : 1
39
38
- wait
40
39
- label : " Full rebuild or incremental build?"
41
- key : build-type
42
- depends_on : start-gate
43
40
# if: build.source == "schedule"
44
41
command : " .buildkite/scripts/compare_commits.sh"
45
- concurrency : 1
46
- concurrency_group : docs-build-${BUILDKITE_BRANCH}
42
+ - wait
47
43
- label : " :white_check_mark: Build docs"
48
- key : build-docs
49
- depends_on : build-type
50
44
command : |
51
45
export REBUILD="$(buildkite-agent meta-data get REBUILD --default '' --log-level fatal)"
52
46
export BROKEN_LINKS="$(buildkite-agent meta-data get BROKEN_LINKS --default '' --log-level fatal)"
@@ -55,12 +49,11 @@ steps:
55
49
provider : " gcp"
56
50
image : family/docs-ubuntu-2204
57
51
machineType : ${BUILD_MACHINE_TYPE}
58
- concurrency_group : docs-build-${BUILDKITE_BRANCH}
52
+ - wait
59
53
- label : " End of concurrency gate"
60
- key : end-gate
61
- depends_on : build-docs
62
54
command : echo "End of concurrency gate"
63
55
concurrency_group : gate/docs-build-${BUILDKITE_BRANCH}
56
+ concurrency : 1
64
57
notify :
65
58
66
59
if : build.state == "failed"
You can’t perform that action at this time.
0 commit comments