You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pekko.apache.org by md...@apache.org on 2023/02/14 16:32:53 UTC

[incubator-pekko] branch main updated: Rename github action names to Pekko

This is an automated email from the ASF dual-hosted git repository.

mdedetrich pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko.git


The following commit(s) were added to refs/heads/main by this push:
     new 35a5daf77d Rename github action names to Pekko
35a5daf77d is described below

commit 35a5daf77d6e4ef4b4d9e5c5a188bfa03d443e31
Author: Matthew de Detrich <ma...@aiven.io>
AuthorDate: Mon Nov 7 20:04:05 2022 +0100

    Rename github action names to Pekko
---
 .github/workflows/link-validator.yml |  2 +-
 .github/workflows/multi-node.yml     | 12 ++++++------
 .github/workflows/scala3-build.yml   |  2 +-
 .github/workflows/scala3-compile.yml |  2 +-
 .github/workflows/timing-tests.yml   |  4 ++--
 5 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/.github/workflows/link-validator.yml b/.github/workflows/link-validator.yml
index ebdbd8e9e4..34419eebe3 100644
--- a/.github/workflows/link-validator.yml
+++ b/.github/workflows/link-validator.yml
@@ -30,7 +30,7 @@ jobs:
       - name: Cache Coursier cache
         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"
 
       - name: Install Coursier command line tool
diff --git a/.github/workflows/multi-node.yml b/.github/workflows/multi-node.yml
index c210214a88..d19db8e1a8 100644
--- a/.github/workflows/multi-node.yml
+++ b/.github/workflows/multi-node.yml
@@ -36,11 +36,11 @@ jobs:
         run: |-
           gcloud config set compute/region us-central1
           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
         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
 
       - name: Setup Java 11
@@ -100,7 +100,7 @@ jobs:
         if: ${{ always() }}
         shell: bash {0}
         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:
     name: Multi Node Test with Artery Aeron UDP transport
@@ -124,11 +124,11 @@ jobs:
         run: |-
           gcloud config set compute/region us-central1
           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
         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
 
       - name: Setup Java 11
@@ -188,4 +188,4 @@ jobs:
         if: ${{ always() }}
         shell: bash {0}
         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
diff --git a/.github/workflows/scala3-build.yml b/.github/workflows/scala3-build.yml
index 54bc29e158..a9e3784327 100644
--- a/.github/workflows/scala3-build.yml
+++ b/.github/workflows/scala3-build.yml
@@ -1,4 +1,4 @@
-name: Build and test Akka with Scala 3
+name: Build and test Pekko with Scala 3
 
 on:
   schedule:
diff --git a/.github/workflows/scala3-compile.yml b/.github/workflows/scala3-compile.yml
index 78304a5dcd..f16748ecc8 100644
--- a/.github/workflows/scala3-compile.yml
+++ b/.github/workflows/scala3-compile.yml
@@ -1,4 +1,4 @@
-name: Compile Akka with Scala 3
+name: Compile Pekko with Scala 3
 
 on:
   pull_request:
diff --git a/.github/workflows/timing-tests.yml b/.github/workflows/timing-tests.yml
index 26b6490c8a..fb8ec298b7 100644
--- a/.github/workflows/timing-tests.yml
+++ b/.github/workflows/timing-tests.yml
@@ -9,8 +9,8 @@ permissions: {}
 
 jobs:
 
-  akka-timing-sensitive-tests:
-    name: Akka Tests taggedAs TimingTest
+  pekko-timing-sensitive-tests:
+    name: Pekko Tests taggedAs TimingTest
     runs-on: ubuntu-20.04
     if: github.repository == 'apache/incubator-pekko'
     steps:


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pekko.apache.org
For additional commands, e-mail: commits-help@pekko.apache.org