Skip to content

Commit

Permalink
Install nox
Browse files Browse the repository at this point in the history
  • Loading branch information
pquentin committed Sep 1, 2023
1 parent fff8e0c commit f4609c9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .buildkite/it/serverless-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ agents:

steps:
- label: "Run IT Serverless tests"
command: nox -s it_serverless
plugins:
- elastic/vault-secrets#v0.0.2:
path: "secret/ci/elastic-rally/employees/cloud/it-serverless"
Expand All @@ -13,3 +12,7 @@ steps:
path: "secret/ci/elastic-rally/employees/cloud/it-serverless"
field: "api_key"
env_var: "RALLY_IT_SERVERLESS_API_KEY"
command: |
set -eo pipefail
python3 -m pip install nox
nox -s it_serverless

0 comments on commit f4609c9

Please sign in to comment.