Merge topic 'timeout-ascent'

ed27cc307 CI: Adjust Ascent timeout

Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: Kenneth Moreland <morelandkd@ornl.gov>
Merge-request: !2899
This commit is contained in:
Vicente Bolea 2022-10-26 18:43:14 +00:00 committed by Kitware Robot
commit 0893518f2d
3 changed files with 5 additions and 5 deletions

@ -53,7 +53,7 @@ build:ascent_gcc_cuda:
when: always
paths:
- build/
timeout: 90 minutes
timeout: 10 minutes
test:ascent_gcc_cuda:
stage: test
@ -80,4 +80,4 @@ test:ascent_gcc_cuda:
- ccache -s
- ctest -VV -S .gitlab/ci/ctest_submit_build.cmake
- ctest -VV -S .gitlab/ci/ctest_submit_test.cmake
timeout: 30 minutes
timeout: 120 minutes

@ -35,9 +35,9 @@ jobs = handler.to_json("/pipelines/" + last_pipeline_id + "/jobs")
build_job_id = str(jobs[1]['id'])
test_job_id = str(jobs[0]['id'])
print("ECPCITEST BUILD OUTPUT================================================")
print("ECPCITEST CONFIGURE OUTPUT============================================")
print(handler.to_string("/jobs/" + build_job_id + "/trace"))
print("ECPCITEST BUILD END===================================================")
print("ECPCITEST CONFIGURE END===============================================")
print("ECPCITEST TEST OUTPUT=================================================")
print(handler.to_string("/jobs/" + test_job_id + "/trace"))

@ -1,4 +1,4 @@
#!/bin/bash -ex
#!/bin/bash -e
declare -r POLL_INTERVAL_SECONDS="10"