nus-cs2103-AY2021S1 / forum

20 stars 2 forks source link

CI test fail due to Gradle error #401

Closed solkim-83 closed 4 years ago

solkim-83 commented 4 years ago

I merged one of my team member's PR into our own tp master branch (that passed all CI tests), and have received an error message of Error:getaddrinfo ENOTFOUND downloads.gradle-dn.com from [nus-cs2103-AY2021S1/tp] Java CI workflow run

Anyone knows how to solve this issue? Thanks in advance.

Screenshot 2020-11-08 at 1 12 47 AM Screenshot 2020-11-08 at 12 47 04 AM
damithc commented 4 years ago

Could be a temporary problem. Try re-running CI?

solkim-83 commented 4 years ago

@damithc I re-ran the CI tests under our own tp repo and have passed the tests. However, I'm not passing the CI thats done under [nus-cs2103-AY2021S1/tp] Java CI workflow run and unable to rerun as well.

If the merge action has passed the CI on our own tp repo side, can the above issue be ignored?

damithc commented 4 years ago

@damithc I re-ran the CI tests under our own tp repo and have passed the tests. However, I'm not passing the CI thats done under [nus-cs2103-AY2021S1/tp] Java CI workflow run and unable to rerun as well.

Ask someone with admin permissions to rerun. Anyway, it's fine your team agrees to merge it. CI is there to help you keep the project unbroken. It's not a graded requirement.

solkim-83 commented 4 years ago

@damithc okay sure thank you for your help Prof! :)