diff options
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/ci-jjb-AGL/ci-jjb-AGL.yaml | 2 | ||||
-rw-r--r-- | jjb/global-macros.yaml | 2 | ||||
-rw-r--r-- | jjb/sandbox-ci-jjb/sandbox-ci-jjb.yaml | 4 |
3 files changed, 2 insertions, 6 deletions
diff --git a/jjb/ci-jjb-AGL/ci-jjb-AGL.yaml b/jjb/ci-jjb-AGL/ci-jjb-AGL.yaml index aae98e9b..ce2c7776 100644 --- a/jjb/ci-jjb-AGL/ci-jjb-AGL.yaml +++ b/jjb/ci-jjb-AGL/ci-jjb-AGL.yaml @@ -7,7 +7,7 @@ name: 'ci-jjb-AGL' project-type: matrix concurrent: true - node: master + node: control-node parameters: - string: diff --git a/jjb/global-macros.yaml b/jjb/global-macros.yaml index 990da1bd..c9fc7b81 100644 --- a/jjb/global-macros.yaml +++ b/jjb/global-macros.yaml @@ -316,4 +316,4 @@ - '2d097b8f-bc4a-4222-b496-4ac6332015d7' - ansicolor - openstack: - single-use: true + single-use: false diff --git a/jjb/sandbox-ci-jjb/sandbox-ci-jjb.yaml b/jjb/sandbox-ci-jjb/sandbox-ci-jjb.yaml index 1fac29c5..288456e4 100644 --- a/jjb/sandbox-ci-jjb/sandbox-ci-jjb.yaml +++ b/jjb/sandbox-ci-jjb/sandbox-ci-jjb.yaml @@ -211,8 +211,6 @@ wrappers: - agl-infra-wrappers: build-timeout: '{build-timeout}' - - openstack: - single-use: true builders: - shell: "echo YAY" @@ -321,8 +319,6 @@ wrappers: - agl-infra-wrappers: build-timeout: '{build-timeout}' - - openstack: - single-use: true builders: - shell: "echo YAY" |