Try running Aeron tests again (#31172)

This commit is contained in:
Patrik Nordwall 2022-02-22 12:56:29 +01:00 committed by GitHub
parent 9bf9da79e6
commit ac6ec8ce83
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 6 deletions

View file

@ -2,7 +2,7 @@ name: Multi node test
on: on:
schedule: schedule:
- cron: '0 0 * * *' - cron: '0 2 * * 1,3,5'
concurrency: concurrency:
# Only run once for latest commit per ref and cancel other (previous) runs. # Only run once for latest commit per ref and cancel other (previous) runs.
@ -96,9 +96,7 @@ jobs:
akka-artery-aeron-cluster-tests: akka-artery-aeron-cluster-tests:
name: Artery Aeron UDP Cluster name: Artery Aeron UDP Cluster
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04
# FIXME disabled due to https://github.com/akka/akka/issues/31010 if: github.repository == 'akka/akka'
#if: github.repository == 'akka/akka'
if: ${{ false }}
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v2

View file

@ -64,7 +64,7 @@ gcloud container clusters create $CLUSTER_NAME \
--cluster-version $CLUSTER_VERSION \ --cluster-version $CLUSTER_VERSION \
--enable-ip-alias \ --enable-ip-alias \
--image-type cos \ --image-type cos \
--machine-type n2-standard-4 \ --machine-type n2-standard-8 \
--num-nodes 5 \ --num-nodes 5 \
--no-enable-autoupgrade --no-enable-autoupgrade

View file

@ -32,7 +32,7 @@ spec:
resources: resources:
requests: requests:
memory: "3Gi" memory: "3Gi"
cpu: "1400m" cpu: "2800m"
limits: limits:
memory: "3Gi" memory: "3Gi"
lifecycle: lifecycle: