-
Notifications
You must be signed in to change notification settings - Fork 579
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
Consolidate disables for all builds on 'mutrino' (#3183) #3251
Consolidate disables for all builds on 'mutrino' (#3183) #3251
Conversation
This also adds back the disables for several SEACAS tests that got removed when the file INTEL-RELEASE-OPENMP.cmake got renamed to the file INTEL-RELEASE-OPENMP-HSW.cmake (not clear how that happened).
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.9.3
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_gcc_4.8.4
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_intel_17.0.1
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.9.3
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_gcc_4.8.4
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_intel_17.0.1
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... |
@trilinos/framework, This PR passed testing yesterday and it was approved over 40 minutes ago but the PR tester has yet to mark this as okay to merge. What is up with that? Is this a defect in the PR tester or is the PR tester not running? |
The instance of the autotester that looks at this PR is currently testing another PR, so it will not be looked at again until that PR testing is done. |
@jwillenbring, okay, then it might be good to update the documentation to warn users that it might take up to 4+ hours or more for the Trilinos PR tester to realize that it is okay to merge after the auto PR builds have passed and approval is submitted. This means that even if an auto PR tester build does not crash then it could take upwards of 8+ hours or more to allow the merge of a PR even if the PR is approved just after a PR testing iteration is complete. That means that unless you get your PR in very early the morning, then you may not be around to merge it in time for nightly testing the the next day. |
Status Flag 'Pre-Merge Inspection' - SUCCESS: The last commit to this Pull Request has been INSPECTED AND APPROVED by [ fryeguy52 ]! |
Status Flag 'Pull Request AutoTester' - Pull Request MUST BE MERGED MANUALLY BY Project Team - Master Automerge is disabled (in .cfg file) |
Status Flag 'Pull Request AutoTester' - AutoMerge IS ENABLED, but the Label AT: AUTOMERGE is not set. Either set Label AT: AUTOMERGE or manually merge the PR... |
@trilinos/framework, has the |
@bartlettroscoe @trilinos/framework, Yes, the Automerge feature has been enabled, but the @trilinos/framework team is in the process of testing with a few controlled/monitored PR's. Please refrain from using the A notification will be sent out when it is available for general usage. |
…linos#3251) This also adds back the disables for several SEACAS tests that got removed when the file INTEL-RELEASE-OPENMP.cmake got renamed to the file INTEL-RELEASE-OPENMP-HSW.cmake (not clear how that happened).
CC: @gsjaardema, @fryeguy52
Description
This also adds back the disables for several SEACAS tests that got removed
when the file INTEL-RELEASE-OPENMP.cmake got renamed to the file
INTEL-RELEASE-OPENMP-HSW.cmake (not clear how that happened).
Motivation and Context
The disables for the build
intel-opt-openmp-HSW
got removed on the file rename which resulted in these tests failing again in this build (see #3183) and this much duplication is bad. We want less duplication.How Has This Been Tested?
I ran local configures with:
which returned:
For the build
intel-opt-openmp-HSW
for example, the configure output showed:That looks like the right set of disables.
Checklist