From e6e1594dd42d05d67d19915690504a67dc8ffdec Mon Sep 17 00:00:00 2001 From: Amanuel Engeda Date: Tue, 13 Aug 2024 12:58:07 -0700 Subject: [PATCH] Limit our test run for conformance --- .github/workflows/e2e-matrix.yaml | 6 +++--- .github/workflows/e2e-version-compatibility-trigger.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/e2e-matrix.yaml b/.github/workflows/e2e-matrix.yaml index 9dd9206375b7..df0e72782b45 100644 --- a/.github/workflows/e2e-matrix.yaml +++ b/.github/workflows/e2e-matrix.yaml @@ -59,7 +59,7 @@ jobs: max-parallel: ${{ inputs.parallelism || 100 }} matrix: suite: - - name: Integration + - name: IPv6 region: ${{ inputs.region }} - name: AMI region: ${{ inputs.region }} @@ -67,6 +67,8 @@ jobs: region: ${{ inputs.region }} - name: Storage region: ${{ inputs.region }} + - name: Integration + region: ${{ inputs.region }} - name: NodeClaim region: ${{ inputs.region }} - name: Consolidation @@ -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 diff --git a/.github/workflows/e2e-version-compatibility-trigger.yaml b/.github/workflows/e2e-version-compatibility-trigger.yaml index 4d21089792dc..caa95f24509e 100644 --- a/.github/workflows/e2e-version-compatibility-trigger.yaml +++ b/.github/workflows/e2e-version-compatibility-trigger.yaml @@ -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 }}