From 2bca322f4e0d8865216f43280fc0869505d4c25e Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Wed, 20 Apr 2016 11:35:03 -0400 Subject: [PATCH] ceph-build: revert dynamic axis configuration Signed-off-by: Alfredo Deza --- ceph-build/config/definitions/ceph-build.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/ceph-build/config/definitions/ceph-build.yml b/ceph-build/config/definitions/ceph-build.yml index 7b8f60d1..ee285024 100644 --- a/ceph-build/config/definitions/ceph-build.yml +++ b/ceph-build/config/definitions/ceph-build.yml @@ -23,15 +23,16 @@ - x86_64 - arm64 - axis: - # the dynamic axis is implemented **oddly** in jenkins job builder. - # It will pick just the first item in `values` and assign that to the - # 'variable name' that is where `DIST` would get expanded too. This - # is not documented. This means that DIST_VERSIONS will need to exist - # as an environment variable passed onto this job. - type: dynamic + type: label-expression name: DIST values: - - DIST_VERSIONS + - jessie + #- wheezy + #- precise + - trusty + - xenial + #- centos6 + - centos7 builders: - shell: | -- 2.39.5