From 8025146c10bace545e0a0837db9924027eb85ae4 Mon Sep 17 00:00:00 2001 From: elinuxhenrik Date: Thu, 26 Mar 2020 08:17:25 +0100 Subject: [PATCH] Adapt to restructuring of code in repo In the commit, https://gerrit.o-ran-sc.org/r/c/sim/a1-interface/+/2971, the container tag and Docker files are moved, so the Jenkins job configuration need to be updated accordingly. Change-Id: Ia78506767588c83e630628e6b152e9dc6f4895a7 Issue-ID: NONRTRIC-120 Signed-off-by: elinuxhenrik --- jjb/sim-a1-interface/sim-a1-interface.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/jjb/sim-a1-interface/sim-a1-interface.yaml b/jjb/sim-a1-interface/sim-a1-interface.yaml index f8391e00..bc67ea88 100644 --- a/jjb/sim-a1-interface/sim-a1-interface.yaml +++ b/jjb/sim-a1-interface/sim-a1-interface.yaml @@ -30,10 +30,9 @@ docker-name: 'o-ran-sc/{name}' # source of docker tag container-tag-method: yaml-file - # use tag yaml from subdirectory - container-tag-yaml-dir: near-rt-ric-simulator/scripts + docker-root: near-rt-ric-simulator # use host network - docker-build-args: '-f near-rt-ric-simulator/scripts/Dockerfile --network=host' + docker-build-args: '--network=host' build-node: ubuntu1804-docker-4c-4g stream: - master: -- 2.16.6