Skip to content
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

Framework: PR testing changed packages #3239

Merged
merged 2 commits into from
Aug 9, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 0 additions & 18 deletions cmake/std/PullRequestLinuxDriver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -127,18 +127,6 @@ then
echo "There was an issue loading the intel environment. The error code was: $ierror"
exit $ierror
fi
# --- BEGIN SCAFFOLDING ---
# nurgleflurgle... name match! can we change this to a regex or something to
# allow separate testing jobs!?
#elif [ "Trilinos_pullrequest_gcc_4.9.3_wcmclen_test" == "${JOB_BASE_NAME:?}" ]
#then
# source Trilinos/cmake/std/sems/PullRequestGCC4.9.3TestingEnv.sh
# ierror=$?
# if [[ $ierror != 0 ]]; then
# echo "There was an issue loading the gcc environment. The error code was: $ierror"
# exit $ierror
# fi
# --- END SCAFFOLDING ---
else
ierror=42
echo "There was an issue loading the proper environment. The error code was: $ierror"
Expand Down Expand Up @@ -184,12 +172,6 @@ else
CONFIG_SCRIPT=PullRequestLinuxGCC4.8.4TestingSettings.cmake
elif [ "Trilinos_pullrequest_gcc_4.9.3" == "${JOB_BASE_NAME:?}" ]; then
CONFIG_SCRIPT=PullRequestLinuxGCC4.9.3TestingSettings.cmake
# --- BEGIN SCAFFOLDING ---
# nurgleflurgle... name match! can we change this to a regex or something to
# allow separate testing jobs!?
#elif [ "Trilinos_pullrequest_gcc_4.9.3_wcmclen_test" == "${JOB_BASE_NAME:?}" ]; then
# CONFIG_SCRIPT=PullRequestLinuxGCC4.9.3TestingSettings.cmake
# --- END SCAFFOLDING ---
fi
fi

Expand Down