From 22f1213f2e415adf5978e85a6be86fb3f3904112 Mon Sep 17 00:00:00 2001 From: Gkerta Seferi Date: Wed, 5 Nov 2025 12:15:21 +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..1dc5be84 --- /dev/null +++ b/.ci-orchestrator/pr.yml @@ -0,0 +1,8 @@ +type: pipeline_definition +name: Liberty Containers Open Liberty SPS - PR +description: "Runs a set of compliance status checks for the OpenLiberty/ci.docker app repo." +triggers: +- type: github + keyword: "!olc-pr" + triggerName: "OLCSPSViaPR" + groups: ["LibertyContainers"] \ No newline at end of file From eddcbdc6dc9ef27e067457e1d02c443920c3d1fe Mon Sep 17 00:00:00 2001 From: Gkerta Seferi Date: Wed, 5 Nov 2025 18:12:10 +0000 Subject: [PATCH 2/2] Changing OLC 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 1dc5be84..822f1da1 100644 --- a/.ci-orchestrator/pr.yml +++ b/.ci-orchestrator/pr.yml @@ -5,4 +5,4 @@ triggers: - type: github keyword: "!olc-pr" triggerName: "OLCSPSViaPR" - groups: ["LibertyContainers"] \ No newline at end of file + groups: ["LibertyContainersPersonal"] \ No newline at end of file