|
1 | 1 | 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 |
28 | 28 | - label: "Check for queue" |
29 | | - if: build.source == "schedule" |
| 29 | + # if: build.source == "schedule" |
30 | 30 | command: ".buildkite/scripts/check_queue.sh" |
31 | 31 | - wait |
32 | 32 | - label: "Full rebuild or incremental build?" |
33 | | - if: build.source == "schedule" |
| 33 | + # if: build.source == "schedule" |
34 | 34 | command: ".buildkite/scripts/compare_commits.sh" |
35 | 35 | concurrency: 1 |
36 | 36 | concurrency_group: docs-build-${BUILDKITE_BRANCH} |
|
0 commit comments