change name of github repo so that workflows run for apache/incubator-pekko (#12)
This commit is contained in:
parent
b46dfd85da
commit
991997fb42
9 changed files with 13 additions and 13 deletions
|
|
@ -13,7 +13,7 @@ jobs:
|
||||||
check-binary-compatibility:
|
check-binary-compatibility:
|
||||||
name: Check / Binary Compatibility
|
name: Check / Binary Compatibility
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
if: github.repository == 'akka/akka'
|
if: github.repository == 'apache/incubator-pekko'
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
|
|
|
||||||
2
.github/workflows/link-validator.yml
vendored
2
.github/workflows/link-validator.yml
vendored
|
|
@ -8,7 +8,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
validate-links:
|
validate-links:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
if: github.repository == 'akka/akka'
|
if: github.repository == 'apache/incubator-pekko'
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
|
||||||
4
.github/workflows/multi-node.yml
vendored
4
.github/workflows/multi-node.yml
vendored
|
|
@ -14,7 +14,7 @@ jobs:
|
||||||
run-multi-node-tests:
|
run-multi-node-tests:
|
||||||
name: Multi Node Test
|
name: Multi Node Test
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
if: github.repository == 'akka/akka'
|
if: github.repository == 'apache/incubator-pekko'
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
@ -98,7 +98,7 @@ jobs:
|
||||||
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
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
if: github.repository == 'akka/akka'
|
if: github.repository == 'apache/incubator-pekko'
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
|
||||||
8
.github/workflows/nightly-builds.yml
vendored
8
.github/workflows/nightly-builds.yml
vendored
|
|
@ -10,7 +10,7 @@ jobs:
|
||||||
akka-cluster-metrics-sigar:
|
akka-cluster-metrics-sigar:
|
||||||
name: Akka Cluster Metrics Test with Sigar
|
name: Akka Cluster Metrics Test with Sigar
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
if: github.repository == 'akka/akka'
|
if: github.repository == 'apache/incubator-pekko'
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|
@ -71,7 +71,7 @@ jobs:
|
||||||
akka-classic-remoting-tests:
|
akka-classic-remoting-tests:
|
||||||
name: Akka Classic Remoting Tests
|
name: Akka Classic Remoting Tests
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
if: github.repository == 'akka/akka'
|
if: github.repository == 'apache/incubator-pekko'
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
|
|
@ -126,7 +126,7 @@ jobs:
|
||||||
jdk-nightly-build:
|
jdk-nightly-build:
|
||||||
name: JDK ${{ matrix.jdkVersion }} / Scala ${{ matrix.scalaVersion }}
|
name: JDK ${{ matrix.jdkVersion }} / Scala ${{ matrix.scalaVersion }}
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
if: github.repository == 'akka/akka'
|
if: github.repository == 'apache/incubator-pekko'
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
|
|
@ -224,7 +224,7 @@ jobs:
|
||||||
akka-artery-aeron-tests:
|
akka-artery-aeron-tests:
|
||||||
name: Akka Artery Aeron Tests
|
name: Akka Artery Aeron Tests
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
if: github.repository == 'akka/akka'
|
if: github.repository == 'apache/incubator-pekko'
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
|
|
|
||||||
2
.github/workflows/publish-docs.yml
vendored
2
.github/workflows/publish-docs.yml
vendored
|
|
@ -15,7 +15,7 @@ jobs:
|
||||||
documentation:
|
documentation:
|
||||||
name: Documentation
|
name: Documentation
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
if: github.repository == 'akka/akka'
|
if: github.repository == 'apache/incubator-pekko'
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
|
||||||
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
|
|
@ -14,7 +14,7 @@ jobs:
|
||||||
sbt:
|
sbt:
|
||||||
name: sbt publish
|
name: sbt publish
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
if: github.repository == 'akka/akka'
|
if: github.repository == 'apache/incubator-pekko'
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
|
||||||
2
.github/workflows/scala3-build.yml
vendored
2
.github/workflows/scala3-build.yml
vendored
|
|
@ -15,7 +15,7 @@ jobs:
|
||||||
test:
|
test:
|
||||||
name: Test
|
name: Test
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
if: github.repository == 'akka/akka'
|
if: github.repository == 'apache/incubator-pekko'
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
command:
|
command:
|
||||||
|
|
|
||||||
2
.github/workflows/scala3-compile.yml
vendored
2
.github/workflows/scala3-compile.yml
vendored
|
|
@ -12,7 +12,7 @@ jobs:
|
||||||
compile:
|
compile:
|
||||||
name: Compile
|
name: Compile
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
if: github.repository == 'akka/akka'
|
if: github.repository == 'apache/incubator-pekko'
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
command:
|
command:
|
||||||
|
|
|
||||||
2
.github/workflows/timing-tests.yml
vendored
2
.github/workflows/timing-tests.yml
vendored
|
|
@ -10,7 +10,7 @@ jobs:
|
||||||
akka-timing-sensitive-tests:
|
akka-timing-sensitive-tests:
|
||||||
name: Akka Tests taggedAs TimingTest
|
name: Akka Tests taggedAs TimingTest
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
if: github.repository == 'akka/akka'
|
if: github.repository == 'apache/incubator-pekko'
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue