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

. #1

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

. #1

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
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# TEST RUN
---
arch: ppc64le
dist: focal
Expand All @@ -15,4 +16,5 @@ script:
- pip3 install requests
- pip3 install docker
- python3 script/validate_builds.py $TRAVIS_PULL_REQUEST &
- SCRIPT_PID=$!;while ps -p $SCRIPT_PID > /dev/null;do echo "$SCRIPT_PID is running"; sleep 300; done; wait $SCRIPT_PID; my_pid_status=$?; travis_terminate $my_pid_status
- SCRIPT_PID=$!;while ps -p $SCRIPT_PID > /dev/null;do echo "$SCRIPT_PID is running"; sleep 10; done; wait $SCRIPT_PID; my_pid_status=$?; travis_terminate $my_pid_status
- sleep 10