Skip to content

Commit

Permalink
fix step key
Browse files Browse the repository at this point in the history
  • Loading branch information
fuyufjh committed Feb 2, 2024
1 parent 29f2628 commit f739666
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ci/workflows/main-cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -263,8 +263,8 @@ steps:
timeout_in_minutes: 70
retry: *auto-retry

- label: "integration test (madsim) - backfill_tests"
key: "integration-test-deterministic-others"
- label: "integration test (madsim) - backfill"
key: "integration-test-deterministic-backfill"
command: "TEST_NUM=30 ci/scripts/deterministic-it-test.sh backfill_tests::"
if: |
!(build.pull_request.labels includes "ci/main-cron/skip-ci") && build.env("CI_STEPS") == null
Expand All @@ -281,7 +281,7 @@ steps:
retry: *auto-retry

- label: "integration test (madsim) - storage"
key: "integration-test-deterministic-others"
key: "integration-test-deterministic-storage"
command: "TEST_NUM=30 ci/scripts/deterministic-it-test.sh storage::"
if: |
!(build.pull_request.labels includes "ci/main-cron/skip-ci") && build.env("CI_STEPS") == null
Expand All @@ -298,7 +298,7 @@ steps:
retry: *auto-retry

- label: "integration test (madsim) - sink"
key: "integration-test-deterministic-others"
key: "integration-test-deterministic-sink"
command: "TEST_NUM=30 ci/scripts/deterministic-it-test.sh sink::"
if: |
!(build.pull_request.labels includes "ci/main-cron/skip-ci") && build.env("CI_STEPS") == null
Expand Down

0 comments on commit f739666

Please sign in to comment.