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

Access request for <rtoyonag> #3503

Closed
1 of 4 tasks
roberttoyonaga opened this issue Apr 4, 2024 · 5 comments
Closed
1 of 4 tasks

Access request for <rtoyonag> #3503

roberttoyonaga opened this issue Apr 4, 2024 · 5 comments
Assignees

Comments

@roberttoyonaga
Copy link

NOTE: THIS ISSUE SHOULD NOT BE CLOSED BY THE ORIGINATOR IF ACCESS IS GRANTED.
When the access is no longer needed please add a comment and a member
of the infrastructure team will revoke it and close the issue.

Required access level (Delete as appropriate). Note that you should only
request the minimum level that is required to solve your problem

  • Non-privileged
  • jenkins user
  • root/Administrative
  • other (Please specify):

System for which access is needed:
Any arm linux 32 bit machine please (such as https://ci.adoptium.net/computer/test-docker-ubuntu2004-armv7l-1/)

Please explain why you need this access including whether it is a temporary or permanent request:
Temporary request to investigate jdk8 arm linux 32 bit issues with JFR tests.
See:

@sxa
Copy link
Member

sxa commented Apr 5, 2024

Access granted to the machine you mentioned with the ssh key you use for github. Note that it is a docker container on an aarch64 host:

ssh [email protected] -p 2322

@roberttoyonaga
Copy link
Author

thank you!

@sxa
Copy link
Member

sxa commented Apr 9, 2024

There was an additional requirement to have an openjdk build environment (the test-docker systems are not suitable for that).
I've created another system based on our build docker images which should do what you want:
ssh [email protected] -p 2000

My notes on the image setup

Created with this Dockerfile plus the addition of vim (because it seems useful!) on test-equinix-ubuntu2004-armv8l-02

FROM adoptopenjdk/ubuntu1604_build_image
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install -qq -y perl openssh-server unzip
# Required to create privilie separation directory /var/run/sshd
RUN service ssh start
CMD ["/usr/sbin/sshd","-D"]
EXPOSE 22

It was built with docker build -t ryotonag_arm32_image . then started with docker run --detach --name rtoyonag_build_image32 -p 2000:22 ryotonag_arm32_image

Note to @Haroon-Khel - if you see this image on the machine, please do not remove it as it is being used.

@roberttoyonaga
Copy link
Author

Hi @sxa, just confirming that I'm done for now and would like to relinquish access to these machines.

@sxa
Copy link
Member

sxa commented Apr 24, 2024

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants