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-projection.git


The following commit(s) were added to refs/heads/main by this push:
     new b894e74  rework nightly tests for pekko 1.x (#317)
b894e74 is described below

commit b894e74f029fcca04236eaca2cc3aca2645b0400
Author: PJ Fanning <[email protected]>
AuthorDate: Sat Oct 18 08:01:52 2025 +0100

    rework nightly tests for pekko 1.x (#317)
---
 .github/workflows/nightly-pekko-1.0-tests.yml               |  9 +--------
 ...htly-pekko-1.0-tests.yml => nightly-pekko-1.3-tests.yml} | 13 ++++---------
 2 files changed, 5 insertions(+), 17 deletions(-)

diff --git a/.github/workflows/nightly-pekko-1.0-tests.yml 
b/.github/workflows/nightly-pekko-1.0-tests.yml
index 5af3bcb..9f9069f 100644
--- a/.github/workflows/nightly-pekko-1.0-tests.yml
+++ b/.github/workflows/nightly-pekko-1.0-tests.yml
@@ -9,8 +9,6 @@
 name: Nightly Integration Tests for JDBC (Pekko 1.0.x)
 
 on:
-  schedule:
-    - cron: '0 1 * * *'
   workflow_dispatch:
 
 jobs:
@@ -29,12 +27,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: Copy license acceptance
         run: |-
diff --git a/.github/workflows/nightly-pekko-1.0-tests.yml 
b/.github/workflows/nightly-pekko-1.3-tests.yml
similarity index 83%
copy from .github/workflows/nightly-pekko-1.0-tests.yml
copy to .github/workflows/nightly-pekko-1.3-tests.yml
index 5af3bcb..37990fd 100644
--- a/.github/workflows/nightly-pekko-1.0-tests.yml
+++ b/.github/workflows/nightly-pekko-1.3-tests.yml
@@ -6,7 +6,7 @@
 # This file is part of the Apache Pekko project, which was derived from Akka.
 #
 
-name: Nightly Integration Tests for JDBC (Pekko 1.0.x)
+name: Nightly Integration Tests for JDBC (Pekko 1.3.x)
 
 on:
   schedule:
@@ -29,12 +29,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: Copy license acceptance
         run: |-
@@ -54,8 +49,8 @@ jobs:
 
       - name: Run all integration tests with Scala ${{ matrix.scala-version }} 
and Java ${{ matrix.java-version }}
         run: |
-          sbt -Dpekko.build.pekko.version=1.0.x \
-            -Dpekko.build.pekko.connectors.version=1.0.x \
+          sbt -Dpekko.build.pekko.version=1.3.x \
+            -Dpekko.build.pekko.connectors.version=1.2.x \
             ++${{ matrix.scala-version }} \
             jdbc-int-test/test ${{ matrix.sbt-opts }}
         env: # Disable Ryuk resource reaper since we always spin up fresh VMs


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to