From 910db19dc8cadf0670e0ce12112a249929abeb3c Mon Sep 17 00:00:00 2001 From: Gkerta Seferi Date: Wed, 5 Nov 2025 12:15:13 +0000 Subject: [PATCH 1/2] Adding pipeline definition for PR pipeline to run compliance checks in SPS --- .ci-orchestrator/pr.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .ci-orchestrator/pr.yml diff --git a/.ci-orchestrator/pr.yml b/.ci-orchestrator/pr.yml new file mode 100644 index 00000000..72a1c9e2 --- /dev/null +++ b/.ci-orchestrator/pr.yml @@ -0,0 +1,8 @@ +type: pipeline_definition +name: Liberty Containers WebSphere Liberty SPS - PR +description: "Runs a set of compliance status checks for the WASDev/ci.docker app repo." +triggers: +- type: github + keyword: "!wlc-pr" + triggerName: "WLCSPSViaPR" + groups: ["LibertyContainers"] \ No newline at end of file From b315cef78761c5bc1590fb16d77fd3e719c10e3d Mon Sep 17 00:00:00 2001 From: Gkerta Seferi Date: Wed, 5 Nov 2025 18:13:27 +0000 Subject: [PATCH 2/2] Changing WLC PR pipeline group to LibertyContainersPersonal --- .ci-orchestrator/pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci-orchestrator/pr.yml b/.ci-orchestrator/pr.yml index 72a1c9e2..b477cb52 100644 --- a/.ci-orchestrator/pr.yml +++ b/.ci-orchestrator/pr.yml @@ -5,4 +5,4 @@ triggers: - type: github keyword: "!wlc-pr" triggerName: "WLCSPSViaPR" - groups: ["LibertyContainers"] \ No newline at end of file + groups: ["LibertyContainersPersonal"] \ No newline at end of file