Skip to content

Commit

Permalink
open main ci
Browse files Browse the repository at this point in the history
  • Loading branch information
xxhZs committed Jul 30, 2024
1 parent 5e0f64f commit ee5f887
Showing 1 changed file with 18 additions and 19 deletions.
37 changes: 18 additions & 19 deletions ci/workflows/main-cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -881,25 +881,24 @@ steps:
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 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"
Expand Down

0 comments on commit ee5f887

Please sign in to comment.