From f4609c9fc6465896116288f83817cdd08fa8ff87 Mon Sep 17 00:00:00 2001 From: Quentin Pradet Date: Fri, 1 Sep 2023 11:51:04 +0400 Subject: [PATCH] Install nox --- .buildkite/it/serverless-pipeline.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.buildkite/it/serverless-pipeline.yml b/.buildkite/it/serverless-pipeline.yml index 067f2ac10..30d6ebcc0 100644 --- a/.buildkite/it/serverless-pipeline.yml +++ b/.buildkite/it/serverless-pipeline.yml @@ -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" @@ -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