From: Andrew Grimberg Date: Tue, 5 Jul 2016 21:30:57 +0000 (-0700) Subject: Convert templates to be single-use minions X-Git-Tag: release/beryllium-sr3~222 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=b9de60945d3289a46fb6f254de8127db89207039;p=releng%2Fbuilder.git Convert templates to be single-use minions Convert all the basic auto creation templates to be single-use minions except for the matrix job template. Not certain what would happen if we applied this there. Change-Id: I51e4c4a15dd16743077cf5f0009f10bf75bda7e6 Signed-off-by: Andrew Grimberg --- diff --git a/jjb-templates/clm.yaml b/jjb-templates/clm.yaml index 842f3bb3e..05dd0d44b 100644 --- a/jjb-templates/clm.yaml +++ b/jjb-templates/clm.yaml @@ -27,6 +27,8 @@ - ssh-agent-credentials: users: - '{ssh-credentials}' + - openstack: + single-use: true triggers: - timed: 'H H * * 6' diff --git a/jjb-templates/distribution-check.yaml b/jjb-templates/distribution-check.yaml index 08b982218..ebd4366da 100644 --- a/jjb-templates/distribution-check.yaml +++ b/jjb-templates/distribution-check.yaml @@ -42,6 +42,8 @@ - ssh-agent-credentials: users: - '{ssh-credentials}' + - openstack: + single-use: true triggers: - gerrit: diff --git a/jjb-templates/distribution.yaml b/jjb-templates/distribution.yaml index 2af375ba3..04e9854f6 100644 --- a/jjb-templates/distribution.yaml +++ b/jjb-templates/distribution.yaml @@ -30,6 +30,8 @@ - ssh-agent-credentials: users: - '{ssh-credentials}' + - openstack: + single-use: true triggers: - reverse: diff --git a/jjb-templates/integration.yaml b/jjb-templates/integration.yaml index db13fb670..18f47b65b 100644 --- a/jjb-templates/integration.yaml +++ b/jjb-templates/integration.yaml @@ -37,6 +37,8 @@ - ssh-agent-credentials: users: - '{ssh-credentials}' + - openstack: + single-use: true triggers: - reverse: diff --git a/jjb-templates/merge.yaml b/jjb-templates/merge.yaml index 4f517a428..98c05f62a 100644 --- a/jjb-templates/merge.yaml +++ b/jjb-templates/merge.yaml @@ -39,6 +39,8 @@ - ssh-agent-credentials: users: - '{ssh-credentials}' + - openstack: + single-use: true triggers: - timed: 'H H * * 0' diff --git a/jjb-templates/periodic.yaml b/jjb-templates/periodic.yaml index f956082d2..d901bc02d 100644 --- a/jjb-templates/periodic.yaml +++ b/jjb-templates/periodic.yaml @@ -36,6 +36,8 @@ - ssh-agent-credentials: users: - '{ssh-credentials}' + - openstack: + single-use: true triggers: - timed: '@daily' diff --git a/jjb-templates/sonar.yaml b/jjb-templates/sonar.yaml index ec7f7098d..fd8764c29 100644 --- a/jjb-templates/sonar.yaml +++ b/jjb-templates/sonar.yaml @@ -27,6 +27,8 @@ - ssh-agent-credentials: users: - '{ssh-credentials}' + - openstack: + single-use: true triggers: - timed: 'H H * * 6' diff --git a/jjb-templates/validate-autorelease.yaml b/jjb-templates/validate-autorelease.yaml index 89431b285..546ee86c8 100644 --- a/jjb-templates/validate-autorelease.yaml +++ b/jjb-templates/validate-autorelease.yaml @@ -46,6 +46,8 @@ - ssh-agent-credentials: users: - '{ssh-credentials}' + - openstack: + single-use: true triggers: - gerrit: