Skip to content

Commit

Permalink
Add auditbeat integTest manually triggered workflows (elastic#37824)
Browse files Browse the repository at this point in the history
* Add auditbeat integTest manually triggered workflows

* ci: add backlog_wait_time_actual in expected fields of test_show_auditd_status

---------

Co-authored-by: Panos Koutsovasilis <panos.koutsovasilis@elastic.co>
  • Loading branch information
2 people authored and Scholar-Li committed Feb 5, 2024
1 parent 15ee503 commit ab8cde5
Show file tree
Hide file tree
Showing 2 changed files with 19 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
1 change: 1 addition & 0 deletions auditbeat/tests/system/test_show_command.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ def test_show_auditd_status(self):
'lost',
'backlog',
'backlog_wait_time',
'backlog_wait_time_actual',
'features',
]

Expand Down

0 comments on commit ab8cde5

Please sign in to comment.