MESAHub/mesa

MESA Jenkins CI Builds are Failing

evbauer opened this issue · 7 comments

The Flatiron Jenkins builds on main seem to be failing over the last couple of weeks. E.g. see
https://jenkins.flatironinstitute.org/blue/organizations/jenkins/mesa/detail/main/342/pipeline/7

Should we disable? @matteocantiello @dylex

It looks like there are two different issues. One is that it's using $JENKINS_HOME instead of $WORKSPACE for the build, and the meaning of this changed in the recent jenkins upgrade. I've fixed this on the jenkins branch. The second is that it's downloading mesasdk from http://www.astro.wisc.edu/~townsend/resource/download/mesasdk/mesasdk-x86_64-linux-21.4.1.tar.gz which is now 404.

This should be working again. Build is running on main now.

Thanks so much Dylan! Submitting the test results to testhub seems to be working great again.

It looks like Jenkins is running over the test suite on the head of main a second time, this time with the message "Branch indexing". Is that normal? https://jenkins.flatironinstitute.org/blue/organizations/jenkins/mesa/activity?branch=main

If you're talking about builds 344 and 345, 345 is the normal run. 344 I had submitted manually so was the exception.

Ah, I see. That's perfect. Thanks for getting this resolved so fast!