-
Notifications
You must be signed in to change notification settings - Fork 575
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
Trilinos/Tribits: make dashboard submits to SNL regardless of config parameters. #9079
Comments
That is coming from the second submit (see Specifying where the results go to CDash (TRIBITS_CTEST_DRIVER()):). I think we need to move this discussion to an internal SNL Issue Tracker. I created: |
…gs-plus (trilinos#9079) Also related to TriBITSPub/TriBITS#370
As I mentioned in: the workaround before PR #9139 is merged is to run 'make dashboard' as:
Merging PR #9139 allows you set:
in the CMake cache and now have to bother passing options in env to 'make dashboard'. |
This worked in a test - what really matters is that it isn't posting - and that seems to be working now. I did a few tests with CTEST_DO_SUBMIT=ON|OFF and checked the sems dashboard and all seems well. I also checked testing.sandia.gov and all seems well (no posts there) |
…ard-fwd-args-plus Automatically Merged using Trilinos Pull Request AutoTester PR Title: Fix passing of vars to 'dashboard' target including 2nd CDash site/location, give default to CTEST_BUILD_NAME (#9079) PR Author: bartlettroscoe
Bug Report
@bartlettroscoe (not sure what package this falls under)
Description
I've setup a CDash server and I've started trying to submit test builds to it.
I'm using:
CMake Setup
Followed by
make dashboard
After the thing finishes, I have output that looks like the following.
I've set the various I know of for sites. Yet, I still get
http://testing-dev.sandia.gov/cdash/submit.php?project=Trilinos
in the output. (I'm not sure if it's actually posting there)Output
I suppose there are two questions:
Is that build actually reporting to the SNL site?Yes HereI pulled the variables used from
https://docs.trilinos.org/files/TrilinosBuildReference.html#id115
http://tribits.org/doc/TribitsBuildReference.html#dashboard-submissions
I got clever and set both sites equal to my dashboard, but still it posted to SNL's test site!
That's some dedication on the CI testing end ;)
The text was updated successfully, but these errors were encountered: