From 947487f8abe86482a1066f49eb7afad0da7b56b4 Mon Sep 17 00:00:00 2001 From: mark Date: Tue, 29 Oct 2024 18:27:42 +0000 Subject: [PATCH 1/3] Testing Forge CI/CD registry --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2718ff17..5efd929a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,7 +11,7 @@ stages: - build preflight: - image: "mcanterb/forgelib" + image: "forge.3gpp.org:5050/sa3/li/forgelib" stage: preflight rules: - if: $CI_PIPELINE_SOURCE == 'merge_request_event' -- GitLab From 2475b4045f9eea617b8cae0d6df747ea86ca707e Mon Sep 17 00:00:00 2001 From: mark Date: Tue, 29 Oct 2024 18:35:44 +0000 Subject: [PATCH 2/3] Moving docker registries back --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5efd929a..e19cbfef 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,14 +20,14 @@ preflight: - forgelib-preflight https://$CI_SERVER_HOST $CI_PROJECT_ID $CI_MERGE_REQUEST_IID process_asn: - image: "mcanterb/asntest:latest" + image: "forge.3gpp.org:5050/sa3/li/asn1test:latest" stage: check interruptible: true script: - python3 testing/asn_process.py process_xsd: - image: "mcanterb/xsdtest:latest" + image: "forge.3gpp.org:5050/sa3/li/xsdtest:latest" stage: check interruptible: true script: @@ -35,7 +35,7 @@ process_xsd: - python3 testing/lint_xml.py editorconfig_check: - image: "mcanterb/ec_test:latest" + image: "forge.3gpp.org:5050/sa3/li/ec_test:latest" stage: check interruptible: true script: -- GitLab From 017900e1fa8e31d2d1dcb9620077ea90784520c7 Mon Sep 17 00:00:00 2001 From: mark Date: Tue, 29 Oct 2024 18:37:58 +0000 Subject: [PATCH 3/3] Moving docker registries back --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e19cbfef..60e3e16b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,7 +27,7 @@ process_asn: - python3 testing/asn_process.py process_xsd: - image: "forge.3gpp.org:5050/sa3/li/xsdtest:latest" + image: "forge.3gpp.org:5050/sa3/li/xsdtest_test:latest" stage: check interruptible: true script: -- GitLab