wecharyu commented on code in PR #12005:
URL: https://github.com/apache/gluten/pull/12005#discussion_r3242546285
##########
.github/workflows/velox_backend_enhanced.yml:
##########
@@ -215,6 +215,9 @@ jobs:
spark-test-spark35-slow:
needs: build-native-lib-centos-7
runs-on: ubuntu-22.04
+ env: #TODO remove after image update
Review Comment:
This is an existing pain point in gluten image update:
- Docker image is pushed to apache/gluten repo when merge a related commit
to main branch
- This PR that needs update the image is still test on existing 'old' image
Thus we need add scripts in test action before the PR is merged, and remove
such actions when the PR is merged and image is updated.
I'm considering to let the such PR that would update the image build a
snapshot image and test on the snapshot image, in this case we do not need add
additional scripts on test action and do not need a follow-up remove operation.
--
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]