From: Andrew Grimberg Date: Wed, 12 Jun 2019 16:33:54 +0000 (-0700) Subject: Fix yaml linting issues X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=ci-management.git;a=commitdiff_plain;h=8a4f190afa328ea560c1e391362b6f2f974e0019 Fix yaml linting issues My local tox tests are throwing several yamllint problems that are not being picked up by the CI system. Likely due to a slightly older version of yamllint in the CI. Change-Id: Ie704b98228af626e0a22aa936ebbb445e3a8d5d1 Signed-off-by: Andrew Grimberg --- diff --git a/jjb/ci-management/ci-docker.yaml b/jjb/ci-management/ci-docker.yaml index 12919361..1cd8a394 100644 --- a/jjb/ci-management/ci-docker.yaml +++ b/jjb/ci-management/ci-docker.yaml @@ -7,7 +7,7 @@ build-node: ubuntu1804-docker-4c-4g container-public-registry: nexus3.o-ran-sc.org:10001 # use the staging repo bcos all builds are RCs - container-push-registry: nexus3.o-ran-sc.org:10004 + container-push-registry: nexus3.o-ran-sc.org:10004 # use host network to clone from our gerrit docker-build-args: '--network=host' # default to YAML diff --git a/jjb/com-asn1/com-asn1.yaml b/jjb/com-asn1/com-asn1.yaml index 1b24e51b..0d0dc8ed 100644 --- a/jjb/com-asn1/com-asn1.yaml +++ b/jjb/com-asn1/com-asn1.yaml @@ -15,7 +15,7 @@ # pull from the public mirror + releases registry container-public-registry: nexus3.o-ran-sc.org:10001 # push to the staging repo bcos all builds are RCs - container-push-registry: nexus3.o-ran-sc.org:10004 + container-push-registry: nexus3.o-ran-sc.org:10004 stream: - master: branch: master diff --git a/jjb/com-log/com-log.yaml b/jjb/com-log/com-log.yaml index 5fdebbba..80c72819 100644 --- a/jjb/com-log/com-log.yaml +++ b/jjb/com-log/com-log.yaml @@ -15,7 +15,7 @@ # pull from the public mirror + releases registry container-public-registry: nexus3.o-ran-sc.org:10001 # push to the staging repo bcos all builds are RCs - container-push-registry: nexus3.o-ran-sc.org:10004 + container-push-registry: nexus3.o-ran-sc.org:10004 stream: - master: branch: master diff --git a/jjb/defaults.yaml b/jjb/defaults.yaml index 5297a60e..01e88396 100644 --- a/jjb/defaults.yaml +++ b/jjb/defaults.yaml @@ -14,7 +14,7 @@ # Nexus3 docker registries container-public-registry: nexus3.o-ran-sc.org:10001 container-snapshot-registry: nexus3.o-ran-sc.org:10003 - container-staging-registry: nexus3.o-ran-sc.org:10004 + container-staging-registry: nexus3.o-ran-sc.org:10004 # Default java version java-version: openjdk8 diff --git a/jjb/ric-app-admin/ric-app-admin.yaml b/jjb/ric-app-admin/ric-app-admin.yaml index baec2dd4..4f8ac327 100644 --- a/jjb/ric-app-admin/ric-app-admin.yaml +++ b/jjb/ric-app-admin/ric-app-admin.yaml @@ -15,7 +15,7 @@ # pull from the public mirror + releases registry container-public-registry: nexus3.o-ran-sc.org:10001 # push to the staging repo bcos all builds are RCs - container-push-registry: nexus3.o-ran-sc.org:10004 + container-push-registry: nexus3.o-ran-sc.org:10004 # use host network to clone from our gerrit docker-build-args: '--network=host' # source of docker tag diff --git a/jjb/ric-plt-a1/ric-plt-a1.yaml b/jjb/ric-plt-a1/ric-plt-a1.yaml index 192eeaf8..41cf248c 100644 --- a/jjb/ric-plt-a1/ric-plt-a1.yaml +++ b/jjb/ric-plt-a1/ric-plt-a1.yaml @@ -15,7 +15,7 @@ # pull from the public mirror + releases registry container-public-registry: nexus3.o-ran-sc.org:10001 # push to the staging repo bcos all builds are RCs - container-push-registry: nexus3.o-ran-sc.org:10004 + container-push-registry: nexus3.o-ran-sc.org:10004 # use host network to clone from our gerrit docker-build-args: '--network=host' # source of docker tag diff --git a/jjb/ric-plt-appmgr/ric-plt-appmgr.yaml b/jjb/ric-plt-appmgr/ric-plt-appmgr.yaml index 8637ba09..33ba94fa 100644 --- a/jjb/ric-plt-appmgr/ric-plt-appmgr.yaml +++ b/jjb/ric-plt-appmgr/ric-plt-appmgr.yaml @@ -15,7 +15,7 @@ # pull from the public mirror + releases registry container-public-registry: nexus3.o-ran-sc.org:10001 # push to the staging repo bcos all builds are RCs - container-push-registry: nexus3.o-ran-sc.org:10004 + container-push-registry: nexus3.o-ran-sc.org:10004 # use host network to clone from our gerrit docker-build-args: '--network=host' # source of docker tag diff --git a/jjb/ric-plt-e2/ric-plt-e2.yaml b/jjb/ric-plt-e2/ric-plt-e2.yaml index b4fa59b7..ea269e77 100644 --- a/jjb/ric-plt-e2/ric-plt-e2.yaml +++ b/jjb/ric-plt-e2/ric-plt-e2.yaml @@ -15,7 +15,7 @@ # pull from the public mirror + releases registry container-public-registry: nexus3.o-ran-sc.org:10001 # push to the staging repo bcos all builds are RCs - container-push-registry: nexus3.o-ran-sc.org:10004 + container-push-registry: nexus3.o-ran-sc.org:10004 # use host network to clone from our gerrit docker-build-args: '--network=host' # source of docker tag diff --git a/jjb/ric-plt-lib-rmr/ric-plt-lib-rmr.yaml b/jjb/ric-plt-lib-rmr/ric-plt-lib-rmr.yaml index 555fb364..46e2267b 100644 --- a/jjb/ric-plt-lib-rmr/ric-plt-lib-rmr.yaml +++ b/jjb/ric-plt-lib-rmr/ric-plt-lib-rmr.yaml @@ -15,7 +15,7 @@ # pull from the public mirror + releases registry container-public-registry: nexus3.o-ran-sc.org:10001 # push to the staging repo because all builds are RCs - container-push-registry: nexus3.o-ran-sc.org:10004 + container-push-registry: nexus3.o-ran-sc.org:10004 stream: - master: branch: master diff --git a/jjb/ric-plt-rtmgr/ric-plt-rtmgr.yaml b/jjb/ric-plt-rtmgr/ric-plt-rtmgr.yaml index f47de587..0d458b85 100644 --- a/jjb/ric-plt-rtmgr/ric-plt-rtmgr.yaml +++ b/jjb/ric-plt-rtmgr/ric-plt-rtmgr.yaml @@ -15,7 +15,7 @@ # pull from the public mirror + releases registry container-public-registry: nexus3.o-ran-sc.org:10001 # push to the staging repo bcos all builds are RCs - container-push-registry: nexus3.o-ran-sc.org:10004 + container-push-registry: nexus3.o-ran-sc.org:10004 # use host network to clone from our gerrit docker-build-args: '--network=host' # source of docker tag