Skip to content

Commit

Permalink
chore: vscode version from latest to stable
Browse files Browse the repository at this point in the history
  • Loading branch information
CristiCanizales committed Mar 18, 2024
1 parent b2cbf72 commit 7e74b3c
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 32 deletions.
14 changes: 7 additions & 7 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: 'latest'
default: 'stable'
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: 'latest'
default: 'stable'
type: string
runId:
description: 'Run ID of the workflow run that created the vsixes'
Expand All @@ -93,7 +93,7 @@ jobs:
with:
automationBranch: ${{ inputs.automationBranch }}
testToRun: 'apexLsp.e2e.ts'
vscodeVersion: ${{ inputs.vscodeVersion || 'latest' }}
vscodeVersion: ${{ inputs.vscodeVersion || 'stable' }}
runId: ${{ inputs.runId }}

apexReplayDebugger:
Expand All @@ -103,7 +103,7 @@ jobs:
with:
automationBranch: ${{ inputs.automationBranch }}
testToRun: 'apexReplayDebugger.e2e.ts'
vscodeVersion: ${{ inputs.vscodeVersion || 'latest' }}
vscodeVersion: ${{ inputs.vscodeVersion || 'stable' }}
runId: ${{ inputs.runId }}

debugApexTests:
Expand All @@ -113,7 +113,7 @@ jobs:
with:
automationBranch: ${{ inputs.automationBranch }}
testToRun: 'debugApexTests.e2e.ts'
vscodeVersion: ${{ inputs.vscodeVersion || 'latest' }}
vscodeVersion: ${{ inputs.vscodeVersion || 'stable' }}
runId: ${{ inputs.runId }}

runApexTests:
Expand All @@ -123,7 +123,7 @@ jobs:
with:
automationBranch: ${{ inputs.automationBranch }}
testToRun: 'runApexTests.e2e.ts'
vscodeVersion: ${{ inputs.vscodeVersion || 'latest' }}
vscodeVersion: ${{ inputs.vscodeVersion || 'stable' }}
runId: ${{ inputs.runId }}

trailApexReplayDebugger:
Expand All @@ -133,7 +133,7 @@ jobs:
with:
automationBranch: ${{ inputs.automationBranch }}
testToRun: 'trailApexReplayDebugger.e2e.ts'
vscodeVersion: ${{ inputs.vscodeVersion || 'latest' }}
vscodeVersion: ${{ inputs.vscodeVersion || 'stable' }}
runId: ${{ inputs.runId }}

slack_success_notification:
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/coreE2E.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: 'latest'
default: 'stable'
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: 'latest'
default: 'stable'
type: string
runId:
description: 'Run ID of the workflow run that created the vsixes'
Expand All @@ -93,7 +93,7 @@ jobs:
with:
automationBranch: ${{ inputs.automationBranch }}
testToRun: 'anInitialSuite.e2e.ts'
vscodeVersion: ${{ inputs.vscodeVersion || 'latest' }}
vscodeVersion: ${{ inputs.vscodeVersion || 'stable' }}
runId: ${{ inputs.runId }}

authentication:
Expand All @@ -103,7 +103,7 @@ jobs:
with:
automationBranch: ${{ inputs.automationBranch }}
testToRun: 'authentication.e2e.ts'
vscodeVersion: ${{ inputs.vscodeVersion || 'latest' }}
vscodeVersion: ${{ inputs.vscodeVersion || 'stable' }}
runId: ${{ inputs.runId }}

# miscellaneous:
Expand All @@ -113,7 +113,7 @@ jobs:
# with:
# automationBranch: ${{ inputs.automationBranch }}
# testToRun: 'miscellaneous.e2e.ts'
# vscodeVersion: ${{ inputs.vscodeVersion || 'latest' }}
# vscodeVersion: ${{ inputs.vscodeVersion || 'stable' }}
# runId: ${{ inputs.runId }}

sObjectsDefinitions:
Expand All @@ -123,7 +123,7 @@ jobs:
with:
automationBranch: ${{ inputs.automationBranch }}
testToRun: 'sObjectsDefinitions.e2e.ts'
vscodeVersion: ${{ inputs.vscodeVersion || 'latest' }}
vscodeVersion: ${{ inputs.vscodeVersion || 'stable' }}
runId: ${{ inputs.runId }}

templates:
Expand All @@ -133,7 +133,7 @@ jobs:
with:
automationBranch: ${{ inputs.automationBranch }}
testToRun: 'templates.e2e.ts'
vscodeVersion: ${{ inputs.vscodeVersion || 'latest' }}
vscodeVersion: ${{ inputs.vscodeVersion || 'stable' }}
runId: ${{ inputs.runId }}

slack_success_notification:
Expand Down
14 changes: 7 additions & 7 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: 'latest'
default: 'stable'
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: 'latest'
default: 'stable'
type: string
runId:
description: 'Run ID of the workflow run that created the vsixes'
Expand All @@ -93,7 +93,7 @@ jobs:
with:
automationBranch: ${{ inputs.automationBranch }}
testToRun: 'deployAndRetrieve.e2e.ts'
vscodeVersion: ${{ inputs.vscodeVersion || 'latest' }}
vscodeVersion: ${{ inputs.vscodeVersion || 'stable' }}
runId: ${{ inputs.runId }}

# diffAndConflictDetection:
Expand All @@ -103,7 +103,7 @@ jobs:
# with:
# automationBranch: ${{ inputs.automationBranch }}
# testToRun: "diffAndConflictDetection.e2e.ts"
# vscodeVersion: ${{ inputs.vscodeVersion || 'latest' }}
# vscodeVersion: ${{ inputs.vscodeVersion || 'stable' }}
# runId: ${{ inputs.runId }}

manifestBuilder:
Expand All @@ -113,7 +113,7 @@ jobs:
with:
automationBranch: ${{ inputs.automationBranch }}
testToRun: 'manifestBuilder.e2e.ts'
vscodeVersion: ${{ inputs.vscodeVersion || 'latest' }}
vscodeVersion: ${{ inputs.vscodeVersion || 'stable' }}
runId: ${{ inputs.runId }}

orgBrowser:
Expand All @@ -123,7 +123,7 @@ jobs:
with:
automationBranch: ${{ inputs.automationBranch }}
testToRun: 'orgBrowser.e2e.ts'
vscodeVersion: ${{ inputs.vscodeVersion || 'latest' }}
vscodeVersion: ${{ inputs.vscodeVersion || 'stable' }}
runId: ${{ inputs.runId }}

pushAndPull:
Expand All @@ -133,7 +133,7 @@ jobs:
with:
automationBranch: ${{ inputs.automationBranch }}
testToRun: 'pushAndPull.e2e.ts'
vscodeVersion: ${{ inputs.vscodeVersion || 'latest' }}
vscodeVersion: ${{ inputs.vscodeVersion || 'stable' }}
runId: ${{ inputs.runId }}

slack_success_notification:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ on:
vscodeVersion:
description: 'VSCode Version'
required: false
default: 'latest'
default: 'stable'
type: string
runId:
description: 'Run ID of the workflow run that created the vsixes'
Expand All @@ -51,7 +51,7 @@ jobs:
secrets: inherit
with:
automationBranch: ${{ inputs.automationBranch || 'develop' }}
vscodeVersion: ${{ inputs.vscodeVersion || 'latest' }}
vscodeVersion: ${{ inputs.vscodeVersion || 'stable' }}
runId: ${{ inputs.runId || github.event.workflow_run.id }}

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

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

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

# Apex_E2E_tests_min_vscode_version:
Expand Down
10 changes: 5 additions & 5 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: 'latest'
default: 'stable'
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: 'latest'
default: 'stable'
type: string
runId:
description: 'Run ID of the workflow run that created the vsixes'
Expand All @@ -73,7 +73,7 @@ jobs:
with:
automationBranch: ${{ inputs.automationBranch }}
testToRun: 'auraLsp.e2e.ts'
vscodeVersion: ${{ inputs.vscodeVersion || 'latest' }}
vscodeVersion: ${{ inputs.vscodeVersion || 'stable' }}
runId: ${{ inputs.runId }}

lwcLSP:
Expand All @@ -83,7 +83,7 @@ jobs:
with:
automationBranch: ${{ inputs.automationBranch }}
testToRun: 'lwcLsp.e2e.ts'
vscodeVersion: ${{ inputs.vscodeVersion || 'latest' }}
vscodeVersion: ${{ inputs.vscodeVersion || 'stable' }}
runId: ${{ inputs.runId }}

visualforceLSP:
Expand All @@ -93,7 +93,7 @@ jobs:
with:
automationBranch: ${{ inputs.automationBranch }}
testToRun: 'visualforceLsp.e2e.ts'
vscodeVersion: ${{ inputs.vscodeVersion || 'latest' }}
vscodeVersion: ${{ inputs.vscodeVersion || 'stable' }}
runId: ${{ inputs.runId }}

slack_success_notification:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/runE2ETest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
vscodeVersion:
description: 'VSCode Version'
required: false
default: 'latest'
default: 'stable'
type: string
runId:
description: 'Run ID of the workflow run that created the vsixes'
Expand Down

0 comments on commit 7e74b3c

Please sign in to comment.