-
Notifications
You must be signed in to change notification settings - Fork 168
ci: Removing usage of legacy runners #4106
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
base: main
Are you sure you want to change the base?
ci: Removing usage of legacy runners #4106
Conversation
|
I have read the CLA Document and I hereby sign the CLA You can retrigger this bot by commenting recheck in this Pull Request. Posted by the CLA Assistant Lite bot. |
Bundles Sizes Evolution
🚀 CPU Performance
🧠 Memory Performance
|
| when: manual | ||
| tags: ['runner:docker', 'size:large'] | ||
| tags: ["docker-in-docker:amd64"] | ||
| image: $BUILD_STABLE_REGISTRY/docker:18.03.1 | ||
| script: | ||
| - docker build --build-arg CHROME_PACKAGE_VERSION=$CHROME_PACKAGE_VERSION --tag $CI_IMAGE . |
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.
Actually this should be moved to buildkit but no write access:
tags: ["arch:amd64"]
image: registry.ddbuild.io/images/docker:27.3.1
script:
- docker buildx build --platform linux/amd64 --build-arg CHROME_PACKAGE_VERSION=$CHROME_PACKAGE_VERSION --tag $CI_IMAGE --push .
|
✅ Tests 🎉 All green!❄️ No new flaky tests detected 🎯 Code Coverage 🔗 Commit SHA: d1c254a | Docs | Datadog PR Page | Was this helpful? Give us feedback! |
This repo is still using runner:main and/or runner:docker
which are legacy runners that will be decommissioned soon
due to running on EOL OS.
Campaign ran by @jorgetomtz