Skip to content

Commit 0eccd51

Browse files
committed
RCBC-537: Add server 8.0 to GHA test matrix
1 parent cf43bda commit 0eccd51

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

.github/workflows/tests.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,7 @@ jobs:
649649
annotate_only: true
650650

651651
test_linux_x86_64:
652-
timeout-minutes: 30
652+
timeout-minutes: 60
653653
needs:
654654
- source
655655
- repackage_linux_x86_64
@@ -658,15 +658,14 @@ jobs:
658658
fail-fast: false
659659
matrix:
660660
server:
661-
- 7.6.1
662-
- 7.2.5
663-
- 7.1.6
664-
- 7.0.5
661+
- 8.0.0
662+
- 7.6.8
663+
- 7.2.9
665664
steps:
666665
- name: Install cbdinocluster
667666
run: |
668667
mkdir -p "$HOME/bin"
669-
curl -L -o "$HOME/bin/cbdinocluster" https://github.com/couchbaselabs/cbdinocluster/releases/download/v0.0.35/cbdinocluster-linux
668+
curl -L -o "$HOME/bin/cbdinocluster" https://github.com/couchbaselabs/cbdinocluster/releases/download/v0.0.98/cbdinocluster-linux-amd64
670669
chmod a+x "$HOME/bin/cbdinocluster"
671670
echo "$HOME/bin" >> $GITHUB_PATH
672671
- name: Initialize cbdinocluster
@@ -690,6 +689,8 @@ jobs:
690689
- cbas
691690
docker:
692691
kv-memory: 1500
692+
fts-memory: 2048
693+
expiry: 1h
693694
run: |
694695
CLUSTER_ID=$(cbdinocluster -v allocate --def="${CLUSTERCONFIG}")
695696
CONNECTION_STRING=$(cbdinocluster -v connstr "${CLUSTER_ID}")

0 commit comments

Comments
 (0)