[libvirt] [jenkins-ci PATCH 1/2] jobs: Move archive_format to defaults

Andrea Bolognani abologna at redhat.com
Thu May 10 15:26:32 UTC 2018


Instead of repeating the definition all over the place, move
it to the defaults where it belongs.

Signed-off-by: Andrea Bolognani <abologna at redhat.com>
---
 jobs/autotools.yaml        | 1 -
 jobs/defaults.yaml         | 1 +
 jobs/generic.yaml          | 1 -
 jobs/perl-makemaker.yaml   | 1 -
 jobs/perl-modulebuild.yaml | 1 -
 5 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/jobs/autotools.yaml b/jobs/autotools.yaml
index 9868573..638be5e 100644
--- a/jobs/autotools.yaml
+++ b/jobs/autotools.yaml
@@ -140,7 +140,6 @@
     name: '{name}-{branch}-rpm{variant}'
     project-type: matrix
     description: '{title} RPM'
-    archive_format: gz
     workspace: '{name}-{branch}{variant}'
     child-workspace: '.'
     block-downstream: true
diff --git a/jobs/defaults.yaml b/jobs/defaults.yaml
index 45eedb7..0a1c757 100644
--- a/jobs/defaults.yaml
+++ b/jobs/defaults.yaml
@@ -20,6 +20,7 @@
       - libvirt-fedora-rawhide
     mingw_machines:
       - libvirt-fedora-rawhide
+    archive_format: gz
     global_env: |
     local_env: |
     mingw32_local_env: |
diff --git a/jobs/generic.yaml b/jobs/generic.yaml
index f64dde0..3e20962 100644
--- a/jobs/generic.yaml
+++ b/jobs/generic.yaml
@@ -130,7 +130,6 @@
     name: '{name}-{branch}-rpm{variant}'
     project-type: matrix
     description: '{title} RPM'
-    archive_format: gz
     workspace: '{name}-{branch}{variant}'
     child-workspace: '.'
     block-downstream: true
diff --git a/jobs/perl-makemaker.yaml b/jobs/perl-makemaker.yaml
index 84b368e..31f1441 100644
--- a/jobs/perl-makemaker.yaml
+++ b/jobs/perl-makemaker.yaml
@@ -97,7 +97,6 @@
     name: '{name}-{branch}-rpm{variant}'
     project-type: matrix
     description: '{title} RPM'
-    archive_format: gz
     workspace: '{name}-{branch}{variant}'
     child-workspace: '.'
     block-downstream: true
diff --git a/jobs/perl-modulebuild.yaml b/jobs/perl-modulebuild.yaml
index b159ab3..60374da 100644
--- a/jobs/perl-modulebuild.yaml
+++ b/jobs/perl-modulebuild.yaml
@@ -96,7 +96,6 @@
     name: '{name}-{branch}-rpm{variant}'
     project-type: matrix
     description: '{title} RPM'
-    archive_format: gz
     workspace: '{name}-{branch}{variant}'
     child-workspace: '.'
     block-downstream: true
-- 
2.17.0




More information about the libvir-list mailing list