Skip to content

Commit

Permalink
[CI] Moves lint and docs tasks to Buildkite
Browse files Browse the repository at this point in the history
  • Loading branch information
picandocodigo committed Jul 13, 2023
1 parent 0b05e27 commit dc552f0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .buildkite/pipeline.yml
@@ -1,4 +1,16 @@
steps:
- label: ":python: Lint code and build documentation"
agents:
provider: "gcp"
commands:
- "echo --- :python: Installing dependencies"
- "sudo apt-get update"
- "sudo apt-get install --yes pandoc python3 python3-pip"
- "python3 -m pip install nox"
- "echo --- :terminal: Linting the code"
- "nox -s lint"
- "echo --- :books: Building documentation"
- "nox -s docs"
- label: "Eland :python: {{ matrix.python }} :elasticsearch: {{ matrix.stack }}"
agents:
provider: "gcp"
Expand Down

0 comments on commit dc552f0

Please sign in to comment.