Skip to content

Commit

Permalink
PROD-135021 Reduced stress tests matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-mbobowski committed Oct 23, 2024
1 parent 1302e36 commit a2ddf54
Showing 1 changed file with 5 additions and 3 deletions.
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

0 comments on commit a2ddf54

Please sign in to comment.