Skip to content

Commit

Permalink
chore: rename e2e branch from testesm to main (#5829)
Browse files Browse the repository at this point in the history
  • Loading branch information
CristiCanizales authored Sep 9, 2024
1 parent 7d7b143 commit 5837a77
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/apexE2E.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
automationBranch:
description: 'Set the branch to use for automation tests'
required: false
default: 'testesm'
default: 'main'
type: string
apexLsp:
description: 'Apex LSP'
Expand Down Expand Up @@ -48,7 +48,7 @@ on:
automationBranch:
description: 'Set the branch to use for automation tests'
required: false
default: 'testesm'
default: 'main'
type: string
apexLsp:
description: 'Apex LSP'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/coreE2E.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
automationBranch:
description: 'Set the branch to use for automation tests'
required: false
default: 'testesm'
default: 'main'
type: string
anInitialSuite:
description: 'Verify Extensions'
Expand Down Expand Up @@ -53,7 +53,7 @@ on:
automationBranch:
description: 'Set the branch to use for automation tests'
required: false
default: 'testesm'
default: 'main'
type: string
anInitialSuite:
description: 'Verify Extensions'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deployRetrieveE2E.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
automationBranch:
description: 'Set the branch to use for automation tests'
required: false
default: 'testesm'
default: 'main'
type: string
deployAndRetrieve:
description: 'Deploy and Retrieve'
Expand Down Expand Up @@ -48,7 +48,7 @@ on:
automationBranch:
description: 'Set the branch to use for automation tests'
required: false
default: 'testesm'
default: 'main'
type: string
deployAndRetrieve:
description: 'Deploy and Retrieve'
Expand Down
22 changes: 11 additions & 11 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
automationBranch:
description: 'Set the branch to use for automation tests in ESM'
required: false
default: 'testesm'
default: 'main'
type: string
apexE2ETests:
description: 'Apex E2E Tests'
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
uses: ./.github/workflows/apexE2E.yml
secrets: inherit
with:
automationBranch: ${{ inputs.automationBranch || 'testesm' }}
automationBranch: ${{ inputs.automationBranch || 'main' }}
vscodeVersion: ${{ inputs.vscodeVersion || '1.92.2' }}
runId: ${{ inputs.runId || github.event.workflow_run.id }}

Expand All @@ -65,7 +65,7 @@ jobs:
uses: ./.github/workflows/coreE2E.yml
secrets: inherit
with:
automationBranch: ${{ inputs.automationBranch || 'testesm' }}
automationBranch: ${{ inputs.automationBranch || 'main' }}
vscodeVersion: ${{ inputs.vscodeVersion || '1.92.2' }}
runId: ${{ inputs.runId || github.event.workflow_run.id }}

Expand All @@ -74,7 +74,7 @@ jobs:
uses: ./.github/workflows/deployRetrieveE2E.yml
secrets: inherit
with:
automationBranch: ${{ inputs.automationBranch || 'testesm' }}
automationBranch: ${{ inputs.automationBranch || 'main' }}
vscodeVersion: ${{ inputs.vscodeVersion || '1.92.2' }}
runId: ${{ inputs.runId || github.event.workflow_run.id }}

Expand All @@ -83,7 +83,7 @@ jobs:
uses: ./.github/workflows/lspE2E.yml
secrets: inherit
with:
automationBranch: ${{ inputs.automationBranch || 'testesm' }}
automationBranch: ${{ inputs.automationBranch || 'main' }}
vscodeVersion: ${{ inputs.vscodeVersion || '1.92.2' }}
runId: ${{ inputs.runId || github.event.workflow_run.id }}

Expand All @@ -92,7 +92,7 @@ jobs:
uses: ./.github/workflows/lwcE2E.yml
secrets: inherit
with:
automationBranch: ${{ inputs.automationBranch || 'testesm' }}
automationBranch: ${{ inputs.automationBranch || 'main' }}
vscodeVersion: ${{ inputs.vscodeVersion || '1.92.2' }}
runId: ${{ inputs.runId || github.event.workflow_run.id }}

Expand All @@ -101,7 +101,7 @@ jobs:
uses: ./.github/workflows/apexE2E.yml
secrets: inherit
with:
automationBranch: 'testesm'
automationBranch: 'main'
vscodeVersion: '1.86.0'
runId: ${{ github.event.workflow_run.id }}

Expand All @@ -110,7 +110,7 @@ jobs:
uses: ./.github/workflows/coreE2E.yml
secrets: inherit
with:
automationBranch: 'testesm'
automationBranch: 'main'
vscodeVersion: '1.86.0'
runId: ${{ github.event.workflow_run.id }}

Expand All @@ -119,7 +119,7 @@ jobs:
uses: ./.github/workflows/deployRetrieveE2E.yml
secrets: inherit
with:
automationBranch: 'testesm'
automationBranch: 'main'
vscodeVersion: '1.86.0'
runId: ${{ github.event.workflow_run.id }}

Expand All @@ -128,7 +128,7 @@ jobs:
uses: ./.github/workflows/lspE2E.yml
secrets: inherit
with:
automationBranch: 'testesm'
automationBranch: 'main'
vscodeVersion: '1.86.0'
runId: ${{ github.event.workflow_run.id }}

Expand All @@ -137,6 +137,6 @@ jobs:
uses: ./.github/workflows/lwcE2E.yml
secrets: inherit
with:
automationBranch: 'testesm'
automationBranch: 'main'
vscodeVersion: '1.86.0'
runId: ${{ github.event.workflow_run.id }}
4 changes: 2 additions & 2 deletions .github/workflows/lspE2E.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
automationBranch:
description: 'Set the branch to use for automation tests'
required: false
default: 'testesm'
default: 'main'
type: string
auraLsp:
description: 'Aura LSP'
Expand Down Expand Up @@ -38,7 +38,7 @@ on:
automationBranch:
description: 'Set the branch to use for automation tests'
required: false
default: 'testesm'
default: 'main'
type: string
auraLsp:
description: 'Aura LSP'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lwcE2E.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
automationBranch:
description: 'Set the branch to use for automation tests'
required: false
default: 'testesm'
default: 'main'
type: string
debugLwcTests:
description: 'Debug LWC Tests'
Expand Down

0 comments on commit 5837a77

Please sign in to comment.