diff options
author | 2020-11-28 12:54:30 +0100 | |
---|---|---|
committer | 2020-11-28 12:54:30 +0100 | |
commit | 6667fd1043d059eeee37acb189b25a17908e7777 (patch) | |
tree | ae8777f3804ff25185d4105c44ccef295d670af3 /jjb | |
parent | aaa0052698d5e647b64767f3383af78c1b4c9baa (diff) |
Manage Functest smoke container in Airship gate
Change-Id: I67fae46cc5b5a98affc5a6b1d590a79df7c985ef
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/airship/airship.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/jjb/airship/airship.yaml b/jjb/airship/airship.yaml index dce86b735..825fe1070 100644 --- a/jjb/airship/airship.yaml +++ b/jjb/airship/airship.yaml @@ -583,11 +583,15 @@ projects: - name: 'airship-opnfv-functest-healthcheck-{tag}-rmi' <<: *airship-jobs + - name: 'airship-opnfv-functest-smoke-{tag}-rmi' + <<: *airship-jobs - multijob: name: pull containers projects: - name: 'airship-opnfv-functest-healthcheck-{tag}-pull' <<: *airship-jobs + - name: 'airship-opnfv-functest-smoke-{tag}-pull' + <<: *airship-jobs - multijob: name: opnfv/functest-healthcheck:{functest_tag} projects: |