andygrove commented on code in PR #3579:
URL: https://github.com/apache/datafusion-comet/pull/3579#discussion_r2848089379
##########
.github/workflows/pr_build_linux.yml:
##########
@@ -67,12 +67,12 @@ jobs:
build-native:
needs: lint
name: Build Native Library
- runs-on: ubuntu-latest
+ runs-on: ${{ github.repository_owner == 'apache' &&
format('runs-on={0},family=m8a,cpu=8,image=ubuntu24-full-x64,extras=s3-cache,disk=large,tag=datafusion',
github.run_id) || 'ubuntu-latest' }}
Review Comment:
There is a mix of `datafusion` and `datafusion-comet` for tags. Should they
all be `data fusion-comet`?
##########
.github/workflows/pr_build_linux.yml:
##########
@@ -67,12 +67,12 @@ jobs:
build-native:
needs: lint
name: Build Native Library
- runs-on: ubuntu-latest
+ runs-on: ${{ github.repository_owner == 'apache' &&
format('runs-on={0},family=m8a,cpu=8,image=ubuntu24-full-x64,extras=s3-cache,disk=large,tag=datafusion',
github.run_id) || 'ubuntu-latest' }}
Review Comment:
There is a mix of `datafusion` and `datafusion-comet` for tags. Should they
all be `datafusion-comet`?
--
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]