From: SANDEEP KUMAR JAISAWAL Date: Thu, 17 Nov 2022 08:16:41 +0000 (+0530) Subject: Build files for AIMLWF repos X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=5a8739dc2ad72b7ec65fbd78cbb4eb6ea0ef37d6;p=ci-management.git Build files for AIMLWF repos Issue-id: AIMLWF-5 Signed-off-by: SANDEEP KUMAR JAISAWAL Change-Id: If65b3612d9d211d4c1efb9b319e3044a3fc203d0 --- diff --git a/jjb/aiml-fw-athp-data-extraction/aiml-fw-athp-data-extraction.yaml b/jjb/aiml-fw-athp-data-extraction/aiml-fw-athp-data-extraction.yaml index b59f2942..dd1e0c53 100644 --- a/jjb/aiml-fw-athp-data-extraction/aiml-fw-athp-data-extraction.yaml +++ b/jjb/aiml-fw-athp-data-extraction/aiml-fw-athp-data-extraction.yaml @@ -12,4 +12,42 @@ build-node: centos7-builder-1c-1g branch: master jobs: - - gerrit-info-yaml-verify \ No newline at end of file + - gerrit-info-yaml-verify + +- aiml_de_docker_common: &aiml_de_docker_common + # values apply to all training manager projects + name: aiml-fw-athp-data-extraction-docker-common + # git repo + project: aiml-fw/athp/data-extraction + # jenkins job name prefix + project-name: aiml-fw-athp-data-extraction + # maven settings file has docker credentials + mvn-settings: aiml-fw-athp-data-extraction-settings + +- project: + <<: *aiml_de_docker_common + name: aiml-fw-athp-data-extraction-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_de_docker_common + name: aiml-fw-athp-data-extraction-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 diff --git a/jjb/aiml-fw-athp-tps-kubeflow-adapter/aiml-fw-athp-tps-kubeflow-adapter.yaml b/jjb/aiml-fw-athp-tps-kubeflow-adapter/aiml-fw-athp-tps-kubeflow-adapter.yaml index a1611e85..8eeddda3 100644 --- a/jjb/aiml-fw-athp-tps-kubeflow-adapter/aiml-fw-athp-tps-kubeflow-adapter.yaml +++ b/jjb/aiml-fw-athp-tps-kubeflow-adapter/aiml-fw-athp-tps-kubeflow-adapter.yaml @@ -12,4 +12,42 @@ build-node: centos7-builder-1c-1g branch: master jobs: - - gerrit-info-yaml-verify \ No newline at end of file + - gerrit-info-yaml-verify + +- aiml_kfc_docker_common: &aiml_kfc_docker_common + # values apply to all training manager projects + name: aiml-fw-athp-tps-kubeflow-adapter-docker-common + # git repo + project: aiml-fw/athp/tps/kubeflow-adapter + # jenkins job name prefix + project-name: aiml-fw-athp-tps-kubeflow-adapter + # maven settings file has docker credentials + mvn-settings: aiml-fw-athp-tps-kubeflow-adapter-settings + +- project: + <<: *aiml_kfc_docker_common + name: aiml-fw-athp-tps-kubeflow-adapter-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_kfc_docker_common + name: aiml-fw-athp-tps-kubeflow-adapter-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 diff --git a/jjb/aiml-fw-awmf-tm/aiml-fw-awmf-tm.yaml b/jjb/aiml-fw-awmf-tm/aiml-fw-awmf-tm.yaml index 2cea4012..54d8702c 100644 --- a/jjb/aiml-fw-awmf-tm/aiml-fw-awmf-tm.yaml +++ b/jjb/aiml-fw-awmf-tm/aiml-fw-awmf-tm.yaml @@ -26,7 +26,7 @@ - project: <<: *aiml_tm_docker_common - name: aaiml-fw-awmf-tm-release + name: aiml-fw-awmf-tm-release # maven release requires sigul which requires centos # container release requires docker build-node: centos7-docker-2c-8g diff --git a/jjb/portal-aiml-dashboard/portal-aiml-dashboard.yaml b/jjb/portal-aiml-dashboard/portal-aiml-dashboard.yaml index 7befb3b3..05531392 100644 --- a/jjb/portal-aiml-dashboard/portal-aiml-dashboard.yaml +++ b/jjb/portal-aiml-dashboard/portal-aiml-dashboard.yaml @@ -12,4 +12,62 @@ build-node: centos7-builder-1c-1g branch: master jobs: - - gerrit-info-yaml-verify \ No newline at end of file + - gerrit-info-yaml-verify + +- 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 + # 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: + - "{project-name}-gerrit-docker-jobs" + stream: + - master: + branch: master \ No newline at end of file