Commit 423fd7f
Bump getdeps Linux CI timeout to 120 minutes for 4-core runner
Summary:
D109390010 switched the openr `getdeps_linux.yml` GitHub Actions workflow from the (non-existent) `8-core-ubuntu-24.04` runner to the available `4-core-ubuntu-24.04` pool by changing `--cpu-cores 8` to `--cpu-cores 4`. Halving the core count roughly doubles build wall-clock, but the workflow's `timeout-minutes` was left at the default `60`, so the 4-core build can now time out before it finishes.
The `timeout-minutes` value is not a CLI flag and is unrelated to `--cpu-cores`. It is read by the getdeps workflow generator from the manifest's `[github.actions] timeout_minutes` key (`workflow_generator.py`), falling back to a hardcoded `60` when unset. openr's manifest had no `[github.actions]` section, so it inherited the `60` default.
This adds `[github.actions] timeout_minutes = 120` to the openr getdeps manifest and regenerates `getdeps_linux.yml` via the same generator invocation used by `update-all-github-actions.sh`, bumping `timeout-minutes: 60` to `120`. The `runs-on: 4-core-ubuntu-24.04` label is unchanged.
Differential Revision: D109903208
fbshipit-source-id: c1a8fd3be939766afdaf0b3d67f468808955a3071 parent 02b810a commit 423fd7f
2 files changed
Lines changed: 5 additions & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
19 | 23 | | |
20 | 24 | | |
21 | 25 | | |
| |||
0 commit comments