Rename akka to pekko in configuration (#63)
Resolves https://github.com/apache/incubator-pekko/issues/54
This commit is contained in:
parent
708da8caec
commit
3d93dbcb81
1047 changed files with 4472 additions and 4464 deletions
16
.github/workflows/build-test-prValidation.yml
vendored
16
.github/workflows/build-test-prValidation.yml
vendored
|
|
@ -55,14 +55,14 @@ jobs:
|
|||
- name: sbt validatePullRequest
|
||||
run: |-
|
||||
sbtx -jvm-opts .jvmopts-ci \
|
||||
-Dakka.mima.enabled=false \
|
||||
-Dakka.test.multi-in-test=false \
|
||||
-Dakka.test.timefactor=2 \
|
||||
-Dakka.actor.testkit.typed.timefactor=2 \
|
||||
-Dakka.test.tags.exclude=gh-exclude,timing \
|
||||
-Dakka.cluster.assert=on \
|
||||
-Dpekko.mima.enabled=false \
|
||||
-Dpekko.test.multi-in-test=false \
|
||||
-Dpekko.test.timefactor=2 \
|
||||
-Dpekko.actor.testkit.typed.timefactor=2 \
|
||||
-Dpekko.test.tags.exclude=gh-exclude,timing \
|
||||
-Dpekko.cluster.assert=on \
|
||||
-Dsbt.override.build.repos=false \
|
||||
-Dakka.test.multi-node=false \
|
||||
-Dpekko.test.multi-node=false \
|
||||
-Dsbt.log.noformat=false \
|
||||
-Dakka.log.timestamps=true \
|
||||
-Dpekko.log.timestamps=true \
|
||||
validateCompile validatePullRequest
|
||||
|
|
|
|||
2
.github/workflows/link-validator.yml
vendored
2
.github/workflows/link-validator.yml
vendored
|
|
@ -28,7 +28,7 @@ jobs:
|
|||
uses: coursier/cache-action@v6.4.0
|
||||
|
||||
- name: create the Akka site
|
||||
run: sbt -Dakka.genjavadoc.enabled=true "Javaunidoc/doc; Compile/unidoc; docs/paradox"
|
||||
run: sbt -Dpekko.genjavadoc.enabled=true "Javaunidoc/doc; Compile/unidoc; docs/paradox"
|
||||
|
||||
- name: Install Coursier command line tool
|
||||
run: curl -fLo cs https://git.io/coursier-cli-linux && chmod +x cs && ./cs
|
||||
|
|
|
|||
30
.github/workflows/multi-node.yml
vendored
30
.github/workflows/multi-node.yml
vendored
|
|
@ -52,14 +52,14 @@ jobs:
|
|||
run: |
|
||||
cat multi-node-test.hosts
|
||||
sbtx -jvm-opts .jvmopts-ci \
|
||||
-Dakka.test.timefactor=2 \
|
||||
-Dakka.actor.testkit.typed.timefactor=2 \
|
||||
-Dakka.test.tags.exclude=gh-exclude,timing \
|
||||
-Dakka.cluster.assert=on \
|
||||
-Dpekko.test.timefactor=2 \
|
||||
-Dpekko.actor.testkit.typed.timefactor=2 \
|
||||
-Dpekko.test.tags.exclude=gh-exclude,timing \
|
||||
-Dpekko.cluster.assert=on \
|
||||
-Dsbt.override.build.repos=false \
|
||||
-Dakka.test.multi-node=true \
|
||||
-Dakka.test.multi-node.targetDirName=${PWD}/target/${{ github.run_id }} \
|
||||
-Dakka.test.multi-node.java=${JAVA_HOME}/bin/java \
|
||||
-Dpekko.test.multi-node=true \
|
||||
-Dpekko.test.multi-node.targetDirName=${PWD}/target/${{ github.run_id }} \
|
||||
-Dpekko.test.multi-node.java=${JAVA_HOME}/bin/java \
|
||||
-Dmultinode.XX:MetaspaceSize=128M \
|
||||
-Dmultinode.Xms512M \
|
||||
-Dmultinode.Xmx512M \
|
||||
|
|
@ -136,15 +136,15 @@ jobs:
|
|||
run: |
|
||||
cat multi-node-test.hosts
|
||||
sbtx -jvm-opts .jvmopts-ci \
|
||||
-Dakka.test.timefactor=2 \
|
||||
-Dakka.actor.testkit.typed.timefactor=2 \
|
||||
-Dakka.cluster.assert=on \
|
||||
-Dakka.remote.artery.transport=aeron-udp \
|
||||
-Dpekko.test.timefactor=2 \
|
||||
-Dpekko.actor.testkit.typed.timefactor=2 \
|
||||
-Dpekko.cluster.assert=on \
|
||||
-Dpekko.remote.artery.transport=aeron-udp \
|
||||
-Dsbt.override.build.repos=false \
|
||||
-Dakka.test.tags.exclude=gh-exclude,gh-exclude-aeron,timing \
|
||||
-Dakka.test.multi-node=true \
|
||||
-Dakka.test.multi-node.targetDirName=${PWD}/target/${{ github.run_id }} \
|
||||
-Dakka.test.multi-node.java=${JAVA_HOME}/bin/java \
|
||||
-Dpekko.test.tags.exclude=gh-exclude,gh-exclude-aeron,timing \
|
||||
-Dpekko.test.multi-node=true \
|
||||
-Dpekko.test.multi-node.targetDirName=${PWD}/target/${{ github.run_id }} \
|
||||
-Dpekko.test.multi-node.java=${JAVA_HOME}/bin/java \
|
||||
-Dmultinode.XX:MetaspaceSize=128M \
|
||||
-Dmultinode.Xms512M \
|
||||
-Dmultinode.Xmx512M \
|
||||
|
|
|
|||
52
.github/workflows/nightly-builds.yml
vendored
52
.github/workflows/nightly-builds.yml
vendored
|
|
@ -30,12 +30,12 @@ jobs:
|
|||
run: |-
|
||||
sbtx -jvm-opts .jvmopts-ci \
|
||||
-Djava.security.egd=file:/dev/./urandom \
|
||||
-Dakka.test.sigar=true \
|
||||
-Dakka.cluster.assert=on \
|
||||
-Dakka.test.timefactor=2 \
|
||||
-Dakka.actor.testkit.typed.timefactor=2 \
|
||||
-Dakka.test.tags.exclude=gh-exclude,timing \
|
||||
-Dakka.log.timestamps=true \
|
||||
-Dpekko.test.sigar=true \
|
||||
-Dpekko.cluster.assert=on \
|
||||
-Dpekko.test.timefactor=2 \
|
||||
-Dpekko.actor.testkit.typed.timefactor=2 \
|
||||
-Dpekko.test.tags.exclude=gh-exclude,timing \
|
||||
-Dpekko.log.timestamps=true \
|
||||
-Dmultinode.XX:MetaspaceSize=128M \
|
||||
-Dmultinode.Xms256M \
|
||||
-Dmultinode.Xmx256M \
|
||||
|
|
@ -100,12 +100,12 @@ jobs:
|
|||
run: |-
|
||||
sbtx -jvm-opts .jvmopts-ci \
|
||||
-Djava.security.egd=file:/dev/./urandom \
|
||||
-Dakka.remote.artery.enabled=off \
|
||||
-Dakka.test.timefactor=2 \
|
||||
-Dakka.actor.testkit.typed.timefactor=2 \
|
||||
-Dakka.test.tags.exclude=gh-exclude,timing \
|
||||
-Dakka.test.multi-in-test=false \
|
||||
-Dakka.cluster.assert=on \
|
||||
-Dpekko.remote.artery.enabled=off \
|
||||
-Dpekko.test.timefactor=2 \
|
||||
-Dpekko.actor.testkit.typed.timefactor=2 \
|
||||
-Dpekko.test.tags.exclude=gh-exclude,timing \
|
||||
-Dpekko.test.multi-in-test=false \
|
||||
-Dpekko.cluster.assert=on \
|
||||
clean ${{ matrix.command }}
|
||||
|
||||
# comment out email actions until we have an email address to use (and we need to get INFRA to whitelist dawidd6/action-send-mail)
|
||||
|
|
@ -161,12 +161,12 @@ jobs:
|
|||
# note that this is not running any multi-jvm tests because multi-in-test=false
|
||||
run: |-
|
||||
sbtx -jvm-opts .jvmopts-ci \
|
||||
-Dakka.cluster.assert=on \
|
||||
-Dakka.log.timestamps=true \
|
||||
-Dakka.test.timefactor=2 \
|
||||
-Dakka.actor.testkit.typed.timefactor=2 \
|
||||
-Dakka.test.tags.exclude=gh-exclude,timing \
|
||||
-Dakka.test.multi-in-test=false \
|
||||
-Dpekko.cluster.assert=on \
|
||||
-Dpekko.log.timestamps=true \
|
||||
-Dpekko.test.timefactor=2 \
|
||||
-Dpekko.actor.testkit.typed.timefactor=2 \
|
||||
-Dpekko.test.tags.exclude=gh-exclude,timing \
|
||||
-Dpekko.test.multi-in-test=false \
|
||||
${{ matrix.extraOpts }} \
|
||||
clean "+~ ${{ matrix.scalaVersion }} test" checkTestsHaveRun
|
||||
|
||||
|
|
@ -195,7 +195,7 @@ jobs:
|
|||
run: |-
|
||||
sudo apt-get install graphviz
|
||||
sbtx -jvm-opts .jvmopts-ci \
|
||||
-Dakka.genjavadoc.enabled=true \
|
||||
-Dpekko.genjavadoc.enabled=true \
|
||||
"+~ ${{ matrix.scalaVersion }} doc"
|
||||
|
||||
- name: Publish
|
||||
|
|
@ -204,7 +204,7 @@ jobs:
|
|||
run: |-
|
||||
sudo apt-get install graphviz
|
||||
sbtx -jvm-opts .jvmopts-ci \
|
||||
-Dakka.build.scalaVersion=${{ matrix.scalaVersion }} \
|
||||
-Dpekko.build.scalaVersion=${{ matrix.scalaVersion }} \
|
||||
"+~ ${{ matrix.scalaVersion }} publishLocal publishM2"
|
||||
|
||||
# comment out email actions until we have an email address to use (and we need to get INFRA to whitelist dawidd6/action-send-mail)
|
||||
|
|
@ -253,12 +253,12 @@ jobs:
|
|||
run: |-
|
||||
sbtx -jvm-opts .jvmopts-ci \
|
||||
-Djava.security.egd=file:/dev/./urandom \
|
||||
-Dakka.remote.artery.transport=aeron-udp \
|
||||
-Dakka.test.timefactor=2 \
|
||||
-Dakka.actor.testkit.typed.timefactor=2 \
|
||||
-Dakka.test.tags.exclude=gh-exclude,gh-exclude-aeron,timing \
|
||||
-Dakka.test.multi-in-test=false \
|
||||
-Dakka.cluster.assert=on \
|
||||
-Dpekko.remote.artery.transport=aeron-udp \
|
||||
-Dpekko.test.timefactor=2 \
|
||||
-Dpekko.actor.testkit.typed.timefactor=2 \
|
||||
-Dpekko.test.tags.exclude=gh-exclude,gh-exclude-aeron,timing \
|
||||
-Dpekko.test.multi-in-test=false \
|
||||
-Dpekko.cluster.assert=on \
|
||||
-Daeron.dir=/opt/volumes/media-driver \
|
||||
-Daeron.term.buffer.length=33554432 \
|
||||
clean ${{ matrix.command }}
|
||||
|
|
|
|||
2
.github/workflows/publish-docs.yml
vendored
2
.github/workflows/publish-docs.yml
vendored
|
|
@ -33,7 +33,7 @@ jobs:
|
|||
chmod 600 /tmp/id_rsa
|
||||
ssh-add /tmp/id_rsa
|
||||
# using Scala 2.13 here to avoid the infamous problem with missing AskSupport in classpath
|
||||
sbt -Dakka.genjavadoc.enabled=true "+~ 2.13 publishRsync"
|
||||
sbt -Dpekko.genjavadoc.enabled=true "+~ 2.13 publishRsync"
|
||||
env:
|
||||
SCP_SECRET: ${{ secrets.SCP_SECRET }}
|
||||
|
||||
|
|
|
|||
10
.github/workflows/scala3-build.yml
vendored
10
.github/workflows/scala3-build.yml
vendored
|
|
@ -49,11 +49,11 @@ jobs:
|
|||
# note that this is not running any multi-jvm tests (yet) because multi-in-test=false
|
||||
run: |
|
||||
sbtx -jvm-opts .jvmopts-ci \
|
||||
-Dakka.log.timestamps=true \
|
||||
-Dakka.test.timefactor=2 \
|
||||
-Dakka.actor.testkit.typed.timefactor=2 \
|
||||
-Dakka.test.multi-in-test=false \
|
||||
-Dakka.test.tags.exclude=gh-exclude,timing \
|
||||
-Dpekko.log.timestamps=true \
|
||||
-Dpekko.test.timefactor=2 \
|
||||
-Dpekko.actor.testkit.typed.timefactor=2 \
|
||||
-Dpekko.test.multi-in-test=false \
|
||||
-Dpekko.test.tags.exclude=gh-exclude,timing \
|
||||
-Dmultinode.XX:MetaspaceSize=128M \
|
||||
-Dmultinode.Xms256M \
|
||||
-Dmultinode.Xmx256M \
|
||||
|
|
|
|||
12
.github/workflows/timing-tests.yml
vendored
12
.github/workflows/timing-tests.yml
vendored
|
|
@ -30,12 +30,12 @@ jobs:
|
|||
run: |-
|
||||
sbtx -jvm-opts .jvmopts-ci \
|
||||
-Djava.security.egd=file:/dev/./urandom \
|
||||
-Dakka.cluster.assert=on \
|
||||
-Dakka.test.timefactor=2 \
|
||||
-Dakka.actor.testkit.typed.timefactor=2 \
|
||||
-Dakka.test.tags.only=timing \
|
||||
-Dakka.log.timestamps=true \
|
||||
-Dakka.test.multi-in-test=false \
|
||||
-Dpekko.cluster.assert=on \
|
||||
-Dpekko.test.timefactor=2 \
|
||||
-Dpekko.actor.testkit.typed.timefactor=2 \
|
||||
-Dpekko.test.tags.only=timing \
|
||||
-Dpekko.log.timestamps=true \
|
||||
-Dpekko.test.multi-in-test=false \
|
||||
-Dmultinode.XX:MetaspaceSize=128M \
|
||||
-Dmultinode.Xms256M \
|
||||
-Dmultinode.Xmx256M \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue