diff options
author | Tim Rozet <trozet@redhat.com> | 2018-07-12 10:32:40 -0400 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2018-07-12 10:32:40 -0400 |
commit | a97b6df03becc572ae29403b6069cc1496517088 (patch) | |
tree | 1a6976dca7b779cb8f728abb61d88c9e9cd9f70b /jjb/3rd_party_ci | |
parent | be49a5c9b7a9e1c5977f16eb84465b367277563f (diff) |
Apex: Allow for multi-version snapshots
This patch adds ability to manage multiple snapshot versions. We want to
be able to have snapshots for noha and ha for multiple OS releases. This
adds that capability and updates the deploy script to be able to deploy
them. Also a user can specify which scenario to trigger with his ODL
netvirt commit by doing 'opnfv-check <os version>-<ha|noha>
Change-Id: I3884b41c86b55c187becfb83ef62f3431724d09e
Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'jjb/3rd_party_ci')
-rw-r--r-- | jjb/3rd_party_ci/odl-netvirt.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/jjb/3rd_party_ci/odl-netvirt.yaml b/jjb/3rd_party_ci/odl-netvirt.yaml index a326af42e..c78de9bdf 100644 --- a/jjb/3rd_party_ci/odl-netvirt.yaml +++ b/jjb/3rd_party_ci/odl-netvirt.yaml @@ -92,7 +92,7 @@ # comment-contains-value: 'https://jenkins.opendaylight.org/releng/job/netvirt-patch-test-current-carbon/.*?/ : UNSTABLE' # yamllint enable rule:line-length - comment-added-contains-event: - comment-contains-value: 'opnfv-test' + comment-contains-value: 'check-opnfv' projects: - project-compare-type: 'ANT' project-pattern: '{project}' @@ -119,6 +119,7 @@ GERRIT_PATCHSET_REVISION=$GERRIT_PATCHSET_REVISION NETVIRT_ARTIFACT=$NETVIRT_ARTIFACT APEX_ENV_NUMBER=$APEX_ENV_NUMBER + GERRIT_EVENT_COMMENT_TEXT=$GERRIT_EVENT_COMMENT_TEXT node-parameters: true kill-phase-on: FAILURE abort-all-job: true |