This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-persistence-jdbc.git
The following commit(s) were added to refs/heads/main by this push:
new 6968ca6 upgrade CI jobs due to build issues (#347)
6968ca6 is described below
commit 6968ca638a48b1c8b0d20ae84444abff35ce04b3
Author: PJ Fanning <[email protected]>
AuthorDate: Thu Oct 9 11:00:50 2025 +0100
upgrade CI jobs due to build issues (#347)
* update CI jobs due to broken builds
* test pekko 1.3 snapshots
---
.github/workflows/nightly-pekko-1.0-tests.yml | 7 +------
...ightly-pekko-1.2-tests.yml => nightly-pekko-1.3-tests.yml} | 11 +++--------
.github/workflows/publish-1.0-nightly.yml | 2 --
.../{publish-1.0-nightly.yml => publish-1.1-nightly.yml} | 8 +++-----
.../{publish-1.0-nightly.yml => publish-1.2-nightly.yml} | 10 +++++-----
5 files changed, 12 insertions(+), 26 deletions(-)
diff --git a/.github/workflows/nightly-pekko-1.0-tests.yml
b/.github/workflows/nightly-pekko-1.0-tests.yml
index c3affc2..3ab16f1 100644
--- a/.github/workflows/nightly-pekko-1.0-tests.yml
+++ b/.github/workflows/nightly-pekko-1.0-tests.yml
@@ -22,12 +22,7 @@ jobs:
with:
fetch-depth: 0
fetch-tags: true
-
- - name: Checkout GitHub merge
- if: github.event.pull_request
- run: |-
- git fetch origin pull/${{ github.event.pull_request.number
}}/merge:scratch
- git checkout scratch
+ ref: 1.2.x
- name: Setup JDK ${{ matrix.java-version }}
uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 #
v5.0.0
diff --git a/.github/workflows/nightly-pekko-1.2-tests.yml
b/.github/workflows/nightly-pekko-1.3-tests.yml
similarity index 81%
rename from .github/workflows/nightly-pekko-1.2-tests.yml
rename to .github/workflows/nightly-pekko-1.3-tests.yml
index b6e0810..2ad94d5 100644
--- a/.github/workflows/nightly-pekko-1.2-tests.yml
+++ b/.github/workflows/nightly-pekko-1.3-tests.yml
@@ -1,4 +1,4 @@
-name: Nightly Testing with Pekko 1.0
+name: Nightly Testing with Pekko 1.3
permissions: {}
@@ -24,12 +24,7 @@ jobs:
with:
fetch-depth: 0
fetch-tags: true
-
- - name: Checkout GitHub merge
- if: github.event.pull_request
- run: |-
- git fetch origin pull/${{ github.event.pull_request.number
}}/merge:scratch
- git checkout scratch
+ ref: 1.2.x
- name: Setup JDK ${{ matrix.java-version }}
uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 #
v5.0.0
@@ -44,7 +39,7 @@ jobs:
uses: coursier/cache-action@4e2615869d13561d626ed48655e1a39e5b192b3c #
6.4.7
- name: Run tests with Scala ${{ matrix.scala-version }} and Java ${{
matrix.java-version }}
- run: sbt -Dpekko.build.pekko.version=1.2.x "++${{ matrix.scala-version
}} test" ${{ matrix.sbt-opts }}
+ run: sbt -Dpekko.build.pekko.version=1.3.x "++${{ matrix.scala-version
}} test" ${{ matrix.sbt-opts }}
- name: Print logs on failure
if: ${{ failure() }}
diff --git a/.github/workflows/publish-1.0-nightly.yml
b/.github/workflows/publish-1.0-nightly.yml
index 5439387..fc47390 100644
--- a/.github/workflows/publish-1.0-nightly.yml
+++ b/.github/workflows/publish-1.0-nightly.yml
@@ -5,8 +5,6 @@ permissions:
on:
workflow_dispatch:
- schedule:
- - cron: "23 0 * * *"
jobs:
publish10:
diff --git a/.github/workflows/publish-1.0-nightly.yml
b/.github/workflows/publish-1.1-nightly.yml
similarity index 90%
copy from .github/workflows/publish-1.0-nightly.yml
copy to .github/workflows/publish-1.1-nightly.yml
index 5439387..23bdaa1 100644
--- a/.github/workflows/publish-1.0-nightly.yml
+++ b/.github/workflows/publish-1.1-nightly.yml
@@ -1,15 +1,13 @@
-name: Publish 1.0 Nightly
+name: Publish 1.1 Nightly
permissions:
contents: read
on:
workflow_dispatch:
- schedule:
- - cron: "23 0 * * *"
jobs:
- publish10:
+ publish11:
if: github.repository == 'apache/pekko-persistence-jdbc'
name: Publish
runs-on: ubuntu-22.04
@@ -22,7 +20,7 @@ jobs:
# we don't know what commit the last tag was it's safer to get
entire repo so previousStableVersion resolves
fetch-depth: 0
fetch-tags: true
- ref: 1.0.x
+ ref: 1.1.x
- name: Setup Java 8
uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 #
v5.0.0
diff --git a/.github/workflows/publish-1.0-nightly.yml
b/.github/workflows/publish-1.2-nightly.yml
similarity index 90%
copy from .github/workflows/publish-1.0-nightly.yml
copy to .github/workflows/publish-1.2-nightly.yml
index 5439387..f21ddd0 100644
--- a/.github/workflows/publish-1.0-nightly.yml
+++ b/.github/workflows/publish-1.2-nightly.yml
@@ -1,15 +1,15 @@
-name: Publish 1.0 Nightly
+name: Publish 1.2 Nightly
permissions:
contents: read
on:
workflow_dispatch:
- schedule:
- - cron: "23 0 * * *"
+ schedule:
+ - cron: "22 0 * * *"
jobs:
- publish10:
+ publish12:
if: github.repository == 'apache/pekko-persistence-jdbc'
name: Publish
runs-on: ubuntu-22.04
@@ -22,7 +22,7 @@ jobs:
# we don't know what commit the last tag was it's safer to get
entire repo so previousStableVersion resolves
fetch-depth: 0
fetch-tags: true
- ref: 1.0.x
+ ref: 1.2.x
- name: Setup Java 8
uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 #
v5.0.0
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]