Skip to content
Snippets Groups Projects
Commit 197ba695 authored by Raphael Defosseux's avatar Raphael Defosseux
Browse files

feat(ci): slicing testing is also done on AMF actions

parent 0ffb8cae
No related branches found
No related tags found
No related merge requests found
......@@ -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
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment