-
Notifications
You must be signed in to change notification settings - Fork 146
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
Using Azure DevOps rover agent #280
Comments
@LaurentLesle I'm adding you this thread as a SME. Can you help me along? |
Hi @dsfrederic thanks for opening this issue. By default the rover base image does not have the nodejs installed. You need to install a supported version. On top of my head only version 14 and above are supported with our base Ubuntu image Can you try:
|
@LaurentLesle The problem is that even to run this this task I'm getting the error... |
Ok get it. We had to remove node10 as it was raising some security issues and is not supported anymore. This is not something the CAF Terraform landingzone has dependency on but to cover your use case we will have to add node again. We are tracking this draft PR (microsoft/azure-pipelines-agent#3879 and issue microsoft/azure-pipelines-agent#3834). When released the agent will bring back node16. |
@LaurentLesle any news on this issue? |
or can you provide me with a workaround? |
@LaurentLesle I can see the PR is merged and that there have been a few github actions that've ran succesfully. Although I cannot seem to find the newest azdo release in DockerHub. Do you have an ETA for this? I'm excited to start using this methods, but this is a blocker for me. |
@LaurentLesle @arnaudlh Can you provide me with a solution please? |
@LaurentLesle @arnaudlh we used the Starter repo for our CAF Terraform project and looks like since you guys move all the initial steps to rover ignite, we have no Azure DevOps pipeline as part of launchpad and also the ignite just providing the level0-level1-level2 of the CAF, so wondering if there is any update regarding this? How we need to have Level 3 and level 4 up and running? looks more we short on documentation.? Here is the video I was following up with: |
So I've been trying to get the Azure DevOps self hosted build agent up and running but didn't succeed yet.
What I did?
This seems to run properly (despite the lack of documentation).
What I expected?
I expected to use the agents as it was a self hosted agent.
What didn't work as expected?
![image](https://user-images.githubusercontent.com/28486949/182644615-feff587f-b91a-4c8a-b152-5667fe93eab6.png)
For certain tasks I'm always getting this error:
I cannot even use the - script task
The text was updated successfully, but these errors were encountered: