Merge "Change setup for Go Sonar of nonrtric consumer"
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Tue, 26 Oct 2021 16:51:26 +0000 (16:51 +0000)
committerGerrit Code Review <gerrit@o-ran-sc.org>
Tue, 26 Oct 2021 16:51:26 +0000 (16:51 +0000)
jenkins-config/managed-config-files/mavenSettings/pti-o2-settings/config-params.yaml [new file with mode: 0644]
jenkins-config/managed-config-files/mavenSettings/pti-o2-settings/serverCredentialMappings.yaml [new file with mode: 0644]
jjb/it-dep/it-dep.yaml

diff --git a/jenkins-config/managed-config-files/mavenSettings/pti-o2-settings/config-params.yaml b/jenkins-config/managed-config-files/mavenSettings/pti-o2-settings/config-params.yaml
new file mode 100644 (file)
index 0000000..e631829
--- /dev/null
@@ -0,0 +1,3 @@
+---
+name: "pti-o2-settings"
+comment: "pti-o2-settings"
diff --git a/jenkins-config/managed-config-files/mavenSettings/pti-o2-settings/serverCredentialMappings.yaml b/jenkins-config/managed-config-files/mavenSettings/pti-o2-settings/serverCredentialMappings.yaml
new file mode 100644 (file)
index 0000000..0690aea
--- /dev/null
@@ -0,0 +1,18 @@
+---
+serverCredentialMappings:
+  - credentialsId: "pti-o2"
+    serverId: "releases"
+  - credentialsId: "pti-o2"
+    serverId: "staging"
+  - credentialsId: "pti-o2"
+    serverId: "site"
+  - credentialsId: "pti-o2"
+    serverId: "snapshots"
+  - credentialsId: "docker"
+    serverId: "nexus3.o-ran-sc.org:10001"
+  - credentialsId: "pti-o2"
+    serverId: "nexus3.o-ran-sc.org:10002"
+  - credentialsId: "pti-o2"
+    serverId: "nexus3.o-ran-sc.org:10003"
+  - credentialsId: "pti-o2"
+    serverId: "nexus3.o-ran-sc.org:10004"
index d1bae14..56d9b9e 100644 (file)
       - all:
           branch: '*'
 
+- project:
+    <<: *it_dep_common
+    # Verify helm charts using a Docker build process.
+    # no image needs to be pushed, so there is no merge job.
+    name: it-dep-smo-install
+    # jenkins job name prefix
+    build-timeout: 120
+    project-name: '{name}'
+    # image name
+    docker-name: 'o-ran-sc/{name}'
+    # dockerfile is in subdir
+    docker-build-args: -f ci/Dockerfile-smo-install
+    # any tag will do
+    container-tag-method: latest
+    submodule-disable: true
+    jobs:
+      - gerrit-docker-verify
+    stream:
+      - all:
+          branch: '*'
+
 # build and publish packages to PackageCloud.io
 - project:
     <<: *it_dep_common