|
47 | 47 | - 'datafusion-testing' |
48 | 48 | workflow_dispatch: |
49 | 49 | 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 | 50 | pr_head_sha: |
57 | 51 | description: 'PR head SHA' |
58 | 52 | type: string |
|
93 | 87 | linux-test-extended: |
94 | 88 | name: cargo test 'extended_tests' (amd64) |
95 | 89 | 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 |
| 90 | + 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 | 91 | # note: do not use amd/rust container to preserve disk space |
99 | 92 | steps: |
100 | 93 | - uses: runs-on/action@cd2b598b0515d39d78c38a02d529db87d2196d1e # v2.0.3 |
@@ -162,8 +155,7 @@ jobs: |
162 | 155 |
|
163 | 156 | sqllogictest-sqlite: |
164 | 157 | 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 |
| 158 | + 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 | 159 | container: |
168 | 160 | image: amd64/rust |
169 | 161 | steps: |
|
0 commit comments