diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-11-06 16:27:10 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-11-06 16:30:05 +0100 |
commit | de4380056c0bc9938e1c97eea16848f973fbd4d3 (patch) | |
tree | 43a0db45d9a47b9bcc651e9dac67844e3fb7bec0 | |
parent | 576d2ef48920bd5ad2f3c0d9aa1395682eae00a6 (diff) |
Only disable RI deployment
All testcases are executed daily even if deployment is done by hand.
Gate is disabled because CI/CD is unmet.
Change-Id: I197362c8bd2783e5bef64dd2e304f8209a9197ae
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r-- | jjb/airship/cntt.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/airship/cntt.yaml b/jjb/airship/cntt.yaml index 693ca4855..0834bd8c6 100644 --- a/jjb/airship/cntt.yaml +++ b/jjb/airship/cntt.yaml @@ -120,6 +120,7 @@ - job-template: name: 'cntt-deploy-daily-{tag}' + disabled: true parameters: - cntt-slave: slave: '{slave}' @@ -298,7 +299,6 @@ - job-template: name: 'cntt-{tag}-daily' project-type: multijob - disabled: true triggers: - timed: '@daily' parameters: |