From a85f0337b7ea19b9379e40fd9614fd44fd665c1c Mon Sep 17 00:00:00 2001 From: MaciejKaszynski <161459353+MaciejKaszynski@users.noreply.github.com> Date: Wed, 11 Feb 2026 07:16:58 +0000 Subject: [PATCH 1/3] Fixing integration workflow Signed-off-by: MaciejKaszynski <161459353+MaciejKaszynski@users.noreply.github.com> --- .github/workflows/reference-integration.yml | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/.github/workflows/reference-integration.yml b/.github/workflows/reference-integration.yml index 449525b0..c72b665a 100644 --- a/.github/workflows/reference-integration.yml +++ b/.github/workflows/reference-integration.yml @@ -12,17 +12,15 @@ # ******************************************************************************* name: Reference Integration Build - on: - pull_request: + pull_request_target: types: [opened, reopened, synchronize] merge_group: types: [checks_requested] - - jobs: - integration: - uses: eclipse-score/reference_integration/.github/workflows/module-integration-build.yml@main - with: - known_good: | - { "modules": [] } - config: x86_64-linux +jobs: + integration: + uses: eclipse-score/reference_integration/.github/workflows/reusable_integration-build.yml@main + with: + known_good: | + { "modules": [] } + config: x86_64-linux From 9fc177b18afd894c5caffbf054f9d23b61144c5f Mon Sep 17 00:00:00 2001 From: Kai Graeper Date: Fri, 13 Feb 2026 13:45:06 +0100 Subject: [PATCH 2/3] use the smoke test workflow --- .github/workflows/reference-integration.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/workflows/reference-integration.yml b/.github/workflows/reference-integration.yml index c72b665a..ed917974 100644 --- a/.github/workflows/reference-integration.yml +++ b/.github/workflows/reference-integration.yml @@ -13,14 +13,16 @@ name: Reference Integration Build on: - pull_request_target: + #pull_request_target: deactivate to test the workflow + pull_request: types: [opened, reopened, synchronize] merge_group: types: [checks_requested] jobs: integration: - uses: eclipse-score/reference_integration/.github/workflows/reusable_integration-build.yml@main + uses: eclipse-score/reference_integration/.github/workflows/reusable_smoke-test.yml@main + secrets: inherit with: - known_good: | - { "modules": [] } - config: x86_64-linux + repo_runner_labels: 'ubuntu-latest' + module_name: 'score_lifecycle_health' + target_branch: 'main' From 236f660d5cf0cf6537e94e757cb2c6b4a5764f75 Mon Sep 17 00:00:00 2001 From: Maciej Kaszynski Date: Fri, 13 Feb 2026 14:39:09 +0000 Subject: [PATCH 3/3] Removing comment --- .github/workflows/reference-integration.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/reference-integration.yml b/.github/workflows/reference-integration.yml index ed917974..0e84e0ce 100644 --- a/.github/workflows/reference-integration.yml +++ b/.github/workflows/reference-integration.yml @@ -13,7 +13,6 @@ name: Reference Integration Build on: - #pull_request_target: deactivate to test the workflow pull_request: types: [opened, reopened, synchronize] merge_group: