diff options
-rw-r--r-- | jjb/airship/airship.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/jjb/airship/airship.yaml b/jjb/airship/airship.yaml index ef0b3954f..d577b20b9 100644 --- a/jjb/airship/airship.yaml +++ b/jjb/airship/airship.yaml @@ -316,6 +316,7 @@ <<: *airship-jobs - multijob: name: opnfv/functest-healthcheck:{tag} + condition: ALWAYS projects: - name: 'airship-opnfv-functest-healthcheck-{tag}-connection_check-run' <<: *airship-jobs @@ -343,6 +344,7 @@ <<: *airship-jobs - multijob: name: opnfv/functest-smoke:{tag} + condition: ALWAYS projects: - name: 'airship-opnfv-functest-smoke-{tag}-neutron-tempest-plugin-api-run' <<: *airship-jobs @@ -366,6 +368,7 @@ <<: *airship-jobs - multijob: name: opnfv/functest-benchmarking:{tag} + condition: ALWAYS projects: - name: 'airship-opnfv-functest-benchmarking-{tag}-rally_full-run' <<: *airship-jobs @@ -377,6 +380,7 @@ <<: *airship-jobs - multijob: name: opnfv/functest-vnf:{tag} + condition: ALWAYS execution-type: SEQUENTIALLY projects: - name: 'airship-opnfv-functest-vnf-{tag}-cloudify-run' @@ -391,6 +395,7 @@ <<: *airship-jobs - multijob: name: opnfv/functest-features:{tag} + condition: ALWAYS projects: - name: 'airship-opnfv-functest-features-{tag}-doctor-notification-run' <<: *airship-jobs |