Skip to content

Commit

Permalink
ci: use ubuntu-22 for the aarch64 workers (#34383)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored and chrisberkhout committed Jun 1, 2023
1 parent 0397e9f commit a82876d
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 @@ -111,7 +111,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 @@ -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 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 @@ -115,7 +115,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 @@ -106,7 +106,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 @@ -107,7 +107,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 @@ -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
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 @@ -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/filebeat for arm"
Expand Down Expand Up @@ -140,7 +140,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 @@ -128,7 +128,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 @@ -124,7 +124,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 a82876d

Please sign in to comment.