JuliaReach / ARCH2020_NLN_RE

Repeatability Evaluation package for the ARCH2020 NLN Competition
3 stars 0 forks source link

Let travis check the docker container #8

Closed lbenet closed 4 years ago

mforets commented 4 years ago

The job exceeded the maximum time limit for jobs, and has been terminated.

Seems like the job hits maximum time limit. Perhaps there are ways to extend such limit? (for free)

mforets commented 4 years ago

.. there's also Docker container github actions: https://help.github.com/en/actions/creating-actions/creating-a-docker-container-action

mforets commented 4 years ago

Seems like the job hits maximum time limit. Perhaps there are ways to extend such limit? (for free)

commit f73458d tries with the travis_wait option (docs here)

lbenet commented 4 years ago

I think the container part runs fine; running out of time might be related to the script part.

mforets commented 4 years ago

the "travis CI - branch" passed. maybe the travis CI "PR" failed because there is no travis script in master.. ? i suggest to merge this one and try running travis in master again afterwards.

lbenet commented 4 years ago

Ok. Merging