Skip to content

Commit

Permalink
ci: use ubuntu-22 for the aarch64 workers (elastic#34383)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored and cmacknz committed Jun 22, 2023
1 parent f6a50ba commit 542d1d3
Show file tree
Hide file tree
Showing 14 changed files with 21 additions and 21 deletions.
4 changes: 2 additions & 2 deletions auditbeat/Jenkinsfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ stages:
arm:
mage: "mage build unitTest"
platforms: ## override default label in this specific stage.
- "arm"
- "ubuntu-2204-aarch64"
when: ## Override the top-level when.
comments:
- "/test auditbeat for arm"
Expand Down Expand Up @@ -108,7 +108,7 @@ stages:
e2e:
enabled: false
platforms: ## override default label in this specific stage.
- "arm"
- "ubuntu-2204-aarch64"
stage: packaging
when:
branches: false ## Only on a PR basis for the time being
Expand Down
4 changes: 2 additions & 2 deletions filebeat/Jenkinsfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ stages:
arm:
mage: "mage build unitTest"
platforms: ## override default label in this specific stage.
- "arm"
- "ubuntu-2204-aarch64"
when: ## Override the top-level when.
comments:
- "/test filebeat for arm"
Expand Down Expand Up @@ -112,7 +112,7 @@ stages:
e2e:
enabled: false
platforms: ## override default label in this specific stage.
- "arm"
- "ubuntu-2204-aarch64"
stage: packaging
when:
branches: false ## Only on a PR basis for the time being
Expand Down
4 changes: 2 additions & 2 deletions heartbeat/Jenkinsfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ stages:
arm:
mage: "mage build unitTest"
platforms: ## override default label in this specific stage.
- "arm"
- "ubuntu-2204-aarch64"
when: ## Override the top-level when.
comments:
- "/test heartbeat for arm"
Expand Down Expand Up @@ -102,7 +102,7 @@ stages:
e2e:
enabled: false
platforms: ## override default label in this specific stage.
- "arm"
- "ubuntu-2204-aarch64"
stage: packaging
when:
branches: false ## Only on a PR basis for the time being
Expand Down
2 changes: 1 addition & 1 deletion libbeat/Jenkinsfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ stages:
arm:
mage: "mage build unitTest"
platforms: ## override default label in this specific stage.
- "arm"
- "ubuntu-2204-aarch64"
when: ## Override the top-level when.
comments:
- "/test libbeat for arm"
Expand Down
2 changes: 1 addition & 1 deletion metricbeat/Jenkinsfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ stages:
e2e:
enabled: false
platforms: ## override default label in this specific stage.
- "arm"
- "ubuntu-2204-aarch64"
stage: packaging
when:
branches: false ## Only on a PR basis for the time being
Expand Down
4 changes: 2 additions & 2 deletions packetbeat/Jenkinsfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ stages:
arm:
mage: "mage build unitTest"
platforms: ## override default label in this specific stage.
- "arm"
- "ubuntu-2204-aarch64"
when: ## Override the top-level when.
comments:
- "/test packetbeat for arm"
Expand Down Expand Up @@ -100,7 +100,7 @@ stages:
e2e:
enabled: false
platforms: ## override default label in this specific stage.
- "arm"
- "ubuntu-2204-aarch64"
stage: packaging
when:
branches: false ## Only on a PR basis for the time being
Expand Down
4 changes: 2 additions & 2 deletions x-pack/auditbeat/Jenkinsfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ stages:
arm:
mage: "mage build unitTest"
platforms: ## override default label in this specific stage.
- "arm"
- "ubuntu-2204-aarch64"
when: ## Override the top-level when.
comments:
- "/test x-pack/auditbeat for arm"
Expand Down Expand Up @@ -101,7 +101,7 @@ stages:
e2e:
enabled: false
platforms: ## override default label in this specific stage.
- "arm"
- "ubuntu-2204-aarch64"
stage: packaging
when:
branches: false ## Only on a PR basis for the time being
Expand Down
2 changes: 1 addition & 1 deletion x-pack/dockerlogbeat/Jenkinsfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ stages:
e2e:
enabled: false
platforms: ## override default label in this specific stage.
- "arm"
- "ubuntu-2204-aarch64"
stage: packaging
when:
branches: false ## Only on a PR basis for the time being
Expand Down
4 changes: 2 additions & 2 deletions x-pack/filebeat/Jenkinsfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ stages:
arm:
mage: "mage build unitTest"
platforms: ## override default label in this specific stage.
- "arm"
- "ubuntu-2204-aarch64"
when: ## Override the top-level when.
comments:
- "/test x-pack/filebeat for arm"
Expand Down Expand Up @@ -142,7 +142,7 @@ stages:
e2e:
enabled: false
platforms: ## override default label in this specific stage.
- "arm"
- "ubuntu-2204-aarch64"
stage: packaging
when:
branches: false ## Only on a PR basis for the time being
Expand Down
2 changes: 1 addition & 1 deletion x-pack/functionbeat/Jenkinsfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ stages:
arm:
mage: "mage build unitTest"
platforms: ## override default label in this specific stage.
- "arm"
- "ubuntu-2204-aarch64"
when: ## Override the top-level when.
comments:
- "/test x-pack/functionbeat for arm"
Expand Down
2 changes: 1 addition & 1 deletion x-pack/heartbeat/Jenkinsfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ stages:
e2e:
enabled: false
platforms: ## override default label in this specific stage.
- "arm"
- "ubuntu-2204-aarch64"
stage: packaging
when:
branches: false ## Only on a PR basis for the time being
Expand Down
2 changes: 1 addition & 1 deletion x-pack/libbeat/Jenkinsfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ stages:
arm:
mage: "mage build unitTest"
platforms: ## override default label in this specific stage.
- "arm"
- "ubuntu-2204-aarch64"
when: ## Override the top-level when.
comments:
- "/test x-pack/libbeat for arm"
Expand Down
2 changes: 1 addition & 1 deletion x-pack/metricbeat/Jenkinsfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ stages:
e2e:
enabled: false
platforms: ## override default label in this specific stage.
- "arm"
- "ubuntu-2204-aarch64"
stage: packaging
when:
branches: false ## Only on a PR basis for the time being
Expand Down
4 changes: 2 additions & 2 deletions x-pack/packetbeat/Jenkinsfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ stages:
arm:
mage: "mage build unitTest"
platforms: ## override default label in this specific stage.
- "arm"
- "ubuntu-2204-aarch64"
when: ## Override the top-level when.
comments:
- "/test x-pack/packetbeat for arm"
Expand Down Expand Up @@ -101,7 +101,7 @@ stages:
e2e:
enabled: false
platforms: ## override default label in this specific stage.
- "arm"
- "ubuntu-2204-aarch64"
stage: packaging
when:
branches: false ## Only on a PR basis for the time being
Expand Down

0 comments on commit 542d1d3

Please sign in to comment.