areusch commented on code in PR #11976:
URL: https://github.com/apache/tvm/pull/11976#discussion_r911435540
##########
docker/bash.sh:
##########
@@ -290,7 +290,11 @@ DOCKER_DEVICES=( )
# If the user gave a shortcut defined in the Jenkinsfile, use it.
EXPANDED_SHORTCUT=$(lookup_image_spec "${DOCKER_IMAGE_NAME}")
if [ -n "${EXPANDED_SHORTCUT}" ]; then
- DOCKER_IMAGE_NAME="${EXPANDED_SHORTCUT}"
+ python tests/scripts/determine_docker_images.py
"$DOCKER_IMAGE_NAME=$EXPANDED_SHORTCUT" 2> /dev/null
Review Comment:
should we also check if `CI` is defined and not do this then, so that we
don't double-`determine_docker_images.py` in CI?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]