dependabot[bot]
0ff8d1cb28
build: Bump actions/checkout from 5 to 6
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 5 to 6.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-22 00:05:53 +00:00
dependabot[bot]
3d5e5f318b
build: Bump actions/checkout from 4 to 5
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-08-13 18:11:18 +00:00
Rob Bradford
f38fc94115
build: Increase ARM64 CI build timeouts
...
The builds are flaking due to reaching the timeouts.
Signed-off-by: Rob Bradford <rbradford@rivosinc.com >
2024-11-11 10:45:58 +00:00
Rob Bradford
c4baae079c
build: Enable ARM64 worker
...
This is based on a revert of commit
ce49a6f4b8 with some modifications for a
different worker configuration.
Signed-off-by: Rob Bradford <rbradford@rivosinc.com >
2024-10-02 14:50:39 +00:00
Rob Bradford
ce49a6f4b8
github: Disable ARM64 worker
...
This machine is no longer available.
Signed-off-by: Rob Bradford <rbradford@rivosinc.com >
2024-08-22 11:13:14 -07:00
Ravi kumar Veeramally
fbcf5fb37d
build: Update ARM64 GitHub action for windows integration tests
...
Signed-off-by: Ravi kumar Veeramally <ravikumar.veeramally@intel.com >
2024-03-05 13:13:32 +00:00
Bo Chen
46c9b9693c
build: Allow 'cancel-in-progress' for bare-metal workers
...
Signed-off-by: Bo Chen <chen.bo@intel.com >
2024-03-02 11:10:19 +00:00
Bo Chen
f48942ce3f
build: Add a step to fix workspace permissions on bare-metal workers
...
When a bare-metal worker is canceled, its workspace can be left with
files owned by the root user as a result of running tests from our
container. This patch add a step to fix workspace permissions for such
case before checking out code.
Signed-off-by: Bo Chen <chen.bo@intel.com >
2024-03-01 08:50:45 +00:00
Rob Bradford
d9f48505fe
build: Ensure all required checks run on merge_group
...
And clean up some of the whitespace formatting so that the "name" and
"on" are grouped away from the "jobs".
Signed-off-by: Rob Bradford <rbradford@rivosinc.com >
2024-02-28 20:11:20 +00:00
Rob Bradford
1fe2771a0d
build: Add some timeouts to integration test workflow
...
Add top-level timeout for the jobs and also more agressive per step
timeouts.
Signed-off-by: Rob Bradford <rbradford@rivosinc.com >
2024-02-23 09:30:54 +00:00
Rob Bradford
6ec83c7d8e
build: Switch GitHub action ARM64 builds to musl
...
Signed-off-by: Rob Bradford <rbradford@rivosinc.com >
2024-02-23 09:30:54 +00:00
Rob Bradford
89f2a4882e
build: Add GitHub action for ARM64 integration tests
...
Signed-off-by: Rob Bradford <rbradford@rivosinc.com >
2024-02-22 12:28:40 +00:00