diff options
author | Patel, Ankitkumar <ankit@research.att.com> | 2018-05-29 21:06:20 -0400 |
---|---|---|
committer | Patel, Ankitkumar <ankit@research.att.com> | 2018-05-29 21:08:54 -0400 |
commit | 534c6e09251dbc39dac99926bebdb52955dacdbf (patch) | |
tree | cd655e632408b5985d7957906c470279995b9999 /jjb/optf | |
parent | 3a6e55a35be657e29a4d2773b059ba58b289bb53 (diff) |
Removed redundant CSIT job
Removed the redundant CSIT job
Issue-ID: OPTFRA-248
Change-Id: I45326f09d712edde7b551cc39c3a5943baa1430e
Signed-off-by: Patel, Ankitkumar <ankit@research.att.com>
Diffstat (limited to 'jjb/optf')
-rw-r--r-- | jjb/optf/optf-osdf-csit.yaml | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/jjb/optf/optf-osdf-csit.yaml b/jjb/optf/optf-osdf-csit.yaml deleted file mode 100644 index 9c1a558eb..000000000 --- a/jjb/optf/optf-osdf-csit.yaml +++ /dev/null @@ -1,14 +0,0 @@ ---- -- project: - name: optf-osdf-csit - jobs: - - '{project-name}-{stream}-verify-csit-{functionality}' - - '{project-name}-{stream}-csit-{functionality}' - project-name: 'optf-osdf' - stream: 'master' - functionality: - - 'osdf': - trigger_jobs: - - 'optf-osdf-master-osdf-docker-java-version-shell-daily' - robot-options: '' - branch: 'master' |