mirror of
https://github.com/elastic/eland.git
synced 2025-07-11 00:02:14 +08:00
Fix pipeline labels (#751)
This commit is contained in:
parent
e846fb7697
commit
8350f06ea8
@ -15,7 +15,7 @@ steps:
|
|||||||
machineType: "n2-standard-2"
|
machineType: "n2-standard-2"
|
||||||
commands:
|
commands:
|
||||||
- ./.buildkite/build-documentation.sh
|
- ./.buildkite/build-documentation.sh
|
||||||
- label: ":docker: Build docker image {{ matrix.platform }}"
|
- label: ":docker: Build Wolfi image"
|
||||||
env:
|
env:
|
||||||
PYTHON_VERSION: 3.11-bookworm
|
PYTHON_VERSION: 3.11-bookworm
|
||||||
agents:
|
agents:
|
||||||
@ -23,7 +23,7 @@ steps:
|
|||||||
machineType: "n2-standard-2"
|
machineType: "n2-standard-2"
|
||||||
commands:
|
commands:
|
||||||
- ./.buildkite/build-docker-images.sh
|
- ./.buildkite/build-docker-images.sh
|
||||||
- label: "Eland :python: {{ matrix.python }} :elasticsearch: {{ matrix.stack }}"
|
- label: ":python: {{ matrix.python }} :elasticsearch: {{ matrix.stack }} :pandas: {{ matrix.pandas }}"
|
||||||
agents:
|
agents:
|
||||||
provider: "gcp"
|
provider: "gcp"
|
||||||
machineType: "n2-standard-4"
|
machineType: "n2-standard-4"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user