diff options
-rw-r--r-- | jjb/cps/cps-ncmp-dmi-plugin-csit.yaml | 21 | ||||
-rw-r--r-- | jjb/oom/offline-installer.yaml | 2 |
2 files changed, 22 insertions, 1 deletions
diff --git a/jjb/cps/cps-ncmp-dmi-plugin-csit.yaml b/jjb/cps/cps-ncmp-dmi-plugin-csit.yaml new file mode 100644 index 000000000..86ff13c60 --- /dev/null +++ b/jjb/cps/cps-ncmp-dmi-plugin-csit.yaml @@ -0,0 +1,21 @@ +--- +- project: + name: cps-ncmp-dmi-plugin-csit + jobs: + - '{project-name}-review-verification-maven-{stream}': + mvn-goals: clean install + mvn-params: '-Dmaven.test.skip=true -Pdocker' + - '{project-name}-merge-verification-maven-{stream}': + mvn-goals: clean install + mvn-params: '-Dmaven.test.skip=true -Pdocker' + project-name: 'cps-ncmp-dmi-plugin' + recipients: 'toine.siebelink@est.tech' + # project name in gerrit + project: 'cps/ncmp-dmi-plugin' + stream: + - 'master': + branch: 'master' + - 'istanbul': + branch: 'istanbul' + mvn-settings: 'cps-ncmp-dmi-plugin-settings' + robot-options: '' diff --git a/jjb/oom/offline-installer.yaml b/jjb/oom/offline-installer.yaml index 72d085f1a..196a53e44 100644 --- a/jjb/oom/offline-installer.yaml +++ b/jjb/oom/offline-installer.yaml @@ -54,7 +54,7 @@ - 'docker-downloader': tox-dir: 'build/download' tox-envs: 'pytest' - pattern: '**/*' + pattern: 'build/download/**' stream: - 'master': branch: 'master' |