Commit graph

14 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
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
b4bb8128b6
[CI] Docker test fixes (#3436)
* Fix Python module shadowing in Docker CI

Applies legacy_create_init = False to Python rules in BUILD files to prevent Bazel from automatically generating __init__.py files. This prevents the root 'signal/' directory (which contains C++ kernels but no Python source) from being treated as a Python package, which was shadowing the standard library 'signal' module and causing psutil failures in the tflm-ci Docker container.

* Fix directory path in Docker workflows
2026-02-10 10:51:10 -08:00
Esun Kim
a45021ad30
[CI] Docker 66 (#3437)
* Docker 0.6.6.

* Updated docker images to 0.6.6
2026-02-10 10:50:54 -08:00
Esun Kim
10b962718f
More dockers to come (#3434) 2026-02-10 10:36:45 -08:00
Esun Kim
c74872ac69
Added free-disk-space to C++ Build Warnings CI (#3366) 2026-01-29 09:08:14 -08:00
Esun Kim
8ecdaf17bc
[CI] Added a new build warning test (#3327)
* Windows is still broken

* Added cpp_build_warnings
2026-01-24 09:04:30 -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