Skip to content

Commit

Permalink
Fix buildkite serverless-pipeline to install the right python version
Browse files Browse the repository at this point in the history
  • Loading branch information
favilo committed Mar 22, 2024
1 parent 649bad1 commit bc59d31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .buildkite/it/serverless-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ steps:
- elastic/vault-secrets#v0.0.2: *vault-base_url
- elastic/vault-secrets#v0.0.2: *vault-get_credentials_endpoint
- elastic/vault-secrets#v0.0.2: *vault-api_key
command: bash .buildkite/it/run_serverless.sh 3.11 user
command: bash .buildkite/it/run_serverless.sh 3.12 user
- label: "Run IT serverless tests with operator privileges"
plugins:
- elastic/vault-secrets#v0.0.2: *vault-base_url
- elastic/vault-secrets#v0.0.2: *vault-get_credentials_endpoint
- elastic/vault-secrets#v0.0.2: *vault-api_key
command: bash .buildkite/it/run_serverless.sh 3.11 operator
command: bash .buildkite/it/run_serverless.sh 3.12 operator

0 comments on commit bc59d31

Please sign in to comment.