Skip to content

Commit

Permalink
run every 30 mins, no rebuild, concurrency 1
Browse files Browse the repository at this point in the history
  • Loading branch information
bmorelli25 committed Feb 8, 2024
1 parent 5346158 commit 102eccb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .buildkite/build_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ steps:
fields:
- select: "Rebuild?"
key: "REBUILD"
default: "rebuild"
default: ""
required: false
options:
- label: "no"
Expand All @@ -27,13 +27,15 @@ steps:
- wait
- label: ":white_check_mark: Build docs"
command: |
export REBUILD="$(buildkite-agent meta-data get REBUILD --default 'rebuild' --log-level fatal)"
export REBUILD="$(buildkite-agent meta-data get REBUILD --default '' --log-level fatal)"
export BROKEN_LINKS="$(buildkite-agent meta-data get BROKEN_LINKS --default '' --log-level fatal)"
bash .buildkite/scripts/build.sh
agents:
provider: "gcp"
image: family/docs-ubuntu-2204
machineType: ${BUILD_MACHINE_TYPE}
concurrency_group: build-docs
concurrency: 1
notify:
- email: "[email protected]"
if: build.state == "failed"

0 comments on commit 102eccb

Please sign in to comment.