Skip to content

Commit

Permalink
ci: Remove the Checks + Restart Redpanda from the per-push CI
Browse files Browse the repository at this point in the history
Restarting containerized Redpanda is known to be flaky --
Redpanda fails to reliably come up, reporting an unwarranted
TCP port conflict.

The Nightly CI pipeline already contains a similar job.
  • Loading branch information
philip-stoev committed Mar 9, 2023
1 parent 0f9072e commit 03912e5
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions ci/test/pipeline.template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -559,19 +559,6 @@ steps:
- ./ci/plugins/cloudtest:
args: [--exitfirst, -m, "not long", --aws-region=us-east-2, test/cloudtest/]

- id: checks-restart-redpanda
label: "Checks + restart Redpanda & Debezium"
depends_on: build-x86_64
inputs: [misc/python/materialize/checks]
timeout_in_minutes: 30
artifact_paths: junit_*.xml
agents:
queue: linux-x86_64
plugins:
- ./ci/plugins/mzcompose:
composition: platform-checks
args: [--scenario=RestartRedpandaDebezium, "--seed=$BUILDKITE_JOB_ID"]

- id: source-sink-errors
label: "Source/Sink Error Reporting"
artifact_paths: junit_*.xml
Expand Down

0 comments on commit 03912e5

Please sign in to comment.