From 3fa13c7e3b1e0a8a0b5d4821d03c78a00dbe0a82 Mon Sep 17 00:00:00 2001 From: Noel Kwan <47273164+kwannoel@users.noreply.github.com> Date: Tue, 30 Jul 2024 12:06:01 +0800 Subject: [PATCH] chore(ci): disable cassandra sink test (#17856) --- ci/workflows/main-cron.yml | 37 +++++++++++++++++++------------------ 1 file changed, 19 insertions(+), 18 deletions(-) diff --git a/ci/workflows/main-cron.yml b/ci/workflows/main-cron.yml index 1f264957f395..17dc713818ff 100644 --- a/ci/workflows/main-cron.yml +++ b/ci/workflows/main-cron.yml @@ -881,24 +881,25 @@ steps: timeout_in_minutes: 10 retry: *auto-retry - - label: "end-to-end cassandra sink test" - key: "e2e-cassandra-sink-tests" - command: "ci/scripts/e2e-cassandra-sink-test.sh -p ci-release" - if: | - !(build.pull_request.labels includes "ci/main-cron/run-selected") && build.env("CI_STEPS") == null - || build.pull_request.labels includes "ci/run-e2e-cassandra-sink-tests" - || build.env("CI_STEPS") =~ /(^|,)e2e-cassandra-sink-tests?(,|$$)/ - depends_on: - - "build" - - "build-other" - plugins: - - docker-compose#v5.1.0: - run: sink-test-env - config: ci/docker-compose.yml - mount-buildkite-agent: true - - ./ci/plugins/upload-failure-logs - timeout_in_minutes: 10 - retry: *auto-retry +# FIXME(xxhZs): https://github.com/risingwavelabs/risingwave/issues/17855 +# - label: "end-to-end cassandra sink test" +# key: "e2e-cassandra-sink-tests" +# command: "ci/scripts/e2e-cassandra-sink-test.sh -p ci-release" +# if: | +# !(build.pull_request.labels includes "ci/main-cron/run-selected") && build.env("CI_STEPS") == null +# || build.pull_request.labels includes "ci/run-e2e-cassandra-sink-tests" +# || build.env("CI_STEPS") =~ /(^|,)e2e-cassandra-sink-tests?(,|$$)/ +# depends_on: +# - "build" +# - "build-other" +# plugins: +# - docker-compose#v5.1.0: +# run: sink-test-env +# config: ci/docker-compose.yml +# mount-buildkite-agent: true +# - ./ci/plugins/upload-failure-logs +# timeout_in_minutes: 10 +# retry: *auto-retry - label: "end-to-end clickhouse sink test" key: "e2e-clickhouse-sink-tests"