镜像自地址
https://github.com/tuna/tunasync.git
已同步 2025-12-06 06:26:46 +00:00
feature(worker): use cgroup track job process, so that they can be all-killed
这个提交包含在:
@@ -3,12 +3,16 @@ go:
|
||||
- 1.6
|
||||
|
||||
before_install:
|
||||
- go get golang.org/x/tools/cmd/cover
|
||||
- go get -v github.com/mattn/goveralls
|
||||
- sudo apt-get install cgroup-bin
|
||||
- go get golang.org/x/tools/cmd/cover
|
||||
- go get -v github.com/mattn/goveralls
|
||||
|
||||
os:
|
||||
- linux
|
||||
|
||||
before_script:
|
||||
- sudo cgcreate -t travis -a travis -g cpu:tunasync
|
||||
|
||||
script:
|
||||
- ./.testandcover.bash
|
||||
|
||||
|
||||
在新工单中引用
屏蔽一个用户