Skip to content

Commit

Permalink
Remove Travis CI
Browse files Browse the repository at this point in the history
Also ask codecov not to comment in PRs similar to our setting in other
repos.

Signed-off-by: Phil Estes <estesp@amazon.com>
  • Loading branch information
estesp committed Mar 1, 2021
1 parent cedce0a commit a9682e4
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 34 deletions.
30 changes: 23 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,24 @@ jobs:
timeout-minutes: 5

steps:
- uses: actions/checkout@v2
with:
path: src/github.com/containerd/zfs
fetch-depth: 25
- uses: actions/setup-go@v2
with:
go-version: 1.16

- uses: containerd/project-checks@v1
with:
working-directory: src/github.com/containerd/zfs
- name: Set env
shell: bash
run: |
echo "GOPATH=${{ github.workspace }}" >> $GITHUB_ENV
echo "${{ github.workspace }}/bin" >> $GITHUB_PATH
- uses: actions/checkout@v2
with:
path: src/github.com/containerd/zfs
fetch-depth: 25

- uses: containerd/project-checks@v1
with:
working-directory: src/github.com/containerd/zfs

linters:
name: Linters
Expand Down Expand Up @@ -63,6 +73,12 @@ jobs:
with:
go-version: 1.16

- name: Set env
shell: bash
run: |
echo "GOPATH=${{ github.workspace }}" >> $GITHUB_ENV
echo "${{ github.workspace }}/bin" >> $GITHUB_PATH
- run: |
sudo apt-get install -y zfsutils-linux && sudo modprobe zfs
go test -race -covermode=atomic -c .
Expand Down
26 changes: 0 additions & 26 deletions .travis.yml

This file was deleted.

1 change: 1 addition & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
comment: false
1 change: 0 additions & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ github.com/containerd/typeurl
## explicit
github.com/docker/go-events
# github.com/gogo/protobuf v1.3.1
## explicit
github.com/gogo/protobuf/gogoproto
github.com/gogo/protobuf/proto
github.com/gogo/protobuf/protoc-gen-gogo/descriptor
Expand Down

0 comments on commit a9682e4

Please sign in to comment.