File tree Expand file tree Collapse file tree 2 files changed +455
-455
lines changed
scripts/pipelines/pull_request Expand file tree Collapse file tree 2 files changed +455
-455
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments