Skip to content

Commit 2b0d8df

Browse files
authored
add test for netty ssl cluster (#1861)
* add test for netty ssl cluster * Update keystore.readme * ubuntu 20 no longer supported by GitHub CI
1 parent 1e7965b commit 2b0d8df

19 files changed

Lines changed: 115 additions & 18 deletions

.github/workflows/binary-compatibility-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions: {}
1212
jobs:
1313
check-binary-compatibility:
1414
name: Check / Binary Compatibility
15-
runs-on: ubuntu-20.04
15+
runs-on: ubuntu-22.04
1616
if: github.repository == 'apache/pekko'
1717
strategy:
1818
fail-fast: false

.github/workflows/build-test-prValidation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
javafmtCheckAll
4141
pull-request-validation:
4242
name: Check / Tests
43-
runs-on: ubuntu-20.04
43+
runs-on: ubuntu-22.04
4444
steps:
4545
- name: Checkout
4646
uses: actions/checkout@v4

.github/workflows/generate-doc-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ permissions:
2727
jobs:
2828
generate-doc-check:
2929
name: Generate doc check
30-
runs-on: ubuntu-20.04
30+
runs-on: ubuntu-22.04
3131
if: github.repository == 'apache/pekko'
3232
steps:
3333
- name: Checkout

.github/workflows/headers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ permissions: {}
88
jobs:
99
check-headers:
1010
name: Check headers
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-22.04
1212
steps:
1313
- name: Checkout
1414
uses: actions/checkout@v4

.github/workflows/link-validator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
validate-links:
13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-22.04
1414
if: github.repository == 'apache/pekko'
1515
steps:
1616
- name: Checkout

.github/workflows/nightly-builds-aeron.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
pekko-artery-aeron-tests:
1313
name: Pekko Artery Aeron Tests
14-
runs-on: ubuntu-20.04
14+
runs-on: ubuntu-22.04
1515
if: github.repository == 'apache/pekko'
1616
strategy:
1717
fail-fast: false

.github/workflows/nightly-builds-latest-jdks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ permissions: {}
88
jobs:
99
pekko-cluster-metrics-sigar:
1010
name: Pekko Cluster Metrics Test with Sigar
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-22.04
1212
if: github.repository == 'apache/pekko'
1313
steps:
1414
- name: Checkout
@@ -58,7 +58,7 @@ jobs:
5858

5959
pekko-classic-remoting-tests:
6060
name: Pekko Classic Remoting Tests
61-
runs-on: ubuntu-20.04
61+
runs-on: ubuntu-22.04
6262
if: github.repository == 'apache/pekko'
6363
strategy:
6464
fail-fast: false
@@ -102,7 +102,7 @@ jobs:
102102
103103
jdk-nightly-build:
104104
name: JDK ${{ matrix.javaVersion }} / Scala ${{ matrix.scalaVersion }}
105-
runs-on: ubuntu-20.04
105+
runs-on: ubuntu-22.04
106106
if: github.repository == 'apache/pekko'
107107
strategy:
108108
fail-fast: false

.github/workflows/nightly-builds.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions: {}
1010
jobs:
1111
pekko-cluster-metrics-sigar:
1212
name: Pekko Cluster Metrics Test with Sigar
13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-22.04
1414
if: github.repository == 'apache/pekko'
1515
steps:
1616
- name: Checkout
@@ -76,7 +76,7 @@ jobs:
7676

7777
pekko-classic-remoting-tests:
7878
name: Pekko Classic Remoting Tests
79-
runs-on: ubuntu-20.04
79+
runs-on: ubuntu-22.04
8080
if: github.repository == 'apache/pekko'
8181
strategy:
8282
fail-fast: false
@@ -136,7 +136,7 @@ jobs:
136136

137137
jdk-nightly-build:
138138
name: JDK ${{ matrix.javaVersion }} / Scala ${{ matrix.scalaVersion }}
139-
runs-on: ubuntu-20.04
139+
runs-on: ubuntu-22.04
140140
if: github.repository == 'apache/pekko'
141141
strategy:
142142
fail-fast: false

.github/workflows/publish-1.0-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ permissions:
2828
jobs:
2929
publish:
3030
name: Publish 1.0 docs
31-
runs-on: ubuntu-20.04
31+
runs-on: ubuntu-22.04
3232
if: github.repository == 'apache/pekko'
3333
steps:
3434
# TODO we will need to change to use a release tag in future

.github/workflows/publish-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ permissions:
3030
jobs:
3131
publish-nightly:
3232
name: Publish nightly
33-
runs-on: ubuntu-20.04
33+
runs-on: ubuntu-22.04
3434
if: github.repository == 'apache/pekko'
3535
steps:
3636
- name: Checkout

0 commit comments

Comments
 (0)