X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=jjb%2Fportal-aiml-dashboard%2Fportal-aiml-dashboard.yaml;h=089b18094e1cef3244c40f6d4a45d59bc54e5205;hb=9199e5585cc3cbb679f6d3f72a5e3d3aa05759f6;hp=0553139203a2695ee7d14fba3ecdca66d0cf355b;hpb=7c09aea034813eb88b1d9438eb61bfcbb5d6147d;p=ci-management.git diff --git a/jjb/portal-aiml-dashboard/portal-aiml-dashboard.yaml b/jjb/portal-aiml-dashboard/portal-aiml-dashboard.yaml index 05531392..089b1809 100644 --- a/jjb/portal-aiml-dashboard/portal-aiml-dashboard.yaml +++ b/jjb/portal-aiml-dashboard/portal-aiml-dashboard.yaml @@ -14,8 +14,8 @@ jobs: - gerrit-info-yaml-verify -- aiml_dashboard_docker_common: &aiml_dashboard_docker_common - # values apply to all training manager projects +- _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 @@ -31,19 +31,19 @@ # container release requires docker build-node: centos7-docker-2c-8g jobs: - - '{project-name}-gerrit-release-jobs' + - "{project-name}-gerrit-release-jobs" - project: <<: *aiml_dashboard_docker_common name: portal-aiml-dashboard-docker - project-name: '{name}' + project-name: "{name}" # image name - docker-name: 'o-ran-sc/{name}' + docker-name: "o-ran-sc/{name}" # Dockerfile is in a subdir - docker-root: '.' + docker-root: "." # source of docker tag # dockerfile is in subdir of docker root - docker-build-args: '--network=host' + docker-build-args: "--network=host" container-tag-method: yaml-file build-node: ubuntu1804-docker-4c-4g jobs: @@ -55,19 +55,19 @@ - project: <<: *aiml_dashboard_docker_common name: portal-aiml-notebook-docker - project-name: '{name}' + project-name: "{name}" # image name - docker-name: 'o-ran-sc/{name}' + docker-name: "o-ran-sc/{name}" # Dockerfile is in a subdir - docker-root: 'kf-pipelines' - container-tag-yaml-dir: 'kf-pipelines' + 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' + 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 \ No newline at end of file + branch: master