Skip to content

chore(repo): update ci workflow post-stencil v4#355

Merged
rwaskiewicz merged 1 commit intomainfrom
rwaskiewicz/cleanup-ci-post-v4
Jun 27, 2023
Merged

chore(repo): update ci workflow post-stencil v4#355
rwaskiewicz merged 1 commit intomainfrom
rwaskiewicz/cleanup-ci-post-v4

Conversation

@rwaskiewicz
Copy link
Copy Markdown
Member

Pull request checklist

Please check if your PR fulfills the following requirements:

  • Docs have been reviewed and added / updated if needed (for bug fixes / features)
  • Build (npm run build) was run locally and any changes were pushed
  • Tests (npm test) were run locally and passed
  • Prettier (npm run prettier) was run locally and passed

Pull request type

Please check the type of change your PR introduces:

  • Bugfix
  • Feature
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Documentation content changes
  • Other (please describe): CI

What is the current behavior?

We had certain configs added to the repo's CI for Stencil v4 dev that we no longer need

GitHub Issue Number: N/A

What is the new behavior?

this commit updates the stencil version matrix in the main ci workflow to:

  • no longer use "latest" and "v4-next", now that stencil v4 is out
  • explicitly run with stencil v3, v4

as a result, we should expect four runs of this workflow to run in parallel - one for stencil v2, v3, & v4, as well as one for the version of stencil that is installed in package-lock.json. there is expected to be some overlap between the latest two major versions and "latest" (the latter will point to either v3 or v4, depending on the state of the repo)

Does this introduce a breaking change?

  • Yes
  • No

Testing

CI should continue to pass

Other information

Will have to update gating on CI as a part of this PR

@rwaskiewicz rwaskiewicz marked this pull request as ready for review June 27, 2023 12:53
@rwaskiewicz rwaskiewicz requested a review from a team as a code owner June 27, 2023 12:53
this commit updates the stencil version matrix in the main ci workflow
to:
- no longer use "latest" and "v4-next", now that stencil v4 is out
- explicitly run with stencil v3, v4

as a result, we should expect four runs of this workflow to run in
parallel - one for stencil v2, v3, & v4, as well as  one for the version
of stencil that is installed in package-lock.json. there is expected to
be some overlap between the latest two major versions and "latest" (the
latter will point to either v3 or v4, depending on the state of the
repo)
@rwaskiewicz rwaskiewicz force-pushed the rwaskiewicz/cleanup-ci-post-v4 branch from 784307e to d49ebc8 Compare June 27, 2023 15:25
@rwaskiewicz rwaskiewicz merged commit d606857 into main Jun 27, 2023
@rwaskiewicz rwaskiewicz deleted the rwaskiewicz/cleanup-ci-post-v4 branch June 27, 2023 15:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants