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 015ddd3 Nightly pekko 1.1 tests (#181)
015ddd3 is described below
commit 015ddd3f236d43ba9128aceb6ecb1d709c3e0064
Author: PJ Fanning <[email protected]>
AuthorDate: Thu Apr 25 20:40:46 2024 +0200
Nightly pekko 1.1 tests (#181)
* run nightly pekko 1.1 tests
* Update nightly-pekko-1.1-tests.yml
* -D on wrong yml
* run at 4am
---
.github/workflows/checks.yml | 1 -
.github/workflows/h2-test.yml | 1 -
.github/workflows/mysql-tests.yml | 1 -
.../{h2-test.yml => nightly-pekko-1.1-tests.yml} | 16 +++++-----------
.github/workflows/oracle-tests.yml | 1 -
.github/workflows/postgres-tests.yml | 1 -
.github/workflows/sqlserver-tests.yml | 1 -
build.sbt | 1 +
8 files changed, 6 insertions(+), 17 deletions(-)
diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml
index 3edacb4..ee9f135 100644
--- a/.github/workflows/checks.yml
+++ b/.github/workflows/checks.yml
@@ -7,7 +7,6 @@ on:
push:
branches:
- main
- - migration-tool # remove before merging to main
tags-ignore: [ v.* ]
jobs:
diff --git a/.github/workflows/h2-test.yml b/.github/workflows/h2-test.yml
index 1b05977..ccfc45a 100644
--- a/.github/workflows/h2-test.yml
+++ b/.github/workflows/h2-test.yml
@@ -7,7 +7,6 @@ on:
push:
branches:
- main
- - migration-tool # remove before merging to main
tags-ignore: [ v.* ]
jobs:
diff --git a/.github/workflows/mysql-tests.yml
b/.github/workflows/mysql-tests.yml
index d6c40f5..c5c8c70 100644
--- a/.github/workflows/mysql-tests.yml
+++ b/.github/workflows/mysql-tests.yml
@@ -7,7 +7,6 @@ on:
push:
branches:
- main
- - migration-tool # remove before merging to main
tags-ignore: [ v.* ]
jobs:
diff --git a/.github/workflows/h2-test.yml
b/.github/workflows/nightly-pekko-1.1-tests.yml
similarity index 66%
copy from .github/workflows/h2-test.yml
copy to .github/workflows/nightly-pekko-1.1-tests.yml
index 1b05977..4e31f3d 100644
--- a/.github/workflows/h2-test.yml
+++ b/.github/workflows/nightly-pekko-1.1-tests.yml
@@ -1,14 +1,11 @@
-name: H2 Unit Tests
+name: Nightly Testing with Pekko 1.1
permissions: {}
on:
- pull_request:
- push:
- branches:
- - main
- - migration-tool # remove before merging to main
- tags-ignore: [ v.* ]
+ schedule:
+ - cron: "0 4 * * *"
+ workflow_dispatch:
jobs:
test:
@@ -21,9 +18,6 @@ jobs:
- { java-version: 8, scala-version: 2.12, sbt-opts: '' }
- { java-version: 8, scala-version: 2.13, sbt-opts: '' }
- { java-version: 8, scala-version: 3.3, sbt-opts: '' }
- - { java-version: 11, scala-version: 2.12, sbt-opts:
'-J-XX:+UnlockExperimentalVMOptions -J-XX:+UseJVMCICompiler' }
- - { java-version: 11, scala-version: 2.13, sbt-opts:
'-J-XX:+UnlockExperimentalVMOptions -J-XX:+UseJVMCICompiler' }
- - { java-version: 11, scala-version: 3.3, sbt-opts:
'-J-XX:+UnlockExperimentalVMOptions -J-XX:+UseJVMCICompiler' }
steps:
- name: Checkout
uses: actions/checkout@v4
@@ -47,7 +41,7 @@ jobs:
uses: coursier/cache-action@v6
- name: Run tests with Scala ${{ matrix.scala-version }} and Java ${{
matrix.java-version }}
- run: sbt "++${{ matrix.scala-version }} test" ${{ matrix.sbt-opts }}
+ run: sbt -Dpekko.build.pekko.version=main "++${{ matrix.scala-version
}} test" ${{ matrix.sbt-opts }}
- name: Print logs on failure
if: ${{ failure() }}
diff --git a/.github/workflows/oracle-tests.yml
b/.github/workflows/oracle-tests.yml
index f6a33d7..1c6e62d 100644
--- a/.github/workflows/oracle-tests.yml
+++ b/.github/workflows/oracle-tests.yml
@@ -7,7 +7,6 @@ on:
push:
branches:
- main
- - migration-tool # remove before merging to main
tags-ignore: [ v.* ]
jobs:
diff --git a/.github/workflows/postgres-tests.yml
b/.github/workflows/postgres-tests.yml
index 05950a9..5568e9b 100644
--- a/.github/workflows/postgres-tests.yml
+++ b/.github/workflows/postgres-tests.yml
@@ -7,7 +7,6 @@ on:
push:
branches:
- main
- - migration-tool # remove before merging to main
tags-ignore: [ v.* ]
jobs:
diff --git a/.github/workflows/sqlserver-tests.yml
b/.github/workflows/sqlserver-tests.yml
index a8e6911..c7dfa0e 100644
--- a/.github/workflows/sqlserver-tests.yml
+++ b/.github/workflows/sqlserver-tests.yml
@@ -7,7 +7,6 @@ on:
push:
branches:
- main
- - migration-tool # remove before merging to main
tags-ignore: [ v.* ]
jobs:
diff --git a/build.sbt b/build.sbt
index e46f85e..cadbfa2 100644
--- a/build.sbt
+++ b/build.sbt
@@ -18,6 +18,7 @@ sourceDistIncubating := false
val mimaCompareVersion = "1.0.0"
+ThisBuild / resolvers += Resolver.ApacheMavenSnapshotsRepo
ThisBuild / reproducibleBuildsCheckResolver := Resolver.ApacheMavenStagingRepo
lazy val `pekko-persistence-jdbc` = project
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]