Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change buildkite pipeline to run all tests in parallel #15454

Merged
merged 1 commit into from
Oct 16, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .buildkite/supported_plugins_test_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ steps:

- group: "Tier2 plugins test group"
key: "tier2_plugins"
# Wait all tier1 plugins testing ends before going on tier2
depends_on: "tier1_plugins"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if we don't want to wait for the previous group to finish, do we still want to split them in groups, or just have them as separate steps?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

discuss this offline with @roaksoax , we prefer keeping them in separate groups for UI reasons.

steps:
- label: "Test Tier2 inputs"
command: ./ci/test_supported_plugins.sh -t tier2 -k input
Expand All @@ -32,4 +30,3 @@ steps:
command: ./ci/test_supported_plugins.sh -t tier2 -k codec
- label: "Test Tier2 outputs"
command: ./ci/test_supported_plugins.sh -t tier2 -k output