Skip to content

Commit

Permalink
Merge pull request #18 from tonyzinger/feature/sft_jenkins_workflow
Browse files Browse the repository at this point in the history
contrib/cray: Add the capability to add intermittent errors to the baseline file.
  • Loading branch information
tonyzinger authored Sep 4, 2018
2 parents d50f938 + c5775c4 commit 9a868ef
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions contrib/cray/sft_test_results_baseline.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
# if the test result is PASS, then Jenkins will report this test as PASSED
# if the test result is FAIL, then Jenkins will report this test as SKIPPED

# The Test Case section contains the list of test cases and their expected results.

# Test Case Results
MESSAGE_All-to-All_FI_INJECT=PASS
MESSAGE_All-to-All_FI_INJECTDATA=PASS
MESSAGE_All-to-All_FI_SEND=PASS
Expand Down Expand Up @@ -111,3 +114,10 @@ TAGGED_Round-Robin_FI_TSENDMSG_TRIGGER=SKIP
TAGGED_Round-Robin_FI_TSENDV=PASS
TAGGED_Round-Robin_FI_TSENDV_TRIGGER=SKIP
TAGGED_Round-Robin_FI_TSEND_TRIGGER=SKIP

# The Error Messages section will contain error message that could happen intermittently.
# However, a test should not encounter errors during libfabric initialization
# because the test could not execute.
# If a test encounters one of these error messages, then Jenkins will report this test as SKIPPED

# Intermittent Error Messages

0 comments on commit 9a868ef

Please sign in to comment.