Actions
Bug #19849
closedFix arvados-cwl-conformance-tests jenkins job
Status:
Resolved
Priority:
Normal
Assigned To:
Category:
Tests
Target version:
Story points:
2.0
Release:
Release relationship:
Auto
Updated by Lucas Di Pentima over 3 years ago
- Status changed from New to In Progress
Updated by Lucas Di Pentima over 3 years ago
I've been exploring Jenkins a bit, and this is what I found:
- The
arvados-cwl-conformance-testspipelines failed because thearvbox-demodocker image wasn't available. - The
arvbox-demodocker image is created and uploaded by thedocker-arvboxpipeline, that runs as part of therun-testspipeline. - The
arvados-cwl-conformance-testspipelines are run from thedocker-jobs-imagepipeline, that is launched frombuild-packages-multijob, that is launched frombuild-packages-python-ruby, that is a sibling pipeline ofdocker-arvbox.
What I think is happening here is that sometimes the docker-arvbox pipeline doesn't finish before the arvados-cwl-conformance-tests jobs run. One supporting fact of this hypothesis is that retrying the arvados-cwl-conformance-tests job was able to get the arvbox docker image without issues.
We might need to revisit the Jenkins jobs' interdependencies to make sure the arvbox docker image is available by the time the rest of the jobs that need it, start running.
Updated by Lucas Di Pentima over 3 years ago
The failure at arvados-cwl-conformance-tests: #1305 /label=federation,pythoncmd=python3,suite=integration/console seems to not be related to a missing docker image but something else.
Updated by Peter Amstutz over 3 years ago
- Status changed from In Progress to Resolved
Actions