Skip to content

Commit 77d6514

Browse files
committed
Merge remote-tracking branch 'upstream/7.x' into backport/7.x/pr-22267
2 parents 3bf7bee + 6c69afc commit 77d6514

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

journalbeat/Jenkinsfile.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ stages:
1717
make: |
1818
make -C journalbeat check;
1919
make -C journalbeat update;
20-
make -C x-pack/journalbeat check;
21-
make -C x-pack/journalbeat update;
2220
make check-no-changes;
2321
arm:
2422
mage: "mage build unitTest"

packetbeat/Jenkinsfile.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@ stages:
1717
make: |
1818
make -C packetbeat check;
1919
make -C packetbeat update;
20-
make -C x-pack/packetbeat check;
21-
make -C x-pack/packetbeat update;
2220
make check-no-changes;
21+
cd x-pack/packetbeat;
22+
mage check;
23+
mage update;
2324
arm:
2425
mage: "mage build unitTest"
2526
platforms: ## override default label in this specific stage.

x-pack/packetbeat/Jenkinsfile.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ platform: "immutable && ubuntu-18" ## default label for all the stages
1515
stages:
1616
Lint:
1717
mage: |
18-
mage -C x-pack/packetbeat check;
19-
mage -C x-pack/packetbeat update;
18+
mage check;
19+
mage update;
20+
make: |
2021
make -C packetbeat check;
2122
make -C packetbeat update;
2223
make check-no-changes;

0 commit comments

Comments
 (0)