]> git.ipfire.org Git - pakfire.git/commitdiff
jenkins: Disable stages that I don't need right now
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 4 Dec 2024 14:37:24 +0000 (14:37 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 5 Dec 2024 17:03:49 +0000 (17:03 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Jenkinsfile

index 917e14b52be325bccabac181ab5ec59282bd2f97..60dea3853325aba9a10292afdc44b766f83afe43 100644 (file)
@@ -6,6 +6,11 @@ pipeline {
                        Run the build and test suite on various distributions...
                */
                stage("Run Tests on Multiple Distributions") {
+                       // Disabled to be faster with testing the following stages
+                       when {
+                               expression { false }
+                       }
+
                        matrix {
                                axes {
                                        axis {
@@ -121,6 +126,11 @@ pipeline {
                }
 
                stage("Coverage Tests") {
+                       // Disabled to be faster with testing the following stages
+                       when {
+                               expression { false }
+                       }
+
                        parallel {
                                /*
                                        Run Pakfire through Clang's Static Analyzer...