diff options
author | Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com> | 2020-10-14 17:30:24 +0300 |
---|---|---|
committer | Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com> | 2020-10-14 17:30:24 +0300 |
commit | 5862866f5a8729567059247a821a796aaa44f475 (patch) | |
tree | ccc243e0fdf1fce2f39ad600f5a56cc33c889447 | |
parent | 40acf54958593a9eb389528ea0f8472073070401 (diff) |
Remove non-existent OPTF CSIT trigger jobs
Issue-ID: OPTFRA-858
Signed-off-by: Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com>
Change-Id: I45e45d05b54c54357547eb5a312045e20e914bd1
-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 | 1 |
3 files changed, 1 insertions, 3 deletions
diff --git a/jjb/optf/optf-cmso-csit.yaml b/jjb/optf/optf-cmso-csit.yaml index 3b1de276a..5c4347331 100644 --- a/jjb/optf/optf-cmso-csit.yaml +++ b/jjb/optf/optf-cmso-csit.yaml @@ -11,6 +11,6 @@ branch: master functionality: - 'cmso': - trigger_jobs: 'optf-cmso-master-docker-java-version-shell-daily' + trigger_jobs: robot-options: '' branch: 'master' diff --git a/jjb/optf/optf-has-csit.yaml b/jjb/optf/optf-has-csit.yaml index 73b2771f0..dd41c92c3 100644 --- a/jjb/optf/optf-has-csit.yaml +++ b/jjb/optf/optf-has-csit.yaml @@ -11,5 +11,4 @@ functionality: - 'has': trigger_jobs: - - '{project-name}-{stream}-conductor-docker-java-version-shell-daily' robot-options: '' diff --git a/jjb/optf/optf-osdf-csit.yaml b/jjb/optf/optf-osdf-csit.yaml index 7a9c7fc8b..e142b23e3 100644 --- a/jjb/optf/optf-osdf-csit.yaml +++ b/jjb/optf/optf-osdf-csit.yaml @@ -11,5 +11,4 @@ functionality: - 'osdf': trigger_jobs: - - '{project-name}-{stream}-osdf-docker-java-version-shell-daily' robot-options: '' |