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

PROD-235021 Reduced stress tests matrix #970

Merged
merged 2 commits into from
Oct 23, 2024
Merged
Changes from 1 commit
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
8 changes: 5 additions & 3 deletions .github/workflows/StressTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@ jobs:
runs-on: ubuntu-20.04
strategy:
fail-fast: false # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstrategyfail-fast
# Matrix was reduced to single dimension because running stress tests multiple times heavily affects environment
# Feel free to temporarily add values here
matrix:
confluent_version: [ '5.5.11', '6.2.6', '7.6.0' ]
snowflake_cloud: [ 'AWS', 'AZURE', 'GCP' ]
java_test_version: [ '8', '11', '17' ]
confluent_version: [ '7.6.0' ]
snowflake_cloud: [ 'AWS' ]
java_test_version: [ '8' ]
steps:
- name: Checkout Code
uses: actions/checkout@v2
Expand Down
Loading