zhouyuan commented on code in PR #11022:
URL:
https://github.com/apache/incubator-gluten/pull/11022#discussion_r2493965304
##########
.github/workflows/velox_backend_enhanced.yml:
##########
@@ -95,9 +106,9 @@ jobs:
if-no-files-found: error
spark-test-spark34:
- needs: build-native-lib-centos-7
+ needs: [build-native-lib-centos-7, setup-image-prefix-for-test]
runs-on: ubuntu-22.04
- container: apache/gluten:centos-8-jdk8
+ container: ${{
needs.setup-image-prefix-for-test.outputs.image_tag_prefix_dynamic }}-8-jdk8
Review Comment:
@PHILO-HE
This is a workaround of limitation of GHA - it does not accept env in
container image filed
https://github.com/orgs/community/discussions/26324
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]