-
Notifications
You must be signed in to change notification settings - Fork 578
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
TriBITS snapshot on 6/7/2019 to bring in Trilinos_ENABLE_INSTALLATION_TESTING documentation (#5097) #5352
Conversation
Origin repo remote tracking branch: 'github/master' Origin repo remote repo URL: 'github = [email protected]:TriBITSPub/TriBITS.git' At commit: commit c8b8ef0483f588372c380ee18fcb153e27ddb7d9 Author: Roscoe A. Bartlett <[email protected]> Date: Fri Jun 7 17:57:40 2019 -0600 Summary: Merge branch '5027-enable-installation-testing' (#5027)
Origin repo remote tracking branch: 'github/master' Origin repo remote repo URL: 'github = [email protected]:TriBITSPub/TriBITS.git' At commit: commit 6858917f2cdef92a3c759a3018ce303473a76c94 Author: Roscoe A. Bartlett <[email protected]> Date: Fri Jun 7 18:41:54 2019 -0600 Summary: Fixed typo found by mhoemmen (#289)
Status Flag 'Pre-Test Inspection' - Auto Inspected - Inspection Is Not Necessary for this Pull Request. |
Status Flag 'Pull Request AutoTester' - Testing Jenkins Projects: Pull Request Auto Testing STARTING (click to expand)Build InformationTest Name: Trilinos_pullrequest_gcc_4.8.4
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_intel_17.0.1
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_gcc_4.9.3_SERIAL
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_gcc_7.2.0
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_cuda_9.2
Jenkins Parameters
Using Repos:
Pull Request Author: bartlettroscoe |
Status Flag 'Pull Request AutoTester' - Jenkins Testing: all Jobs PASSED Pull Request Auto Testing has PASSED (click to expand)Build InformationTest Name: Trilinos_pullrequest_gcc_4.8.4
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_intel_17.0.1
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_gcc_4.9.3_SERIAL
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_gcc_7.2.0
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_cuda_9.2
Jenkins Parameters
|
Status Flag 'Pre-Merge Inspection' - - This Pull Request Requires Inspection... The code must be inspected by a member of the Team before Testing/Merging |
All Jobs Finished; status = PASSED, However Inspection must be performed before merge can occur... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ross, I hope somebody besides me is grateful for all the work you do on TriBITS.
Status Flag 'Pre-Merge Inspection' - SUCCESS: The last commit to this Pull Request has been INSPECTED AND APPROVED by [ mhoemmen ]! |
Status Flag 'Pull Request AutoTester' - Pull Request will be Automerged |
Merge on Pull Request# 5352: IS A SUCCESS - Pull Request successfully merged |
Thanks Mark! Build/Test Cases Summary Enabled Packages: Enabled all Packages 0) MPI_DEBUG => passed: passed=359,notpassed=0 (0.94 min) 1) SERIAL_RELEASE => Test case SERIAL_RELEASE was not run! => Does not affect push readiness! (-1.00 min)
Origin repo remote tracking branch: 'github/master' Origin repo remote repo URL: 'github = [email protected]:TriBITSPub/TriBITS.git' At commit: commit 41411fae0c1012b7469d79136743af1a26b60182 Author: Paul Wolfenbarger <[email protected]> Date: Wed Jun 12 10:00:21 2019 -0600 Summary: Changed to use print-function for python 3 compatability. TriBITS Commits: 41411fa Changed to use print-function for python 3 compatability. d96f835 Fix some typos found by @mhoemmen (#5352)
Brings in update of TriBITS that includes documentation for
Trilinos_ENABLE_INSTALLATION_TESTING
to help support setting up Trilinos installation testing (#5027) another with other stuff pushed to TriBITS (see here for how to see what changed).This should allow the @trilinos/framework team to set up installation testing for Trilinos. With the TribitsCTestDriver.cmake code, one could do this pretty quickly.
NOTE: This update does not touch tribits/core/ or even tribits/ctest_driver/. It only touches tribits/ci_support/, tribits/doc/, tribits/examples/ and tribits/python_utils/. And even the change to tribits/ci_support/ is only changing the CDashQueryAnalyzeReport.py module.