Skip to content
Snippets Groups Projects
Commit 7af68924 authored by WHITFIELDRE email's avatar WHITFIELDRE email
Browse files

Change systemtests to rhel7

parent f946f7f9
No related branches found
No related tags found
No related merge requests found
...@@ -85,6 +85,10 @@ else ...@@ -85,6 +85,10 @@ else
SCL_ON_RHEL6="eval" SCL_ON_RHEL6="eval"
fi fi
if [[ ${NODE_LABELS} == *rhel7* ]]; then
ON_RHEL7=true
fi
############################################################################### ###############################################################################
# Check job requirements from the name # Check job requirements from the name
############################################################################### ###############################################################################
...@@ -212,6 +216,6 @@ fi ...@@ -212,6 +216,6 @@ fi
# Run the system tests on RHEL6 when doing a pull request build. Run # Run the system tests on RHEL6 when doing a pull request build. Run
# from a package to have at least one Linux checks it install okay # from a package to have at least one Linux checks it install okay
############################################################################### ###############################################################################
if [[ "${ON_RHEL6}" == true ]] && [[ ${JOB_NAME} == *pull_requests* ]]; then if [[ "${ON_RHEL7}" == true ]] && [[ ${JOB_NAME} == *pull_requests* ]]; then
$SCRIPT_DIR/systemtests $SCRIPT_DIR/systemtests
fi fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment