#57 CI skywater retry Pull request opened by agora...
# open_pdks
g
#57 CI skywater retry Pull request opened by agorararmard This should get rid of the 1 in 5 times failure of skywater's make timing. (I added a bit more info in the commit message). So, you won't be seeing false
The build errored
in the CI tests. More context: When doing a fresh-clone-fresh-build for the skywater-pdk, 1 in 5 times the build will fail because of this:
Copy code
ConfigurationLoadError: Unable to load configuration file.  

path: /home/travis/build/RTimothyEdwards/open_pdks/pdks/skywater-pdk/env/conda/.condarc  

reason: invalid yaml at line 3, column 0

scripts/make/conda.mk:71: recipe for target '/home/travis/build/RTimothyEdwards/open_pdks/pdks/skywater-pdk/env/conda/envs/skywater-pdk-scripts/bin/python' failed
But, if you restart the build/rerun make, this error would go away and everything would go smoothly. So, it's not a major issue. Here is a log for a sample: https://travis-ci.com/github/RTimothyEdwards/open_pdks/jobs/426132291 RTimothyEdwards/open_pdks Travis CI: Build Created