From 721ce688a6930aed7d2a73a98dc1220fa2ce6c89 Mon Sep 17 00:00:00 2001 From: Gkerta Seferi Date: Wed, 5 Nov 2025 12:15:04 +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 0000000..f3c8145 --- /dev/null +++ b/.ci-orchestrator/pr.yml @@ -0,0 +1,8 @@ +type: pipeline_definition +name: Websphere Traditional (tWAS) Containers SPS - PR +description: "Runs a set of compliance status checks for the WASDev/ci.docker.websphere-traditional app repo." +triggers: +- type: github + keyword: "!twas-pr" + triggerName: "TWASSPSViaPR" + groups: ["tWASContainers"] \ No newline at end of file From c5de3b9fa2d39d74cc0b35f24580ae70fe6a0d0c Mon Sep 17 00:00:00 2001 From: Gkerta Seferi Date: Wed, 5 Nov 2025 18:16:28 +0000 Subject: [PATCH 2/2] Changing tWAS PR pipeline group to tWASContainersPersonal --- .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 f3c8145..7266b58 100644 --- a/.ci-orchestrator/pr.yml +++ b/.ci-orchestrator/pr.yml @@ -5,4 +5,4 @@ triggers: - type: github keyword: "!twas-pr" triggerName: "TWASSPSViaPR" - groups: ["tWASContainers"] \ No newline at end of file + groups: ["tWASContainersPersonal"] \ No newline at end of file