• Joined on 2026-07-08
TapTap created branch refactor/merge-path-variants in TapTap/FastSync 2026-07-18 16:25:01 +02:00
TapTap commented on pull request TapTap/FastSync#18 2026-07-18 16:14:12 +02:00
test: add --full flag for lightweight default mode

PR Review

Verdict: PASS — Clean refactoring for fast CI

Files reviewed: 2 (ci.yaml, test.py) Commits: 4


Changes

  • Adds --full flag to test.py; default mode runs 4…
TapTap pushed to ci-test-light at TapTap/FastSync 2026-07-18 16:10:55 +02:00
e408b08443 fix: skip netem_reset when no sudo (light mode)
TapTap pushed to ci-test-light at TapTap/FastSync 2026-07-18 16:08:28 +02:00
2c904bfac5 fix: handle missing ssh in preflight checks
TapTap pushed to ci-test-light at TapTap/FastSync 2026-07-18 16:06:25 +02:00
e9554c1e69 ci: add integration tests (light mode)
TapTap created pull request TapTap/FastSync#18 2026-07-18 16:02:57 +02:00
test: add --full flag for lightweight default mode
TapTap created branch ci-test-light in TapTap/FastSync 2026-07-18 16:02:41 +02:00
TapTap pushed to ci-test-light at TapTap/FastSync 2026-07-18 16:02:41 +02:00
8f2205dd30 test: add --full flag, default mode runs 5 fast tests (~0.3s)
TapTap deleted branch actions from TapTap/FastSync 2026-07-18 15:52:12 +02:00
TapTap pushed to main at TapTap/FastSync 2026-07-18 15:52:09 +02:00
70ab76fe90 Merge pull request 'ci: add build and unit test pipeline' (#17) from actions into main
ed7f8ee56e ci: add g++ and libc6-dev, use v4 image (verified locally)
8c7ebbfe32 ci: add make to Docker image, use v3 tag
cc09bedc07 ci: use v2 image tag to bypass runner cache
5fe40a5242 ci: add node.js to Docker image for checkout action
Compare 10 commits »
TapTap merged pull request TapTap/FastSync#17 2026-07-18 15:52:07 +02:00
ci: add build and unit test pipeline
TapTap commented on pull request TapTap/FastSync#17 2026-07-18 15:42:08 +02:00
ci: add build and unit test pipeline

PR Review

Verdict: PASS — Clean CI setup, minor suggestions

Files reviewed: 3 (ci.yaml, Dockerfile, CMakeLists.txt)


Changes

  1. .gitea/workflows/ci.yaml — Build +…
TapTap created pull request TapTap/FastSync#17 2026-07-18 15:34:23 +02:00
ci: add build and unit test pipeline
TapTap pushed to actions at TapTap/FastSync 2026-07-18 15:31:43 +02:00
ed7f8ee56e ci: add g++ and libc6-dev, use v4 image (verified locally)
TapTap pushed to actions at TapTap/FastSync 2026-07-18 15:27:38 +02:00
8c7ebbfe32 ci: add make to Docker image, use v3 tag
TapTap pushed to actions at TapTap/FastSync 2026-07-18 15:20:59 +02:00
cc09bedc07 ci: use v2 image tag to bypass runner cache
TapTap pushed to actions at TapTap/FastSync 2026-07-18 15:19:43 +02:00
5fe40a5242 ci: add node.js to Docker image for checkout action
TapTap pushed to actions at TapTap/FastSync 2026-07-18 15:15:42 +02:00
9130ee4b03 ci: use custom Docker image with build tools pre-installed
TapTap pushed to actions at TapTap/FastSync 2026-07-18 14:45:04 +02:00
36da0d6adb ci: restore apt-get update for package resolution
TapTap pushed to actions at TapTap/FastSync 2026-07-18 14:43:03 +02:00
e7087d518b ci: skip apt-get update for faster installs