Skip to content
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 saucelabs #4530

Merged
merged 1 commit into from
Oct 12, 2024
Merged

ci: Remove saucelabs #4530

merged 1 commit into from
Oct 12, 2024

Conversation

rschristian
Copy link
Member

Let me know if anyone is opposed to this, but it's been failing for the last 10 months straight, with 4 working commits, then another 5 months of failures which is where the actions history runs out.

Looks like karma-sauce-launcher has been abandoned w/ no changes in the last 2 years, and is 4 majors behind the current saucelabs version. Per NPM, the karma launcher down to half the downloads per week compared to last year, so I'm guessing everyone else is bailing off it too.

Copy link

github-actions bot commented Oct 12, 2024

Size Change: 0 B

Total Size: 62.1 kB

ℹ️ View Unchanged
Filename Size
compat/dist/compat.js 4.13 kB
compat/dist/compat.module.js 4.05 kB
compat/dist/compat.umd.js 4.19 kB
debug/dist/debug.js 3.82 kB
debug/dist/debug.module.js 3.83 kB
debug/dist/debug.umd.js 3.9 kB
devtools/dist/devtools.js 260 B
devtools/dist/devtools.module.js 274 B
devtools/dist/devtools.umd.js 346 B
dist/preact.js 4.67 kB
dist/preact.min.js 4.69 kB
dist/preact.min.module.js 4.69 kB
dist/preact.min.umd.js 4.72 kB
dist/preact.module.js 4.68 kB
dist/preact.umd.js 4.73 kB
hooks/dist/hooks.js 1.53 kB
hooks/dist/hooks.module.js 1.56 kB
hooks/dist/hooks.umd.js 1.6 kB
jsx-runtime/dist/jsxRuntime.js 976 B
jsx-runtime/dist/jsxRuntime.module.js 949 B
jsx-runtime/dist/jsxRuntime.umd.js 1.05 kB
test-utils/dist/testUtils.js 451 B
test-utils/dist/testUtils.module.js 456 B
test-utils/dist/testUtils.umd.js 536 B

compressed-size-action

@coveralls
Copy link

coveralls commented Oct 12, 2024

Coverage Status

coverage: 99.488%. remained the same
when pulling 61f02fe on ci/saucelabs
into c9846f1 on main.

@@ -217,6 +217,7 @@
"benchmark": "^2.1.4",
"chai": "^4.1.2",
"check-export-map": "^1.3.1",
"core-js": "^3.38.1",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We rely on core-js in our polyfill tests:

import 'core-js/es/map';

Undeclared dep, hence the additon here.

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