diff options
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/optf/optf-osdf-csit.yaml | 17 | ||||
-rw-r--r-- | jjb/usecases/5G-bulkpm.yaml | 14 |
2 files changed, 31 insertions, 0 deletions
diff --git a/jjb/optf/optf-osdf-csit.yaml b/jjb/optf/optf-osdf-csit.yaml new file mode 100644 index 000000000..eada89de0 --- /dev/null +++ b/jjb/optf/optf-osdf-csit.yaml @@ -0,0 +1,17 @@ +--- +- project: + name: optf-osdf-csit + jobs: + - '{project-name}-{stream}-verify-csit-{functionality}' + - '{project-name}-{stream}-csit-{functionality}' + project-name: 'optf-osdf' + stream: + - 'master': + branch: master + - 'beijing': + branch: beijing + functionality: + - 'osdf': + trigger_jobs: 'optf-osdf-master-osdf-docker-java-version-shell-daily' + robot-options: '' + branch: 'master' diff --git a/jjb/usecases/5G-bulkpm.yaml b/jjb/usecases/5G-bulkpm.yaml new file mode 100644 index 000000000..8ef0fdcc0 --- /dev/null +++ b/jjb/usecases/5G-bulkpm.yaml @@ -0,0 +1,14 @@ +--- +- project: + name: usecases-5G-bulkpm-csit + jobs: + - '{project-name}-{stream}-verify-csit-{functionality}' + - '{project-name}-{stream}-csit-{functionality}' + project-name: 'usecases' + stream: 'master' + functionality: + - '5G-bulkpm': + trigger_jobs: + - '{project-name}-{stream}-docker-java-shell-daily' + robot-options: '' + branch: 'master' |