Skip to content

Commit

Permalink
Limit our test run for conformance
Browse files Browse the repository at this point in the history
  • Loading branch information
engedaam committed Aug 13, 2024
1 parent 74458b7 commit e6e1594
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/e2e-matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,16 @@ jobs:
max-parallel: ${{ inputs.parallelism || 100 }}
matrix:
suite:
- name: Integration
- name: IPv6
region: ${{ inputs.region }}
- name: AMI
region: ${{ inputs.region }}
- name: Scheduling
region: ${{ inputs.region }}
- name: Storage
region: ${{ inputs.region }}
- name: Integration
region: ${{ inputs.region }}
- name: NodeClaim
region: ${{ inputs.region }}
- name: Consolidation
Expand All @@ -79,8 +81,6 @@ jobs:
region: ${{ inputs.region }}
- name: Chaos
region: ${{ inputs.region }}
- name: IPv6
region: ${{ inputs.region }}
- name: Termination
region: ${{ inputs.region }}
- name: LocalZone
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-version-compatibility-trigger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ jobs:
workflow_trigger: "versionCompatibility"
# Default to true unless using a workflow_dispatch
cleanup: ${{ github.event_name != 'workflow_dispatch' && true || inputs.cleanup }}
parallelism: 2
parallelism: 1
secrets:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

0 comments on commit e6e1594

Please sign in to comment.