diff options
author | umry8364 <morgan.richomme@orange.com> | 2019-09-10 10:51:22 +0200 |
---|---|---|
committer | umry8364 <morgan.richomme@orange.com> | 2019-09-10 14:02:47 +0200 |
commit | 82a0515201ef24a13689079d1a2d8aff85214fd6 (patch) | |
tree | 8e062c084da634a45cc69134ff6d169744919b37 /jjb/optf | |
parent | 23c8ef4ae338959d644ab8a2e931fa303eb35469 (diff) |
Clean CSIT jjbs
- delete jobs that have never been triggered
- disable jobs corresponding to test code that has not changed for more than 9 months
Issue-ID: INT-1237
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: Ifd1e652a3700f874277f148af23c49042410ba29
Diffstat (limited to 'jjb/optf')
-rw-r--r-- | jjb/optf/optf-cmso-csit.yaml | 2 | ||||
-rw-r--r-- | jjb/optf/optf-has-csit.yaml | 1 | ||||
-rw-r--r-- | jjb/optf/optf-osdf-csit.yaml | 3 |
3 files changed, 2 insertions, 4 deletions
diff --git a/jjb/optf/optf-cmso-csit.yaml b/jjb/optf/optf-cmso-csit.yaml index ae0a790e5..4bf51652f 100644 --- a/jjb/optf/optf-cmso-csit.yaml +++ b/jjb/optf/optf-cmso-csit.yaml @@ -8,8 +8,6 @@ stream: - 'master': branch: master - - 'dublin': - branch: dublin functionality: - 'cmso': trigger_jobs: 'optf-cmso-master-docker-java-version-shell-daily' diff --git a/jjb/optf/optf-has-csit.yaml b/jjb/optf/optf-has-csit.yaml index 498878638..57bc512b2 100644 --- a/jjb/optf/optf-has-csit.yaml +++ b/jjb/optf/optf-has-csit.yaml @@ -5,6 +5,7 @@ - '{project-name}-{stream}-verify-csit-{functionality}' - '{project-name}-{stream}-csit-{functionality}' project-name: 'optf-has' + disabled: true stream: - 'master': branch: master diff --git a/jjb/optf/optf-osdf-csit.yaml b/jjb/optf/optf-osdf-csit.yaml index bb31f31dc..426186778 100644 --- a/jjb/optf/optf-osdf-csit.yaml +++ b/jjb/optf/optf-osdf-csit.yaml @@ -5,11 +5,10 @@ - '{project-name}-{stream}-verify-csit-{functionality}' - '{project-name}-{stream}-csit-{functionality}' project-name: 'optf-osdf' + disabled: true stream: - 'master': branch: master - - 'dublin': - branch: dublin functionality: - 'osdf': trigger_jobs: 'optf-osdf-master-osdf-docker-java-version-shell-daily' |