Skip to content

Commit

Permalink
Add auditbeat integTest manually triggered workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
mmat11 committed Feb 1, 2024
1 parent eae57f9 commit 0cfad7e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions auditbeat/Jenkinsfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,24 @@ stages:
unitTest:
mage: "mage build unitTest"
stage: mandatory
integTest:
mage: "mage build integTest"
when:
comments:
- "/test auditbeat integTest"
branches: false
tags: false
stage: extended
integTest-arm:
mage: "mage build integTest"
platforms:
- "ubuntu-2204-aarch64"
when:
comments:
- "/test auditbeat integTest arm"
branches: false
tags: false
stage: extended
crosscompile:
make: "make -C auditbeat crosscompile"
stage: mandatory
Expand Down

0 comments on commit 0cfad7e

Please sign in to comment.