From 5919f952853ce5b38034893886fb0c6c4048d8e9 Mon Sep 17 00:00:00 2001 From: Yaron Kaikov Date: Tue, 7 May 2024 16:41:09 +0300 Subject: [PATCH] [GitHub nightly] run against Scylla-enterprise-nightly:latest Setting the nightly tests to run against the latest Scylla-enterprise nightly container rather than a specific version from OSS Fixes: https://github.com/scylladb/scylla-manager/issues/3833 --- ...tion-tests-nightly-ipv4-raftschema-rafttopology-tablets.yaml | 2 +- .../integration-tests-nightly-ipv4-raftschema-rafttopology.yaml | 2 +- .../workflows/integration-tests-nightly-ipv4-raftschema.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/integration-tests-nightly-ipv4-raftschema-rafttopology-tablets.yaml b/.github/workflows/integration-tests-nightly-ipv4-raftschema-rafttopology-tablets.yaml index afbfe69b5d..135f9967a3 100644 --- a/.github/workflows/integration-tests-nightly-ipv4-raftschema-rafttopology-tablets.yaml +++ b/.github/workflows/integration-tests-nightly-ipv4-raftschema-rafttopology-tablets.yaml @@ -12,7 +12,7 @@ concurrency: cancel-in-progress: true env: - scylla-version: 'scylla-nightly:5.5.0-dev-0.20240321.900b56b117a1' + scylla-version: 'scylla-enterprise-nightly:latest-enterprise' ip-family: IPV4 raft-schema: true raft-topology: true diff --git a/.github/workflows/integration-tests-nightly-ipv4-raftschema-rafttopology.yaml b/.github/workflows/integration-tests-nightly-ipv4-raftschema-rafttopology.yaml index 5239607e4f..492f95b586 100644 --- a/.github/workflows/integration-tests-nightly-ipv4-raftschema-rafttopology.yaml +++ b/.github/workflows/integration-tests-nightly-ipv4-raftschema-rafttopology.yaml @@ -12,7 +12,7 @@ concurrency: cancel-in-progress: true env: - scylla-version: 'scylla-nightly:5.5.0-dev-0.20240321.900b56b117a1' + scylla-version: 'scylla-enterprise-nightly:latest-enterprise' ip-family: IPV4 raft-schema: true raft-topology: true diff --git a/.github/workflows/integration-tests-nightly-ipv4-raftschema.yaml b/.github/workflows/integration-tests-nightly-ipv4-raftschema.yaml index 5890997854..cfd2334899 100644 --- a/.github/workflows/integration-tests-nightly-ipv4-raftschema.yaml +++ b/.github/workflows/integration-tests-nightly-ipv4-raftschema.yaml @@ -12,7 +12,7 @@ concurrency: cancel-in-progress: true env: - scylla-version: 'scylla-nightly:5.5.0-dev-0.20240321.900b56b117a1' + scylla-version: 'scylla-enterprise-nightly:latest-enterprise' ip-family: IPV4 raft-schema: true raft-topology: false