This repository was archived by the owner on Mar 12, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathjava-common-libs-updates.patch
More file actions
63 lines (60 loc) · 2.89 KB
/
java-common-libs-updates.patch
File metadata and controls
63 lines (60 loc) · 2.89 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
From 71467d072104c55bf7a1585f4a83253f077ae75f Mon Sep 17 00:00:00 2001
From: "github-actions[bot]" <github-actions[bot]@users.noreply.github.com>
Date: Fri, 12 Dec 2025 16:41:30 +0000
Subject: [PATCH] Update action references to use opencb/ci-core repository
---
.github/workflows/build-java-app-workflow.yml | 2 +-
.github/workflows/test-analysis.yml | 4 ++--
.github/workflows/test-xetabase-workflow.yml | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/build-java-app-workflow.yml b/.github/workflows/build-java-app-workflow.yml
index cf7774b..1461fca 100644
--- a/.github/workflows/build-java-app-workflow.yml
+++ b/.github/workflows/build-java-app-workflow.yml
@@ -40,7 +40,7 @@ jobs:
# This step sets up JDK, clones and optionally compiles dependencies,
# and configures the Maven cache for the whole job.
id: setup_java_maven
- uses: ./.github/actions/setup-java-maven
+ uses: opencb/ci-core/.github/actions/setup-java-maven@main
with:
java_version: ${{ inputs.java_version }}
storage_hadoop: ${{ inputs.hadoop_flavour || vars.HADOOP_FLAVOUR }}
diff --git a/.github/workflows/test-analysis.yml b/.github/workflows/test-analysis.yml
index a02a907..4b4fbe9 100644
--- a/.github/workflows/test-analysis.yml
+++ b/.github/workflows/test-analysis.yml
@@ -21,7 +21,7 @@ jobs:
- name: Setup Java and Maven cache
# Reuse the composite action to configure Java and Maven cache
id: setup_java_maven
- uses: ./.github/actions/setup-java-maven
+ uses: opencb/ci-core/.github/actions/setup-java-maven@main
with:
require_cache_hit: true
- name: Start MongoDB v6.0
@@ -36,7 +36,7 @@ jobs:
run: mvn -B verify surefire-report:report --fail-never org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=opencb_java-common-libs --no-transfer-progress
- name: Append test summary to job summary
if: success() || failure()
- uses: ./.github/actions/test-summary
+ uses: opencb/ci-core/.github/actions/test-summary@main
with:
report_paths: './**/surefire-reports/TEST-*.xml'
title: "Java tests summary"
\ No newline at end of file
diff --git a/.github/workflows/test-xetabase-workflow.yml b/.github/workflows/test-xetabase-workflow.yml
index d8d573a..1949a1a 100644
--- a/.github/workflows/test-xetabase-workflow.yml
+++ b/.github/workflows/test-xetabase-workflow.yml
@@ -123,7 +123,7 @@ jobs:
cat ./opencga-enterprise/build.log | tee -a $GITHUB_STEP_SUMMARY
- name: Append test summary to job summary
if: success() || failure()
- uses: ./.github/actions/test-summary
+ uses: opencb/ci-core/.github/actions/test-summary@main
with:
report_paths: './**/surefire-reports/TEST-*.xml'
title: "Xetabase tests summary"
--
2.52.0