Skip to content

Commit 6bf4cf3

Browse files
committed
limit testing
1 parent 3acc11d commit 6bf4cf3

File tree

2 files changed

+458
-458
lines changed

2 files changed

+458
-458
lines changed

.buildkite/pipelines/pull_request/base.yml

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -103,29 +103,29 @@ steps:
103103

104104
- wait
105105

106-
- command: .buildkite/scripts/steps/ci_stats_ready.sh
107-
label: Mark CI Stats as ready
108-
agents:
109-
machineType: n2-standard-2
110-
diskSizeGb: 85
111-
timeout_in_minutes: 10
112-
depends_on:
113-
- build
114-
- build_api_docs
115-
retry:
116-
automatic:
117-
- exit_status: '*'
118-
limit: 1
106+
# - command: .buildkite/scripts/steps/ci_stats_ready.sh
107+
# label: Mark CI Stats as ready
108+
# agents:
109+
# machineType: n2-standard-2
110+
# diskSizeGb: 85
111+
# timeout_in_minutes: 10
112+
# depends_on:
113+
# - build
114+
# - build_api_docs
115+
# retry:
116+
# automatic:
117+
# - exit_status: '*'
118+
# limit: 1
119119

120-
- command: .buildkite/scripts/steps/api_docs/build_api_docs.sh
121-
label: 'Build API Docs'
122-
agents:
123-
machineType: n2-highmem-4
124-
preemptible: true
125-
diskSizeGb: 85
126-
key: build_api_docs
127-
timeout_in_minutes: 90
128-
retry:
129-
automatic:
130-
- exit_status: '-1'
131-
limit: 3
120+
# - command: .buildkite/scripts/steps/api_docs/build_api_docs.sh
121+
# label: 'Build API Docs'
122+
# agents:
123+
# machineType: n2-highmem-4
124+
# preemptible: true
125+
# diskSizeGb: 85
126+
# key: build_api_docs
127+
# timeout_in_minutes: 90
128+
# retry:
129+
# automatic:
130+
# - exit_status: '-1'
131+
# limit: 3

0 commit comments

Comments
 (0)