Skip to content

Commit

Permalink
enable prerelease folds
Browse files Browse the repository at this point in the history
  • Loading branch information
mathias-luedtke committed Mar 17, 2017
1 parent 5f706c2 commit 2e9c72a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions industrial_ci/src/tests/ros_prerelease.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ EOF
function run_in_prerelease_docker() {
ici_run_cmd_in_docker -v /var/run/docker.sock:/var/run/docker.sock \
-v "$WORKSPACE:$WORKSPACE:rw" \
-e TRAVIS \
"industrial-ci/prerelease" \
"$@"

Expand Down Expand Up @@ -82,9 +83,9 @@ function run_ros_prerelease() {
run_in_prerelease_docker generate_prerelease_script.py https://raw.githubusercontent.com/ros-infrastructure/ros_buildfarm_config/production/index.yaml "$ROS_DISTRO" default ubuntu "$UBUNTU_OS_CODE_NAME" amd64 --level "$downstream_depth" --output-dir . --custom-repo "$reponame::::"
ici_time_end # setup_prerelease_scripts

ici_time_start prerelease.sh
if [ -n "$TRAVIS" ]; then ici_time_start prerelease.sh; fi
run_in_prerelease_docker env ABORT_ON_TEST_FAILURE=1 ./prerelease.sh -y
ici_time_end # prerelease.sh
if [ -n "$TRAVIS" ]; then ici_time_end; fi

echo 'ROS Prerelease Test went successful.'
}

0 comments on commit 2e9c72a

Please sign in to comment.