-
Notifications
You must be signed in to change notification settings - Fork 68
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
Issue1312 durack1 readme.md update #1334
Conversation
@jbeezley I wonder if there is a disconnect between the source the buildbot is picking up - this PR was issued against
It seems all these PRs are failing.. @doutriaux1 @aashish24 |
@durack1 its not that. We will fix in the next release. what happens is that when we tag a commit, we need to bring that commit as "s ours" or else master will see that tag as well. I think buildbot uses the git describe which use the last tag information. |
It isn't buildbot. It is the
|
Updated to correct 2.2.0 DOI http://doi.org/10.5281/zenodo.17633
@aashish24 let's bring the tag back into master. Yet another reason I really don't like the "release" branch. But we can debate this ad vitam eternam... |
@jbeezley @aashish24 @doutriaux1 it seems a bunch of the test images aren't being downloaded to compare: https://open.cdash.org/viewTest.php?onlyfailed&buildid=3822441 I wonder if the branch checkout in the unmerged #1321 (https://github.com/UV-CDAT/uvcdat/blob/issue_1312_tag_repos/CMake/cdat_modules_extra/checkout_testdata.cmake#L31) will solve this? |
@doutriaux1 the problem is not related to release branch. Whether or not we have a release branch this problem the information will exists because of how git describe uses the information. If we want something else, we need to either give up git describe and use something else. Or use tag master. |
It might. I am working on a branch that will automatically follow the branch name in uvcdat for uvcdat-testdata. |
@aashish24 can you kick off another buildbot test once you've pulled #1321 back into master? It seems it's getting close now as it's passing on garant.. |
@doutriaux1 the PYOPENSSL error is causing grief here https://open.cdash.org/viewBuildError.php?buildid=3822471 - is that fix you were working on in master yet? |
It looks like you may need to install |
Thanks @jbeezley I just installed it. |
@aashish24 wanna kick off |
Done |
@jbeezley thanks! Now I hope it passes.. |
@jbeezley ok great, it's just got a slight issue with the test image (problems with right boundary being written and not in test case: https://open.cdash.org/testDetails.php?test=338045449&build=3822602) |
@jbeezley I fixed this in my netcdf branch. we do build libffi so that's not the issue, one issue if the cffi_deps that as an issue with upper vs lower. |
@doutriaux1 the only remaining issue with this current build is the test image - as you can see at https://open.cdash.org/testDetails.php?test=338045449&build=3822602 it's got a column of pixels being written to the image (far right side) which is not in the test image: https://open.cdash.org/displayImage.php?imgid=381312 |
seems like the widgets color are different too |
Issue1312 durack1 readme.md update
@aashish24 just realizing you merged the wrong one.... You should have merged the one going to release not master... now the release will break as soon we update baselines... |
@doutriaux1 which branch you are referring to? |
fix #1312 - Update readme.md for 2.2.0 release