jonkeane commented on a change in pull request #10710:
URL: https://github.com/apache/arrow/pull/10710#discussion_r690444194



##########
File path: dev/tasks/docker-tests/github.linux.yml
##########
@@ -41,10 +41,11 @@ jobs:
         shell: bash
         run: archery docker run -e SETUPTOOLS_SCM_PRETEND_VERSION="{{ 
arrow.no_rc_version }}" {{ flags|default("") }} {{ image }} {{ 
command|default("") }}
 
-    {% if '-r-' in image %}
+    {% if '-r' in image %}

Review comment:
       Before this change, some builds (e.g. `test-r-ubuntu-21.04` which uses 
the docker-compose service `ubuntu-r-only-r` which extends `ubuntu-r`) didn't 
have the log dumping step showing up at all. 
https://github.com/ursacomputing/crossbow/runs/3272438137?check_suite_focus=true
 
   
   The strange thing is that it _does_ have `-r-` in the underlying image name 
(e.g. `${REPO}:${ARCH}-ubuntu-${UBUNTU}-r-${R}`), but somehow the jinja 
matching isn't quite getting it there (though `-r` works). It might be 
overly-broad though that step _should_ be harmless since it `continue-on-error`.




-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to