-
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 1 out of 2 committers have signed the CLA. |
Bundles Sizes Evolution
🚀 CPU PerformancePending... 🧠 Memory PerformancePending... |
.gitlab-ci.yml
Outdated
| 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: 8d3a99b | Docs | Datadog PR Page | Was this helpful? Give us feedback! |
45d12cd to
1ffe831
Compare
1ffe831 to
7f50895
Compare
0af3d43 to
8d3a99b
Compare
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