Commit graph

13 commits

Author SHA1 Message Date
Esun Kim
ca0b8b1308
Added allow-unsafe-pr-checkout: true (#3615) 2026-07-01 13:59:22 -07:00
dependabot[bot]
5f54b5be28
Bump actions/checkout from 6 to 7 (#3609)
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7.
- [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/v6...v7)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-30 22:26:08 +00:00
Esun Kim
1e8997af71
[CI] Cache for Bazel on Linux (#3464)
* +build:windows_ci --build_python_zip=false

* Used cache for bazel CI
2026-02-12 10:06:52 -08:00
Esun Kim
aa40ee75fb
CI has 1 hour timeout (#3451) 2026-02-11 16:07:28 -08:00
Esun Kim
7573db0852
Let's use linux-x86-n2-16 (#3443) 2026-02-10 13:55:58 -08:00
Esun Kim
c0564e46c5
[CI] More fixes (#3442)
* Fixed micro_allocator.cc

* Removed needs-mmap-rnd usage

* Disable python tests under bazel

* Removed -Werror
2026-02-10 13:54:49 -08:00
Esun Kim
9bf8b1885b
[CI] Docker 0.6.7 (#3441)
* git config --system --add safe.directory

* 0.6.7
2026-02-10 13:22:40 -08:00
Esun Kim
b1f3d29a0b
Fix docker versions (#3438) 2026-02-10 10:58:48 -08:00
Esun Kim
10b962718f
More dockers to come (#3434) 2026-02-10 10:36:45 -08:00
Esun Kim
4fd5d1fbae
Bazel tests in Docker (#3433) 2026-02-10 10:04:45 -08:00
Esun Kim
2747abd5c8
CI uses bazel-contrib/setup-bazel (#3316) 2026-01-21 22:38:58 -08:00
Esun Kim
1498d43589
[Ci] A final touch (#3310)
* Restore artifact upload for Cortex-M Corstone job

* More
2026-01-20 11:54:12 -08:00
Esun Kim
f9b523032e
[Ci] Refactor CI workflows into modular suites (#3307)
* Refactor CI to use platform-based suites

* Consolidate Xtensa workflows into suite_xtensa.yml

* Consolidate Cortex-M, Hexagon, and RISC-V workflows

* Split ci.yml into smaller reusable workflows

* Rename run_ci.yml to run_basics.yml

* Rename ci_*.yml to test_*.yml

* Rename riscv.yml to run_riscv.yml

* Refactor CI structure: Rename suites/runners and remove Cortex-M from core

* Standardize test scopes to basic, extended, all

* Update scopes and comments for CI workflows

* Move check-tflite-files to PR workflows

* Optimize pr_full.yml to run only extended tests

* Fix incorrect dependency name in run_core.yml
2026-01-20 11:04:33 -08:00