Skip to content

Commit 0219016

Browse files
committed
comment out for testing purposes
1 parent 12172c7 commit 0219016

File tree

1 file changed

+28
-28
lines changed

1 file changed

+28
-28
lines changed

.buildkite/build_pipeline.yml

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,36 @@
11
steps:
2-
- input: "Build parameters"
3-
if: build.source == "ui"
4-
fields:
5-
- select: "Rebuild?"
6-
key: "REBUILD"
7-
default: ""
8-
required: false
9-
options:
10-
- label: "no"
11-
value: ""
12-
- label: "yes"
13-
value: "rebuild"
14-
hint: "Should all books be rebuilt, regardless of what has changed? Build once with this set to true after every release."
15-
- select: "How should broken links be handled?"
16-
key: "BROKEN_LINKS"
17-
default: ""
18-
required: false
19-
options:
20-
- label: "Continue without warning"
21-
value: "skiplinkcheck"
22-
- label: "Continue, but log a warning"
23-
value: "warnlinkcheck"
24-
- label: "Fail the build"
25-
value: ""
26-
hint: "Should we ignore checking broken links? Should we allow to run the build without failing if there's a broken link? Ignoring broken links is dangerous not just because bad links will leak into the public site but because subsequent builds and pull requests that do not fix the links fail."
27-
- wait
2+
# - input: "Build parameters"
3+
# if: build.source == "ui"
4+
# fields:
5+
# - select: "Rebuild?"
6+
# key: "REBUILD"
7+
# default: ""
8+
# required: false
9+
# options:
10+
# - label: "no"
11+
# value: ""
12+
# - label: "yes"
13+
# value: "rebuild"
14+
# hint: "Should all books be rebuilt, regardless of what has changed? Build once with this set to true after every release."
15+
# - select: "How should broken links be handled?"
16+
# key: "BROKEN_LINKS"
17+
# default: ""
18+
# required: false
19+
# options:
20+
# - label: "Continue without warning"
21+
# value: "skiplinkcheck"
22+
# - label: "Continue, but log a warning"
23+
# value: "warnlinkcheck"
24+
# - label: "Fail the build"
25+
# value: ""
26+
# hint: "Should we ignore checking broken links? Should we allow to run the build without failing if there's a broken link? Ignoring broken links is dangerous not just because bad links will leak into the public site but because subsequent builds and pull requests that do not fix the links fail."
27+
# - wait
2828
- label: "Check for queue"
29-
if: build.source == "schedule"
29+
# if: build.source == "schedule"
3030
command: ".buildkite/scripts/check_queue.sh"
3131
- wait
3232
- label: "Full rebuild or incremental build?"
33-
if: build.source == "schedule"
33+
# if: build.source == "schedule"
3434
command: ".buildkite/scripts/compare_commits.sh"
3535
concurrency: 1
3636
concurrency_group: docs-build-${BUILDKITE_BRANCH}

0 commit comments

Comments
 (0)