diff options
author | Amjath khan <ak683p@att.com> | 2018-03-08 14:04:06 -0500 |
---|---|---|
committer | Amjath khan <ak683p@att.com> | 2018-03-08 14:06:47 -0500 |
commit | d8e2627caf6fb9c670ea6674a6426da2b356187e (patch) | |
tree | c698fd49c48c192fd5ce55afcfc16b169807b6ea | |
parent | 824320d49229a78c49ece0d692783413ef45ca8c (diff) |
Add optf-has-csit yaml in ci-management
Change-Id: I8065b4aebce37b19bb0b689c34eb995fc70f0813
Issue-ID: OPTFRA-166
Signed-off-by: Amjath khan <ak683p@att.com>
-rw-r--r-- | jjb/optf/optf-has-csit.yaml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/jjb/optf/optf-has-csit.yaml b/jjb/optf/optf-has-csit.yaml new file mode 100644 index 000000000..4413b1429 --- /dev/null +++ b/jjb/optf/optf-has-csit.yaml @@ -0,0 +1,14 @@ +--- +- project: + name: optf-has-csit + jobs: + - '{project-name}-{stream}-verify-csit-{functionality}' + - '{project-name}-{stream}-csit-{functionality}' + project-name: 'optf-has' + stream: 'master' + functionality: + - 'has': + trigger_jobs: + - 'optf-has-master-conductor-docker-java-version-shell-daily' + robot-options: '' + branch: 'master' |