Commit a7fca91
authored
chore: increase resources of CI runner (#293)
## Description
- Increase resources of CI runner
<!-- greptile_comment -->
## Greptile Summary
Modified CI workflows to use 'extra-large' runners instead of
'ubuntu-latest-m' for both integration and unit tests, enhancing
computational resources for test execution.
- Changed runner type in `.github/workflows/ci-test-integration.yml`
from 'ubuntu-latest-m' to 'extra-large'
- Changed runner type in `.github/workflows/ci-test-unit.yml` from
'ubuntu-latest-m' to 'extra-large'
- Note: Change will increase GitHub Actions minutes consumption due to
higher resource allocation
<!-- /greptile_comment -->1 parent 76dda54 commit a7fca91
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments