Pekko becomes TLP (#1214)

This commit is contained in:
PJ Fanning 2024-03-22 14:16:08 +01:00 committed by GitHub
parent 0646754739
commit e3410bcaa8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
53 changed files with 120 additions and 131 deletions

View file

@ -13,7 +13,7 @@ jobs:
check-binary-compatibility:
name: Check / Binary Compatibility
runs-on: ubuntu-20.04
if: github.repository == 'apache/incubator-pekko'
if: github.repository == 'apache/pekko'
strategy:
fail-fast: false
steps:

View file

@ -27,7 +27,7 @@ jobs:
generate-doc-check:
name: Generate doc check
runs-on: ubuntu-20.04
if: github.repository == 'apache/incubator-pekko'
if: github.repository == 'apache/pekko'
steps:
- name: Checkout
uses: actions/checkout@v4

View file

@ -11,7 +11,7 @@ on:
jobs:
validate-links:
runs-on: ubuntu-20.04
if: github.repository == 'apache/incubator-pekko'
if: github.repository == 'apache/pekko'
steps:
- name: Checkout
uses: actions/checkout@v4

View file

@ -11,7 +11,7 @@ jobs:
pekko-cluster-metrics-sigar:
name: Pekko Cluster Metrics Test with Sigar
runs-on: ubuntu-20.04
if: github.repository == 'apache/incubator-pekko'
if: github.repository == 'apache/pekko'
steps:
- name: Checkout
uses: actions/checkout@v4
@ -52,7 +52,7 @@ jobs:
pekko-classic-remoting-tests:
name: Pekko Classic Remoting Tests
runs-on: ubuntu-20.04
if: github.repository == 'apache/incubator-pekko'
if: github.repository == 'apache/pekko'
strategy:
fail-fast: false
matrix:
@ -97,7 +97,7 @@ jobs:
jdk-nightly-build:
name: JDK ${{ matrix.javaVersion }} / Scala ${{ matrix.scalaVersion }}
runs-on: ubuntu-20.04
if: github.repository == 'apache/incubator-pekko'
if: github.repository == 'apache/pekko'
strategy:
fail-fast: false
matrix:

View file

@ -12,7 +12,7 @@ jobs:
pekko-artery-aeron-tests:
name: Pekko Artery Aeron Tests
runs-on: ubuntu-20.04
if: github.repository == 'apache/incubator-pekko'
if: github.repository == 'apache/pekko'
strategy:
fail-fast: false
matrix:

View file

@ -11,7 +11,7 @@ jobs:
pekko-cluster-metrics-sigar:
name: Pekko Cluster Metrics Test with Sigar
runs-on: ubuntu-20.04
if: github.repository == 'apache/incubator-pekko'
if: github.repository == 'apache/pekko'
steps:
- name: Checkout
uses: actions/checkout@v4
@ -61,7 +61,7 @@ jobs:
pekko-classic-remoting-tests:
name: Pekko Classic Remoting Tests
runs-on: ubuntu-20.04
if: github.repository == 'apache/incubator-pekko'
if: github.repository == 'apache/pekko'
strategy:
fail-fast: false
matrix:
@ -105,7 +105,7 @@ jobs:
jdk-nightly-build:
name: JDK ${{ matrix.javaVersion }} / Scala ${{ matrix.scalaVersion }}
runs-on: ubuntu-20.04
if: github.repository == 'apache/incubator-pekko'
if: github.repository == 'apache/pekko'
strategy:
fail-fast: false
matrix:

View file

@ -29,7 +29,7 @@ jobs:
publish:
name: Publish 1.0 docs
runs-on: ubuntu-20.04
if: github.repository == 'apache/incubator-pekko'
if: github.repository == 'apache/pekko'
steps:
# TODO we will need to change to use a release tag in future
- name: Checkout

View file

@ -31,7 +31,7 @@ jobs:
publish-nightly:
name: Publish 1.0 nightly
runs-on: ubuntu-20.04
if: github.repository == 'apache/incubator-pekko'
if: github.repository == 'apache/pekko'
steps:
- name: Checkout
uses: actions/checkout@v4

View file

@ -31,7 +31,7 @@ jobs:
publish-nightly:
name: Publish nightly
runs-on: ubuntu-20.04
if: github.repository == 'apache/incubator-pekko'
if: github.repository == 'apache/pekko'
steps:
- name: Checkout
uses: actions/checkout@v4

View file

@ -16,7 +16,7 @@ jobs:
test:
name: Test
runs-on: ubuntu-20.04
if: github.repository == 'apache/incubator-pekko'
if: github.repository == 'apache/pekko'
strategy:
matrix:
command:

View file

@ -14,7 +14,7 @@ jobs:
compile:
name: Compile
runs-on: ubuntu-20.04
if: github.repository == 'apache/incubator-pekko'
if: github.repository == 'apache/pekko'
strategy:
matrix:
command:

View file

@ -12,7 +12,7 @@ jobs:
pekko-timing-sensitive-tests:
name: Pekko Tests taggedAs TimingTest
runs-on: ubuntu-20.04
if: github.repository == 'apache/incubator-pekko'
if: github.repository == 'apache/pekko'
steps:
- name: Checkout