Rename github action names to Pekko
This commit is contained in:
parent
53daac223c
commit
35a5daf77d
5 changed files with 11 additions and 11 deletions
2
.github/workflows/link-validator.yml
vendored
2
.github/workflows/link-validator.yml
vendored
|
|
@ -30,7 +30,7 @@ jobs:
|
||||||
- name: Cache Coursier cache
|
- name: Cache Coursier cache
|
||||||
uses: coursier/cache-action@v6.4.0
|
uses: coursier/cache-action@v6.4.0
|
||||||
|
|
||||||
- name: create the Akka site
|
- name: create the Pekko site
|
||||||
run: sbt -Dpekko.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
|
- name: Install Coursier command line tool
|
||||||
|
|
|
||||||
12
.github/workflows/multi-node.yml
vendored
12
.github/workflows/multi-node.yml
vendored
|
|
@ -36,11 +36,11 @@ jobs:
|
||||||
run: |-
|
run: |-
|
||||||
gcloud config set compute/region us-central1
|
gcloud config set compute/region us-central1
|
||||||
gcloud config set compute/zone us-central1-c
|
gcloud config set compute/zone us-central1-c
|
||||||
./kubernetes/create-cluster-gke.sh "akka-multi-node-${GITHUB_RUN_ID}"
|
./kubernetes/create-cluster-gke.sh "pekko-multi-node-${GITHUB_RUN_ID}"
|
||||||
|
|
||||||
- name: Setup Pods
|
- name: Setup Pods
|
||||||
run: |
|
run: |
|
||||||
# Start 10 pods. At most 10 MultiJvmNode (akka.cluster.StressSpec is currently disabled).
|
# Start 10 pods. At most 10 MultiJvmNode (org.apache.pekko.cluster.StressSpec is currently disabled).
|
||||||
./kubernetes/setup.sh 10 multi-node-test.hosts tcp
|
./kubernetes/setup.sh 10 multi-node-test.hosts tcp
|
||||||
|
|
||||||
- name: Setup Java 11
|
- name: Setup Java 11
|
||||||
|
|
@ -100,7 +100,7 @@ jobs:
|
||||||
if: ${{ always() }}
|
if: ${{ always() }}
|
||||||
shell: bash {0}
|
shell: bash {0}
|
||||||
run: |
|
run: |
|
||||||
gcloud container clusters delete "akka-multi-node-${GITHUB_RUN_ID}" --quiet
|
gcloud container clusters delete "pekko-multi-node-${GITHUB_RUN_ID}" --quiet
|
||||||
|
|
||||||
run-multi-node-aeron-tests:
|
run-multi-node-aeron-tests:
|
||||||
name: Multi Node Test with Artery Aeron UDP transport
|
name: Multi Node Test with Artery Aeron UDP transport
|
||||||
|
|
@ -124,11 +124,11 @@ jobs:
|
||||||
run: |-
|
run: |-
|
||||||
gcloud config set compute/region us-central1
|
gcloud config set compute/region us-central1
|
||||||
gcloud config set compute/zone us-central1-c
|
gcloud config set compute/zone us-central1-c
|
||||||
./kubernetes/create-cluster-gke.sh "akka-artery-aeron-cluster-${GITHUB_RUN_ID}"
|
./kubernetes/create-cluster-gke.sh "pekko-artery-aeron-cluster-${GITHUB_RUN_ID}"
|
||||||
|
|
||||||
- name: Setup Pods
|
- name: Setup Pods
|
||||||
run: |
|
run: |
|
||||||
# Start 10 pods. At most 10 MultiJvmNode (akka.cluster.StressSpec is currently disabled).
|
# Start 10 pods. At most 10 MultiJvmNode (org.apache.pekko.cluster.StressSpec is currently disabled).
|
||||||
./kubernetes/setup.sh 10 multi-node-test.hosts udp
|
./kubernetes/setup.sh 10 multi-node-test.hosts udp
|
||||||
|
|
||||||
- name: Setup Java 11
|
- name: Setup Java 11
|
||||||
|
|
@ -188,4 +188,4 @@ jobs:
|
||||||
if: ${{ always() }}
|
if: ${{ always() }}
|
||||||
shell: bash {0}
|
shell: bash {0}
|
||||||
run: |
|
run: |
|
||||||
gcloud container clusters delete "akka-artery-aeron-cluster-${GITHUB_RUN_ID}" --quiet
|
gcloud container clusters delete "pekko-artery-aeron-cluster-${GITHUB_RUN_ID}" --quiet
|
||||||
|
|
|
||||||
2
.github/workflows/scala3-build.yml
vendored
2
.github/workflows/scala3-build.yml
vendored
|
|
@ -1,4 +1,4 @@
|
||||||
name: Build and test Akka with Scala 3
|
name: Build and test Pekko with Scala 3
|
||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
|
|
|
||||||
2
.github/workflows/scala3-compile.yml
vendored
2
.github/workflows/scala3-compile.yml
vendored
|
|
@ -1,4 +1,4 @@
|
||||||
name: Compile Akka with Scala 3
|
name: Compile Pekko with Scala 3
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
|
||||||
4
.github/workflows/timing-tests.yml
vendored
4
.github/workflows/timing-tests.yml
vendored
|
|
@ -9,8 +9,8 @@ permissions: {}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
akka-timing-sensitive-tests:
|
pekko-timing-sensitive-tests:
|
||||||
name: Akka Tests taggedAs TimingTest
|
name: Pekko Tests taggedAs TimingTest
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
if: github.repository == 'apache/incubator-pekko'
|
if: github.repository == 'apache/incubator-pekko'
|
||||||
steps:
|
steps:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue