Skip to content

Commit

Permalink
[buildkite] Fix Docker and Doc build test in buildkite pipeline (#4282)
Browse files Browse the repository at this point in the history
* uncomment last test

* uncomment second command

* add common step

* add another command

* switch order of commands

* fix typo

* test1

* uncomment rest of passing pipeline tests
  • Loading branch information
kentzeng12 authored Jul 31, 2024
1 parent 193e72d commit af1ae1e
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -298,14 +298,16 @@ steps:
# env:
# - FOSSA_API_KEY
# <<: *common
# - name: "Check for docker and docs builds :docker: :books:"
# commands:
# - ".ci/docker/check_do_docker.sh"
# - ".buildkite/scripts/check_do_docs.sh"
# agents:
# queue: init
# timeout_in_minutes: 10
# retry:
# automatic:
# limit: 1
# manual: true
- name: "Check for docker and docs builds :docker: :books:"
plugins:
kubernetes:
<<: *kubernetes
podSpec:
<<: *podSpec
containers:
- <<: *commandContainer
command:
- |-
.buildkite/scripts/check_do_docs.sh
.ci/docker/check_do_docker.sh
<<: *common

0 comments on commit af1ae1e

Please sign in to comment.