diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-05-08 14:39:56 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-05-08 14:39:56 +0200 |
commit | 5372f85136a1e88559b06fd522ce7025a71874f8 (patch) | |
tree | a256dc9aee8b61f535012aa8548ce34f43a34b57 /jjb | |
parent | a67786b44aaa5518caaf941309607b1461bf662c (diff) |
Disable daily jobs
It eases debugging SUT.
Change-Id: I630e3a2b6e1b1ae96311712ab33255c82c291825
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/functest/functest.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jjb/functest/functest.yaml b/jjb/functest/functest.yaml index ee0b75841..c6de4a670 100644 --- a/jjb/functest/functest.yaml +++ b/jjb/functest/functest.yaml @@ -470,6 +470,7 @@ - job-template: name: 'functest-{tag}-daily' + disabled: true project-type: multijob triggers: - timed: '@daily' |