From 0cfad7ef99ab81c14b25f4c39b9f36eabb36754b Mon Sep 17 00:00:00 2001 From: Mattia Meleleo Date: Thu, 1 Feb 2024 16:54:34 +0100 Subject: [PATCH] Add auditbeat integTest manually triggered workflows --- auditbeat/Jenkinsfile.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/auditbeat/Jenkinsfile.yml b/auditbeat/Jenkinsfile.yml index 4ea656f174e..a68f7e1094a 100644 --- a/auditbeat/Jenkinsfile.yml +++ b/auditbeat/Jenkinsfile.yml @@ -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