Skip to content

Commit

Permalink
chore: set vscode version to 1.92.2 for e2e tests (#5818)
Browse files Browse the repository at this point in the history
  • Loading branch information
CristiCanizales authored Sep 5, 2024
1 parent f8232f1 commit 88134f8
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/apexE2E.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ on:
vscodeVersion:
description: 'VSCode Version'
required: false
default: 'stable'
default: '1.92.2'
type: string
runId:
description: 'Run ID of the workflow run that created the vsixes'
Expand Down Expand Up @@ -78,7 +78,7 @@ on:
vscodeVersion:
description: 'VSCode Version'
required: false
default: 'stable'
default: '1.92.2'
type: string
runId:
description: 'Run ID of the workflow run that created the vsixes'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/coreE2E.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ on:
vscodeVersion:
description: 'VSCode Version'
required: false
default: 'stable'
default: '1.92.2'
type: string
runId:
description: 'Run ID of the workflow run that created the vsixes'
Expand Down Expand Up @@ -88,7 +88,7 @@ on:
vscodeVersion:
description: 'VSCode Version'
required: false
default: 'stable'
default: '1.92.2'
type: string
runId:
description: 'Run ID of the workflow run that created the vsixes'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deployRetrieveE2E.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ on:
vscodeVersion:
description: 'VSCode Version'
required: false
default: 'stable'
default: '1.92.2'
type: string
runId:
description: 'Run ID of the workflow run that created the vsixes'
Expand Down Expand Up @@ -78,7 +78,7 @@ on:
vscodeVersion:
description: 'VSCode Version'
required: false
default: 'stable'
default: '1.92.2'
type: string
runId:
description: 'Run ID of the workflow run that created the vsixes'
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ on:
vscodeVersion:
description: 'VSCode Version for ESM branches'
required: false
default: 'stable'
default: '1.92.2'
type: string
runId:
description: 'Run ID of the workflow run that created the vsixes'
Expand All @@ -57,7 +57,7 @@ jobs:
secrets: inherit
with:
automationBranch: ${{ inputs.automationBranch || 'testesm' }}
vscodeVersion: ${{ inputs.vscodeVersion || 'stable' }}
vscodeVersion: ${{ inputs.vscodeVersion || '1.92.2' }}
runId: ${{ inputs.runId || github.event.workflow_run.id }}

Core_E2E_tests:
Expand All @@ -66,7 +66,7 @@ jobs:
secrets: inherit
with:
automationBranch: ${{ inputs.automationBranch || 'testesm' }}
vscodeVersion: ${{ inputs.vscodeVersion || 'stable' }}
vscodeVersion: ${{ inputs.vscodeVersion || '1.92.2' }}
runId: ${{ inputs.runId || github.event.workflow_run.id }}

DeployAndRetrieve_E2E_tests:
Expand All @@ -75,7 +75,7 @@ jobs:
secrets: inherit
with:
automationBranch: ${{ inputs.automationBranch || 'testesm' }}
vscodeVersion: ${{ inputs.vscodeVersion || 'stable' }}
vscodeVersion: ${{ inputs.vscodeVersion || '1.92.2' }}
runId: ${{ inputs.runId || github.event.workflow_run.id }}

LSP_E2E_tests:
Expand All @@ -84,7 +84,7 @@ jobs:
secrets: inherit
with:
automationBranch: ${{ inputs.automationBranch || 'testesm' }}
vscodeVersion: ${{ inputs.vscodeVersion || 'stable' }}
vscodeVersion: ${{ inputs.vscodeVersion || '1.92.2' }}
runId: ${{ inputs.runId || github.event.workflow_run.id }}

# LWC_E2E_tests:
Expand All @@ -93,7 +93,7 @@ jobs:
# secrets: inherit
# with:
# automationBranch: ${{ inputs.automationBranch || 'testesm' }}
# vscodeVersion: ${{ inputs.vscodeVersion || 'stable' }}
# vscodeVersion: ${{ inputs.vscodeVersion || '1.92.2' }}
# runId: ${{ inputs.runId || github.event.workflow_run.id }}

Apex_E2E_tests_min_vscode_version:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lspE2E.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ on:
vscodeVersion:
description: 'VSCode Version'
required: false
default: 'stable'
default: '1.92.2'
type: string
runId:
description: 'Run ID of the workflow run that created the vsixes'
Expand Down Expand Up @@ -58,7 +58,7 @@ on:
vscodeVersion:
description: 'VSCode Version'
required: false
default: 'stable'
default: '1.92.2'
type: string
runId:
description: 'Run ID of the workflow run that created the vsixes'
Expand Down
6 changes: 3 additions & 3 deletions .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: 'develop'
default: 'testesm'
type: string
debugLwcTests:
description: 'Debug LWC Tests'
Expand All @@ -21,7 +21,7 @@ on:
vscodeVersion:
description: 'VSCode Version'
required: false
default: '1.85.2'
default: '1.92.2'
type: string
runId:
description: 'Run ID of the workflow run that created the vsixes'
Expand All @@ -48,7 +48,7 @@ on:
vscodeVersion:
description: 'VSCode Version'
required: false
default: '1.85.2'
default: '1.92.2'
type: string
runId:
description: 'Run ID of the workflow run that created the vsixes'
Expand Down

0 comments on commit 88134f8

Please sign in to comment.