-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci: remove obsolete configurations #1803
ci: remove obsolete configurations #1803
Conversation
buildkite update vrt |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you remove also every dependencies on puppeteer we have?
like:
"jest-puppeteer": "6.1.1",
"jest-puppeteer-docker": "^1.4.2",
"puppeteer": "^5.5.0",
"@types/expect-puppeteer": "^4.4.5",
"@types/jest-environment-puppeteer": "^5.0.2",
"@types/puppeteer": "^5.4.2",
And probably anything related to jest-image-snapshot
buildkite test this |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks for this big cleanup!
Summary
Remove obsolete configurations after
buildkite
migration.Details
Changes include:
.ci/
with jenkins configs.github/
actions and workflow. Excludes onlyrelease.yml
to be migrated to buildkite.integration/
integration/
throughout the code and change to newe2e
usage.testing.md
to reflect latest VRT usagesIssues
#1617