|
44 | 44 | - 'datafusion/physical*/**/*.rs' |
45 | 45 | - 'datafusion/expr*/**/*.rs' |
46 | 46 | - 'datafusion/optimizer/**/*.rs' |
| 47 | + - 'datafusion/sql/**/*.rs' |
47 | 48 | - 'datafusion-testing' |
48 | 49 | workflow_dispatch: |
49 | 50 | inputs: |
50 | | - pr_number: |
51 | | - description: 'Pull request number' |
52 | | - type: string |
53 | | - check_run_id: |
54 | | - description: 'Check run ID for status updates' |
55 | | - type: string |
56 | 51 | pr_head_sha: |
57 | 52 | description: 'PR head SHA' |
58 | 53 | type: string |
|
93 | 88 | linux-test-extended: |
94 | 89 | name: cargo test 'extended_tests' (amd64) |
95 | 90 | needs: [linux-build-lib] |
96 | | - runs-on: ${{ github.repository_owner == 'apache' && format('runs-on={0},family=m8a+m7a+c8a,cpu=32,image=ubuntu24-full-x64,extras=s3-cache,disk=large,tag=datafusion,spot=false', github.run_id) || 'ubuntu-latest' }} |
97 | | - # spot=false because the tests are long, https://runs-on.com/configuration/spot-instances/#disable-spot-pricing |
| 91 | + runs-on: ${{ github.repository_owner == 'apache' && format('runs-on={0},family=m8a+m7a+c8a,cpu=32,image=ubuntu24-full-x64,extras=s3-cache,disk=large,tag=datafusion', github.run_id) || 'ubuntu-latest' }} |
98 | 92 | # note: do not use amd/rust container to preserve disk space |
99 | 93 | steps: |
100 | 94 | - uses: runs-on/action@cd2b598b0515d39d78c38a02d529db87d2196d1e # v2.0.3 |
@@ -162,8 +156,7 @@ jobs: |
162 | 156 |
|
163 | 157 | sqllogictest-sqlite: |
164 | 158 | name: "Run sqllogictests with the sqlite test suite" |
165 | | - runs-on: ${{ github.repository_owner == 'apache' && format('runs-on={0},family=m8a+m7a+c8a,cpu=48,image=ubuntu24-full-x64,extras=s3-cache,disk=large,tag=datafusion,spot=false', github.run_id) || 'ubuntu-latest' }} |
166 | | - # spot=false because the tests are long, https://runs-on.com/configuration/spot-instances/#disable-spot-pricing |
| 159 | + runs-on: ${{ github.repository_owner == 'apache' && format('runs-on={0},family=m8a+m7a+c8a,cpu=32,image=ubuntu24-full-x64,extras=s3-cache,disk=large,tag=datafusion', github.run_id) || 'ubuntu-latest' }} |
167 | 160 | container: |
168 | 161 | image: amd64/rust |
169 | 162 | steps: |
|
0 commit comments