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



##########
File path: dev/tasks/docker-tests/github.linux.yml
##########
@@ -45,7 +45,7 @@ jobs:
             {{ image }} \
             {{ command|default("") }}
 
-    {% if '-r' in image %}

Review comment:
       Thanks for catching this — IIRC the original change from `-r-` to `-r` 
was to catch if we were using the `ubuntu-r` image. It looks like we don't have 
any nightlies that use that directly currently (they all use ubuntu-r-only-r). 
   
   Would it be possible to do `if '-r-' in image | 'ubuntu-r' in image`?




-- 
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]


Reply via email to