From 059b41a151f24c13bdc3e246c3181e1b6e37c1a9 Mon Sep 17 00:00:00 2001 From: "aravind.est" Date: Tue, 9 Jan 2024 15:44:04 +0000 Subject: [PATCH] Add verify jobs for a1-simulator Verify jobs added for a1-simulator. Issue-ID: NONRTRIC-962 Signed-off-by: aravind.est Change-Id: I6aa15e1b269b779df3d1f9e8ac2f89d67237fe17 --- jjb/sim-a1-interface/sim-a1-interface.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/jjb/sim-a1-interface/sim-a1-interface.yaml b/jjb/sim-a1-interface/sim-a1-interface.yaml index 76693767..a3b8da80 100644 --- a/jjb/sim-a1-interface/sim-a1-interface.yaml +++ b/jjb/sim-a1-interface/sim-a1-interface.yaml @@ -23,6 +23,19 @@ # maven settings file has docker credentials mvn-settings: sim-a1-interface-settings +- project: + <<: *sim_a1_interface_common + name: a1-simulator-verify + # the install script assumes an ubuntu image + build-node: ubuntu1804-builder-2c-2g + python-version: python3 + tox-envs: code + stream: + - master: + branch: master + jobs: + - gerrit-tox-verify + - project: <<: *sim_a1_interface_common name: a1-simulator -- 2.16.6