Skip to content

Conversation

@blaginin
Copy link
Collaborator

@blaginin blaginin commented Feb 10, 2026

Follow up on #20107: switch more actions to the new flow

Job OLD NEW Delta
linux build test (from #20107) 3m 55s 1m 46s -2m 09s (55% faster)
cargo test (amd64) (from #20107) 11m 34s 3m 13s -8m 21s (72% faster)
cargo check datafusion features 11m 18s 6m 21s -4m 57s (44% faster)
cargo examples (amd64) 9m 13s 4m 35s -4m 38s (50% faster)
verify benchmark results (amd64) 11m 48s 4m 22s -7m 26s (63% faster)

@blaginin blaginin self-assigned this Feb 10, 2026
@github-actions github-actions bot added the development-process Related to development process of DataFusion label Feb 10, 2026
linux-build-lib:
name: linux build test
runs-on: ${{ github.repository_owner == 'apache' && format('runs-on={0},family=m7a,cpu=16,image=ubuntu24-full-x64,extras=s3-cache,disk=large,tag=datafusion', github.run_id) || 'ubuntu-latest' }}
runs-on: ${{ github.repository_owner == 'apache' && format('runs-on={0},family=m7a,cpu=8,image=ubuntu24-full-x64,extras=s3-cache,disk=large,tag=datafusion', github.run_id) || 'ubuntu-latest' }}
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this one is quite lightweight, i switched to just 8 cpu and got the same ish time

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

development-process Related to development process of DataFusion

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant