-
-
Notifications
You must be signed in to change notification settings - Fork 171
ansible: add first equinix Altra as docker host #2731
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
Conversation
Signed-off-by: Stewart X Addison <[email protected]>
c94bfa1 to
a2623fc
Compare
Signed-off-by: Stewart X Addison <[email protected]>
621ea50 to
267994d
Compare
ansible/roles/docker/templates/ubuntu2004_sharedlibs.Dockerfile.j2
Outdated
Show resolved
Hide resolved
Co-authored-by: Richard Lau <[email protected]>
…e.j2 Co-authored-by: Richard Lau <[email protected]>
|
The new labels were added to node-test-commit-arm which has meant that the Node.js 12 builds now fail without the VersionSelector changes in this PR, e.g. https://ci.nodejs.org/job/node-test-commit-arm/nodes=ubuntu2004-arm64/38770/console I think we can land this and iterate updates. |
Would be nice to land it (given that it doesn't appear to impact the test runs if the architecture is incorrect) but give me another half an hour to work on the templating before a final decision |
250c947 to
ec84644
Compare
AshCripps
left a comment
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 once @richardlau's comment is addressed
Signed-off-by: Stewart X Addison <[email protected]>
ec84644 to
5670d5e
Compare
Fix the VersionSelector rule for ubuntu2004 to allow for the arch qualifier (e.g. arm). Refs: #2731
This defines the first of the Ampere Altra systems (160 core, loads of RAM) as a docker host which can be used for building and testing.
This is in draft as it will need another change for the docker package, which may need to be changed to
docker.ioinstead of the standalonedocker-cepackage on Ubuntu 20.04.Part of #2729
Signed-off-by: Stewart X Addison [email protected]