diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-03-29 19:52:27 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-03-29 19:57:17 +0200 |
commit | 0d7960cbb9d4f7f05f8378c8871ddf13e51c8255 (patch) | |
tree | b5f64d5955e3a74a6bf26561ed676cdb94d7638e | |
parent | 149d5a256b3f6bae4119994c098b2cfc913b98b0 (diff) |
Enable Airship jobs
Swift testing and vping_ssh seems good vs CNTT.
CNTT RI needs to be updated to fully pass swift testing [1][2][3].
Airship sometimes failed vs vping_ssh because DHCP responds are far
too long.
[1] https://jira.opnfv.org/browse/AIRSHIP-39
[2] https://jira.opnfv.org/browse/AIRSHIP-40
[3] https://jira.opnfv.org/browse/AIRSHIP-41
Change-Id: I84a46d14f8c9e7c78f3a6a1e8452114030dcf997
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r-- | jjb/airship/airship.yaml | 2 | ||||
-rw-r--r-- | jjb/airship/cntt.yaml | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/jjb/airship/airship.yaml b/jjb/airship/airship.yaml index 16a971e6c..b679f3ebb 100644 --- a/jjb/airship/airship.yaml +++ b/jjb/airship/airship.yaml @@ -367,7 +367,6 @@ - job-template: name: 'airship-{tag}-daily' - disabled: true project-type: multijob triggers: - timed: '@daily' @@ -532,7 +531,6 @@ - job-template: name: 'airship-{tag}-gate' - disabled: true project-type: multijob triggers: - airship-patchset-created: diff --git a/jjb/airship/cntt.yaml b/jjb/airship/cntt.yaml index ee5a7e38e..a32f9e551 100644 --- a/jjb/airship/cntt.yaml +++ b/jjb/airship/cntt.yaml @@ -394,7 +394,6 @@ - job-template: name: 'cntt-{tag}-daily' - disabled: true project-type: multijob triggers: - timed: '@daily' @@ -582,7 +581,6 @@ - job-template: name: 'cntt-{tag}-gate' project-type: multijob - disabled: true triggers: - cntt-patchset-created: branch: '{branch}' |