-
Notifications
You must be signed in to change notification settings - Fork 153
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
New GitHub actions based CI does not provide Vivado license #1913
Comments
@mithro One necessary step to solve this will most probably be the addition of the tunnel key as a GH secret, so that we can access the license server. We do not have access to the |
@acomodi - We can set this up temporarily, but we should set it up so that the GitHub Runners on GCP can login to the tunnel server without needing a SSH key. I think there is some documentation at https://cloud.google.com/compute/docs/tutorials/service-account-ssh ? |
I have created the |
Testing in the branch at https://github.com/f4pga/prjxray/tree/xilinx |
@acomodi - It seems like the commands are being run as root? |
I think what is needed is now shown in https://github.com/f4pga/prjxray/pull/1918/files We just need to make sure that the Google Cloud Platform which has the runners can connect to the Xilinx license server machine. |
Okay, I think we have xilinx-license servers setup in the correct GCP projects, however I'm unclear how to the runners can access the GCP private network ( The changes can be found here -> https://github.com/f4pga/prjxray/pull/1918/files See the output at https://github.com/f4pga/prjxray/runs/6166925335?check_suite_focus=true
@kgugala / @pgielda -- I think I need your assistance here to fix this now.... |
This pull request runs successfully on my local machine,
but fails in the CI, because the added part is not available in the WebPack edition:
#1908
The text was updated successfully, but these errors were encountered: