diff options
author | Franck Cuny <franck@fcuny.net> | 2022-06-11 13:58:40 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-06-11 13:59:07 -0700 |
commit | 5d93014fa8d0a6ec0f1e887270c13a71e269fea3 (patch) | |
tree | 432ac6b8794de801caddf55914b69e3b2d02dd03 | |
parent | publish firecracker metrics in a FIFO (diff) | |
download | world-5d93014fa8d0a6ec0f1e887270c13a71e269fea3.tar.gz |
repo(containerd-to-vm): remove unneeded files
Change-Id: I4d229d0f4a9142e3bd427a8e63733426f5ca5bd9 Reviewed-on: https://cl.fcuny.net/c/world/+/412 Tested-by: CI Reviewed-by: Franck Cuny <franck@fcuny.net>
Diffstat (limited to '')
-rw-r--r-- | users/fcuny/exp/containerd-to-vm/.github/workflows/go.yml | 35 | ||||
-rw-r--r-- | users/fcuny/exp/containerd-to-vm/.gitignore | 5 |
2 files changed, 0 insertions, 40 deletions
diff --git a/users/fcuny/exp/containerd-to-vm/.github/workflows/go.yml b/users/fcuny/exp/containerd-to-vm/.github/workflows/go.yml deleted file mode 100644 index e13f8da..0000000 --- a/users/fcuny/exp/containerd-to-vm/.github/workflows/go.yml +++ /dev/null @@ -1,35 +0,0 @@ -name: go - -on: - push: - branches: - - main - pull_request: - branches: - - main - -jobs: - build: - name: Build - runs-on: ubuntu-latest - steps: - - name: Set up Go 1.x - uses: actions/setup-go@v2 - with: - go-version: ^1.16 - id: go - - - name: Check out code into the Go module directory - uses: actions/checkout@v2 - - - name: Go fmt - run: go fmt ./... - - - name: Go vet - run: go vet ./... - - - name: Test - run: go test -race -v ./... - - - name: Build - run: go build -v ./cmd/... diff --git a/users/fcuny/exp/containerd-to-vm/.gitignore b/users/fcuny/exp/containerd-to-vm/.gitignore deleted file mode 100644 index aaebe20..0000000 --- a/users/fcuny/exp/containerd-to-vm/.gitignore +++ /dev/null @@ -1,5 +0,0 @@ -/cmd/c2vm/c2vm -/c2vm -/hack/firecracker.tgz -/hack/firecracker/ -/hack/linux/ |