| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | workflows: gemini cli ignores pull_request_review events | Taras Madan | 2025-08-20 | 1 | -3/+5 |
| | | | | | | It is needed to reduce "skipped" workflow notifications. Eventually it could be reviewed. | ||||
| * | workflow: don't trigger gemini pr review by pull_request | Taras Madan | 2025-08-19 | 1 | -4/+5 |
| | | | | | Workers created by the forked repository triggers don't have access to github secrets. | ||||
| * | workflows: enable pr review with gemini cli | Taras Madan | 2025-08-19 | 1 | -0/+474 |
| | | |||||
| * | ci.yml: enable self-hosted-x86 | Taras Madan | 2025-04-04 | 1 | -8/+4 |
| | | |||||
| * | ci.yaml: use github org runners | Taras Madan | 2025-04-02 | 1 | -4/+4 |
| | | |||||
| * | ci.yml: fix caching | Taras Madan | 2025-01-30 | 1 | -18/+43 |
| | | | | | | | | | Aux requires more dependencies than other jobs. It also doesn't fail as often as others. Because of these two points aux will be the cache updating job. Other jobs use actions/cache/restore and are the cache readers. Old and gvisor are the special cases that are not gcr.io/syzkaller/env based and require additional GOMODCACHE param. | ||||
| * | all: remove more mentions of the vendor folder | Aleksandr Nogikh | 2025-01-23 | 1 | -1/+0 |
| | | |||||
| * | .github/workflows: use upload-artifacts v4 in oss-fuzz workflow | Taras Madan | 2025-01-09 | 1 | -1/+1 |
| | | |||||
| * | .github: update fuchsia code owners | Laura Peskin | 2024-12-05 | 1 | -1/+1 |
| | | |||||
| * | dependabot.yml: remove mockery from ignore list | Taras Madan | 2024-11-07 | 1 | -3/+0 |
| | | | | | | For some reason dependabot stopped to create PRs again. I think it happened after this change. Let's check this assumption. | ||||
| * | dependabot.yml: let's ignore mockery | Taras Madan | 2024-11-06 | 1 | -0/+3 |
| | | | | | Mockery requires manual changes in ./tools/mockery.sh. | ||||
| * | dependabot.yml: limit to max 5 PRs | Taras Madan | 2024-11-06 | 1 | -1/+1 |
| | | | | | | Merging the dependency update we trigger rebase and retest for other PRs. Reducing the amount of PRs we reduce ARC pressure. | ||||
| * | dependabot.yml: revert changes, don't use groups | Taras Madan | 2024-11-06 | 1 | -8/+0 |
| | | | | | | For some reason dependabot doesn't create PRs for group updates. We have a tracking issue for it. Let's disable grouping for now. | ||||
| * | dependabot.yml: remove dash from the names | Taras Madan | 2024-11-05 | 1 | -1/+1 |
| | | | | | | https://github.com/dependabot/dependabot-core/issues/7542#issuecomment-1664438228 It may be the root cause. | ||||
| * | dependabot.yml: group easy to update dependencies | Taras Madan | 2024-10-02 | 1 | -0/+8 |
| | | |||||
| * | vm/gvisor: add gvisor presubmit test | Andrei Vagin | 2024-07-08 | 1 | -0/+20 |
| | | | | | | | | Download the latest gvisor release and run the syz-manager smoke-test suite. Signed-off-by: Andrei Vagin <avagin@google.com> | ||||
| * | ci.yml: move codecov.yml and point it from config | Taras Madan | 2024-05-10 | 2 | -2/+38 |
| | | |||||
| * | ci.yml: verbose codecov reports | Taras Madan | 2024-05-10 | 1 | -23/+25 |
| | | |||||
| * | ci.yml: add codecov token and switch to v4 | Taras Madan | 2024-05-10 | 1 | -2/+4 |
| | | |||||
| * | ci.yml: cancel old workflows | Taras Madan | 2024-05-08 | 1 | -0/+5 |
| | | |||||
| * | .github/workflows/ci.yml: workaround codecov limitation to detect environment | Taras Madan | 2024-03-07 | 1 | -0/+2 |
| | | |||||
| * | .github/workflows/ci.yml: require min 31 core per test job | Taras Madan | 2024-03-05 | 1 | -0/+3 |
| | | | | | | We use machines with 32 CPU and 32 RAM. Adding this options we prevent 2 runner PODs scheduling to the same node. | ||||
| * | .github/workflows/ci.yml: fix cache location | Taras Madan | 2024-03-04 | 1 | -2/+2 |
| | | |||||
| * | .github/workflows/ci.yml: fix cache paths | Taras Madan | 2024-03-01 | 1 | -2/+2 |
| | | | | | Old path works for ./tools/syz-env container and doesn't work for the new configuration. | ||||
| * | ./github/workflows/ci.yml: run race_dashboard in parallel | Taras Madan | 2024-02-28 | 1 | -0/+17 |
| | | |||||
| * | .github/arc_config/values.yaml: reflect current configuration | Taras Madan | 2024-02-27 | 1 | -13/+16 |
| | | | | | | | | 1. To spawn docker from docker, the kubernetes (not dind) mode is used. It provides better security model. 2. No OpenEBS alternatives were considered. | ||||
| * | .github/arc_config: switch to new ARC | Taras Madan | 2024-02-27 | 2 | -38/+204 |
| | | |||||
| * | ci.yml: let's dumb the TERM | Taras Madan | 2024-02-26 | 1 | -0/+6 |
| | | | | | It is to avoid "tput: No value for $TERM and no -T specified" in logs. | ||||
| * | run.sh, Makefile: ask golangci-lint to preformat output | Taras Madan | 2024-02-26 | 1 | -1/+0 |
| | | |||||
| * | ci.yml: run on arc-runner-set | Taras Madan | 2024-02-26 | 2 | -50/+83 |
| | | |||||
| * | ci.yml: change runners to org shared | Taras Madan | 2024-02-22 | 1 | -3/+3 |
| | | |||||
| * | dependabot: use monthly schedule | Dmitry Vyukov | 2024-01-18 | 2 | -4/+8 |
| | | | | | We are getting too many PRs too often to react on all. | ||||
| * | oss-fuzz.yml: fix compilation error | jonathanmetzman | 2023-09-27 | 1 | -4/+12 |
| | | | | | | | | Fix compilation error and make other improvements: * Only upload crash on run fail, not build fail * Enable SARIF notification. Fixes: https://github.com/google/oss-fuzz/issues/10989 | ||||
| * | ci.yml: cache build artefacts where it is needed | Taras Madan | 2023-08-23 | 1 | -27/+18 |
| | | | | | | | | | | | | | | | If some job is not a build bottleneck - let's remove caching. The main focus points then are "build" and "race" then. To cache test results independently let's use 2 different cache prefixes. See https://markphelps.me/posts/speed-up-your-go-builds-with-actions-cache/. The idea is to always generate cash miss using the second precision key. After the miss we download latest uploaded one using "restore-keys". Potential improvements: 1. https://github.com/golang/go/issues/23565 asks to cache -coverprofile results since 2018. 2. https://github.com/golang/go/issues/61608 to cache -race results. | ||||
| * | all: remove closestale.yaml | Aleksandr Nogikh | 2023-08-02 | 1 | -19/+0 |
| | | | | | | | | This reverts commit 71f8554dae7330f8cfa1b22775ebafdff2315623. The bot has begun to actually close stale issues and it does not seem to be the behavior we want. Let's disable it for now. | ||||
| * | depsreview.yaml: bump actions | Taras Madan | 2023-07-26 | 1 | -2/+2 |
| | | |||||
| * | ci.yml: bump actions and covecov | Taras Madan | 2023-07-26 | 1 | -14/+14 |
| | | |||||
| * | closestale.yaml: notify about stale PRs | Taras Madan | 2023-07-26 | 1 | -0/+19 |
| | | |||||
| * | ci.yml: pull syz-env separately | Taras Madan | 2023-07-25 | 1 | -0/+6 |
| | | |||||
| * | ci.yml: run any-env tests on k8s-env | Taras Madan | 2023-07-25 | 2 | -3/+41 |
| | | |||||
| * | ci.yml: run on any-env not self-runner | Taras Madan | 2023-07-24 | 1 | -3/+3 |
| | | |||||
| * | dependabot.yml: fix config parsing error | Taras Madan | 2023-07-21 | 1 | -2/+2 |
| | | | | | I think it currently doesn't work. | ||||
| * | all: restructure tests | Aleksandr Nogikh | 2023-07-12 | 1 | -1/+1 |
| | | | | | | Let presubmit_dashboard run dashboard tests and presubmit_build run all others. | ||||
| * | all: remove mentions of big-env | Aleksandr Nogikh | 2023-07-12 | 1 | -2/+2 |
| | | | | | Use just env instead of that. | ||||
| * | .github: add a 15 minute timeout for the `dashboard` action | Aleksandr Nogikh | 2023-01-17 | 1 | -1/+1 |
| | | | | | | | | | The dashboard testing infrastructure is quite fragile and sometimes just hangs in case of errors. The action then just hangs for 6 hours with no debugging output. Add a 15 minute timeout, this should be enough for this test. | ||||
| * | .github: update CODEOWNERS for fuchsia | Chris Palmer | 2022-11-09 | 1 | -1/+1 |
| | | |||||
| * | .github: update CODEOWNERS for fuchsia | Dmitry Vyukov | 2022-09-13 | 1 | -1/+1 |
| | | |||||
| * | .github: decrease the OSS fuzzing time (#3336) | Aleksandr Nogikh | 2022-09-05 | 1 | -1/+1 |
| | | | | | 10 minutes looks like a too big number, especially given that other CI actions finish much faster. | ||||
| * | Makefile: split presubmit_arch_other target | Dmitry Vyukov | 2022-08-10 | 1 | -1/+1 |
| | | | | | | presubmit_arch_other is now the slowest presubmit step taking 7-8 mins. Split it per OS. | ||||
| * | .github: remove non-existing user from CODEOWNERS (#3277) | Taras Madan | 2022-08-05 | 1 | -1/+1 |
| | | | | We don't have user "@dean-deng". | ||||
