Skip to content

Commit

Permalink
Fix issues with building Cassandra trunk during GHA CI runs
Browse files Browse the repository at this point in the history
  • Loading branch information
adejanovski committed Mar 2, 2020
1 parent e39bf06 commit f1ebf4f
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
cassandra-version: [1.2.19, 2.0.17, 2.1.20, 2.2.13, 3.0.17, 3.11.4, 'github:apache/trunk']
cassandra-version: [1.2.19, 2.0.17, 2.1.20, 2.2.13, 3.0.17, 3.11.4, 4.0-alpha3]
storage-type: [local]
test-type: [ccm]
include:
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
architecture: 'x64'

- name: Install CCM
run: pip install pyyaml ccm
run: pip install pyyaml git+https://github.com/riptano/ccm

- name: Setup CCM Cluster
run: ./.github/scripts/configure-ccm.sh
Expand Down Expand Up @@ -234,7 +234,7 @@ jobs:
architecture: 'x64'

- name: Install CCM
run: pip install pyyaml ccm
run: pip install pyyaml git+https://github.com/riptano/ccm

- name: Setup CCM Cluster
run: ./.github/scripts/configure-ccm.sh
Expand All @@ -258,7 +258,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
cassandra-version: [2.1.20, 2.2.13, 3.0.17, 3.11.4, 'github:apache/trunk']
cassandra-version: [2.1.20, 2.2.13, 3.0.17, 3.11.4, 4.0-alpha3]
storage-type: [cassandra]
test-type: [ccm]
cucumber-options: ['--tags ~@cassandra_4_0_onwards']
Expand Down Expand Up @@ -304,7 +304,7 @@ jobs:
architecture: 'x64'

- name: Install CCM
run: pip install pyyaml ccm
run: pip install pyyaml git+https://github.com/riptano/ccm

- name: Setup CCM Cluster
run: ./.github/scripts/configure-ccm.sh
Expand Down Expand Up @@ -338,7 +338,7 @@ jobs:
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
strategy:
matrix:
cassandra-version: [2.1.20, 2.2.13, 3.0.17, 3.11.3, 'github:apache/trunk']
cassandra-version: [2.1.20, 2.2.13, 3.0.17, 3.11.3, 4.0-alpha3]
storage-type: [cassandra, postgresql]
test-type: [sidecar]
grim-max: [1]
Expand All @@ -353,7 +353,7 @@ jobs:
cucumber-options: '--tags ~@cassandra_4_0_onwards --tags @sidecar'
- cassandra-version: 3.11.3
cucumber-options: '--tags ~@cassandra_4_0_onwards --tags @sidecar'
- cassandra-version: 'github:apache/trunk'
- cassandra-version: 4.0-alpha3
cucumber-options: '--tags @sidecar'
# sidecar test including postgres should only run with C* 3.11.3, so we exclude all other
exclude:
Expand All @@ -364,7 +364,7 @@ jobs:
- storage-type: postgresql
cassandra-version: 3.0.17
- storage-type: postgresql
cassandra-version: 'github:apache/trunk'
cassandra-version: 4.0-alpha3
steps:
- name: Checkout
uses: actions/checkout@v1
Expand Down Expand Up @@ -407,7 +407,7 @@ jobs:
architecture: 'x64'

- name: Install CCM
run: pip install pyyaml ccm
run: pip install pyyaml git+https://github.com/riptano/ccm

- name: Setup CCM Cluster
run: ./.github/scripts/configure-ccm.sh
Expand All @@ -431,7 +431,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
cassandra-version: [2.1.20, 2.2.13, 3.0.17, 3.11.4, 'github:apache/trunk']
cassandra-version: [2.1.20, 2.2.13, 3.0.17, 3.11.4, 4.0-alpha3]
storage-type: [cassandra]
test-type: [ccm]
grim-max: [2]
Expand Down Expand Up @@ -488,7 +488,7 @@ jobs:
architecture: 'x64'

- name: Install CCM
run: pip install pyyaml ccm
run: pip install pyyaml git+https://github.com/riptano/ccm

- name: Setup CCM Cluster
run: ./.github/scripts/configure-ccm.sh
Expand All @@ -512,7 +512,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
cassandra-version: [2.1.20, 2.2.13, 3.0.17, 3.11.4, 'github:apache/trunk']
cassandra-version: [2.1.20, 2.2.13, 3.0.17, 3.11.4, 4.0-alpha3]
storage-type: [cassandra]
test-type: [ccm]
grim-max: [4]
Expand Down Expand Up @@ -569,7 +569,7 @@ jobs:
architecture: 'x64'

- name: Install CCM
run: pip install pyyaml ccm
run: pip install pyyaml git+https://github.com/riptano/ccm

- name: Setup CCM Cluster
run: ./.github/scripts/configure-ccm.sh
Expand Down

0 comments on commit f1ebf4f

Please sign in to comment.