From 0d7960cbb9d4f7f05f8378c8871ddf13e51c8255 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Sun, 29 Mar 2020 19:52:27 +0200 Subject: Enable Airship jobs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- jjb/airship/airship.yaml | 2 -- jjb/airship/cntt.yaml | 2 -- 2 files changed, 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}' -- cgit 1.2.3-korg