Skip to content

Commit

Permalink
[CI] Use MacOS for x86_64 arch (#24362) (#24374)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Mar 6, 2021
1 parent 4f40edb commit 7fa781b
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion auditbeat/Jenkinsfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ stages:
macos:
mage: "mage build unitTest"
platforms: ## override default label in this specific stage.
- "macosx"
- "macosx&&x86_64"
when: ## Override the top-level when.
comments:
- "/test auditbeat for macos"
Expand Down
2 changes: 1 addition & 1 deletion filebeat/Jenkinsfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ stages:
macos:
mage: "mage build unitTest"
platforms: ## override default label in this specific stage.
- "macosx"
- "macosx&&x86_64"
when: ## Override the top-level when.
comments:
- "/test filebeat for macos"
Expand Down
4 changes: 2 additions & 2 deletions generator/Jenkinsfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ stages:
macos-metricbeat:
make: "make -C generator/_templates/metricbeat test"
platforms: ## override default label in this specific stage.
- "macosx"
- "macosx&&x86_64"
when: ## Override the top-level when.
comments:
- "/test generator for macos"
Expand All @@ -35,7 +35,7 @@ stages:
macos-beat:
make: "make -C generator/_templates/beat test"
platforms: ## override default label in this specific stage.
- "macosx"
- "macosx&&x86_64"
when: ## Override the top-level when.
comments:
- "/test generator for macos"
Expand Down
2 changes: 1 addition & 1 deletion heartbeat/Jenkinsfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ stages:
macos:
mage: "mage build unitTest"
platforms: ## override default label in this specific stage.
- "macosx"
- "macosx&&x86_64"
when: ## Override the top-level when.
comments:
- "/test heartbeat for macos"
Expand Down
2 changes: 1 addition & 1 deletion metricbeat/Jenkinsfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ stages:
macos:
mage: "mage build unitTest"
platforms: ## override default label in this specific stage.
- "macosx"
- "macosx&&x86_64"
when: ## Override the top-level when.
comments:
- "/test metricbeat for macos"
Expand Down
2 changes: 1 addition & 1 deletion packetbeat/Jenkinsfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ stages:
macos:
mage: "mage build unitTest"
platforms: ## override default label in this specific stage.
- "macosx"
- "macosx&&x86_64"
when: ## Override the top-level when.
comments:
- "/test packetbeat for macos"
Expand Down
2 changes: 1 addition & 1 deletion x-pack/auditbeat/Jenkinsfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ stages:
macos:
mage: "mage build unitTest"
platforms: ## override default label in this specific stage.
- "macosx"
- "macosx&&x86_64"
when: ## Override the top-level when.
comments:
- "/test x-pack/auditbeat for macos"
Expand Down
2 changes: 1 addition & 1 deletion x-pack/elastic-agent/Jenkinsfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ stages:
macos:
mage: "mage build unitTest"
platforms: ## override default label in this specific stage.
- "macosx"
- "macosx&&x86_64"
when: ## Override the top-level when.
comments:
- "/test x-pack/elastic-agent for macos"
Expand Down
2 changes: 1 addition & 1 deletion x-pack/filebeat/Jenkinsfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ stages:
macos:
mage: "mage build unitTest"
platforms: ## override default label in this specific stage.
- "macosx"
- "macosx&&x86_64"
when: ## Override the top-level when.
comments:
- "/test x-pack/filebeat for macos"
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 @@ -34,7 +34,7 @@ stages:
macos:
mage: "mage build unitTest"
platforms: ## override default label in this specific stage.
- "macosx"
- "macosx&&x86_64"
when: ## Override the top-level when.
comments:
- "/test x-pack/functionbeat for macos"
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 @@ -25,7 +25,7 @@ stages:
macos:
mage: "mage build test"
platforms: ## override default label in this specific stage.
- "macosx"
- "macosx&&x86_64"
when: ## Override the top-level when.
comments:
- "/test x-pack/heartbeat for macos"
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 @@ -37,7 +37,7 @@ stages:
macos:
mage: "mage build unitTest"
platforms: ## override default label in this specific stage.
- "macosx"
- "macosx&&x86_64"
when: ## Override the top-level when.
comments:
- "/test x-pack/metricbeat for macos"
Expand Down
2 changes: 1 addition & 1 deletion x-pack/packetbeat/Jenkinsfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ stages:
macos:
mage: "mage build unitTest"
platforms: ## override default label in this specific stage.
- "macosx"
- "macosx&&x86_64"
when: ## Override the top-level when.
comments:
- "/test x-pack/packetbeat for macos"
Expand Down

0 comments on commit 7fa781b

Please sign in to comment.