From 197ba695398aa0f59227f88053b4ccd292dfb144 Mon Sep 17 00:00:00 2001 From: Raphael Defosseux <raphael.defosseux@eurecom.fr> Date: Thu, 18 Nov 2021 14:52:41 +0100 Subject: [PATCH] feat(ci): slicing testing is also done on AMF actions Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr> --- ci-scripts/Jenkinsfile-GitLab-Docker | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ci-scripts/Jenkinsfile-GitLab-Docker b/ci-scripts/Jenkinsfile-GitLab-Docker index 0cedb91..8bd4072 100644 --- a/ci-scripts/Jenkinsfile-GitLab-Docker +++ b/ci-scripts/Jenkinsfile-GitLab-Docker @@ -147,6 +147,7 @@ pipeline { echo "Upstream Job passed AMF_TAG to use: ${amfTag}" mini = true basic = true + slice = true } if (params.AMF_BRANCH != null) { amfBranch = params.AMF_BRANCH @@ -448,7 +449,7 @@ pipeline { sh 'python3 ./ci-scripts/dsTestGenerateHTMLReport.py --job_name ' + JOB_NAME + ' --job_id ' + BUILD_ID + ' --job_url ' + BUILD_URL + ' --type slice' } if (basic == true){ - sh 'python3 ./ci-scripts/dsTestGenerateHTMLReport.py --job_name ' + JOB_NAME + ' --job_id ' + BUILD_ID + ' --job_url ' + BUILD_URL + ' --type basic' + sh 'python3 ./ci-scripts/dsTestGenerateHTMLReport.py --job_name ' + JOB_NAME + ' --job_id ' + BUILD_ID + ' --job_url ' + BUILD_URL + ' --type basic' } // Zipping all archived log files @@ -464,4 +465,4 @@ pipeline { } } } -} \ No newline at end of file +} -- GitLab