Skip to content

Commit

Permalink
feat: update vscode min supported version to 1.86 (#5715)
Browse files Browse the repository at this point in the history
* feat: update vscode min supportede version to 1.86

* feat: update vscode min supportede version to 1.86

* chore: refactor to separate esm and cjs

* chore: fix vscode versions in e2e yml

* chore: fix name for slack notifs

* chore: merge 2 e2e workflows
  • Loading branch information
CristiCanizales authored Aug 9, 2024
1 parent 6a7416e commit c51d4a2
Show file tree
Hide file tree
Showing 9 changed files with 228 additions and 568 deletions.
246 changes: 0 additions & 246 deletions .github/workflows/baseSuiteE2E.yml

This file was deleted.

24 changes: 12 additions & 12 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: 'develop'
default: 'testesm'
type: string
deployAndRetrieve:
description: 'Deploy and Retrieve'
Expand Down Expand Up @@ -36,7 +36,7 @@ on:
vscodeVersion:
description: 'VSCode Version'
required: false
default: '1.85.2'
default: 'stable'
type: string
runId:
description: 'Run ID of the workflow run that created the vsixes'
Expand All @@ -48,7 +48,7 @@ on:
automationBranch:
description: 'Set the branch to use for automation tests'
required: false
default: 'develop'
default: 'testesm'
type: string
deployAndRetrieve:
description: 'Deploy and Retrieve'
Expand Down Expand Up @@ -78,7 +78,7 @@ on:
vscodeVersion:
description: 'VSCode Version'
required: false
default: '1.85.2'
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 || '1.85.2' }}
vscodeVersion: ${{ inputs.vscodeVersion }}
runId: ${{ inputs.runId }}

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

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

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

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

slack_success_notification:
Expand All @@ -143,7 +143,7 @@ jobs:
# diffAndConflictDetection,
manifestBuilder,
orgBrowser,
pushAndPull,
pushAndPull
]
uses: ./.github/workflows/slackNotification.yml
secrets: inherit
Expand All @@ -164,7 +164,7 @@ jobs:
# diffAndConflictDetection,
manifestBuilder,
orgBrowser,
pushAndPull,
pushAndPull
]
uses: ./.github/workflows/slackNotification.yml
secrets: inherit
Expand All @@ -185,7 +185,7 @@ jobs:
# diffAndConflictDetection,
manifestBuilder,
orgBrowser,
pushAndPull,
pushAndPull
]
uses: ./.github/workflows/slackNotification.yml
secrets: inherit
Expand Down
Loading

0 comments on commit c51d4a2

Please sign in to comment.