CI: Disable INFO verify jobs
[ci-management.git] / jjb / portal-aiml-dashboard / portal-aiml-dashboard.yaml
index 7befb3b..2199928 100644 (file)
@@ -5,11 +5,60 @@
     views:
       - project-view
 
-- project:
-    name: portal-aiml-dashboard-info
+- _aiml_dashboard_docker_common:
+    &aiml_dashboard_docker_common # values apply to all training manager projects
+    name: portal-aiml-dashboard-docker-common
+    # git repo
     project: portal/aiml-dashboard
+    # jenkins job name prefix
     project-name: portal-aiml-dashboard
-    build-node: centos7-builder-1c-1g
-    branch: master
+    # maven settings file has docker credentials
+    mvn-settings: portal-aiml-dashboard-settings
+
+- project:
+    <<: *aiml_dashboard_docker_common
+    name: portal-aiml-dashboard-release
+    # maven release requires sigul which requires centos
+    # container release requires docker
+    build-node: centos7-docker-2c-8g
+    jobs:
+      - "{project-name}-gerrit-release-jobs"
+
+- project:
+    <<: *aiml_dashboard_docker_common
+    name: portal-aiml-dashboard-docker
+    project-name: "{name}"
+    # image name
+    docker-name: "o-ran-sc/{name}"
+    # Dockerfile is in a subdir
+    docker-root: "."
+    # source of docker tag
+    # dockerfile is in subdir of docker root
+    docker-build-args: "--network=host"
+    container-tag-method: yaml-file
+    build-node: ubuntu1804-docker-4c-4g
+    jobs:
+      - "{project-name}-gerrit-docker-jobs"
+    stream:
+      - master:
+          branch: master
+
+- project:
+    <<: *aiml_dashboard_docker_common
+    name: portal-aiml-notebook-docker
+    project-name: "{name}"
+    # image name
+    docker-name: "o-ran-sc/{name}"
+    # Dockerfile is in a subdir
+    docker-root: "kf-pipelines"
+    container-tag-yaml-dir: "kf-pipelines"
+    # source of docker tag
+    # dockerfile is in subdir of docker root
+    docker-build-args: "--network=host"
+    container-tag-method: yaml-file
+    build-node: ubuntu1804-docker-4c-4g
     jobs:
-      - gerrit-info-yaml-verify
\ No newline at end of file
+      - "{project-name}-gerrit-docker-jobs"
+    stream:
+      - master:
+          branch: master