Skip to content

Commit

Permalink
Merge pull request containerd#8071 from mxpv/cleanup
Browse files Browse the repository at this point in the history
Clean CI yaml
  • Loading branch information
AkihiroSuda authored Feb 10, 2023
2 parents 26509fa + 6adb6a7 commit a6f3cbe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 15 deletions.
17 changes: 3 additions & 14 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -224,21 +224,12 @@ jobs:
with:
go-version: ${{ matrix.go-version }}

- name: Set env
shell: bash
run: |
echo "GOPATH=${{ github.workspace }}" >> $GITHUB_ENV
echo "${{ github.workspace }}/bin" >> $GITHUB_PATH
- uses: actions/checkout@v3
with:
path: src/github.com/containerd/containerd

- name: Make
run: |
make build
make binaries
working-directory: src/github.com/containerd/containerd
#
# Integration and CRI tests
Expand Down Expand Up @@ -410,11 +401,9 @@ jobs:
fail-fast: false
matrix:
runtime:
[
io.containerd.runtime.v1.linux,
io.containerd.runc.v1,
io.containerd.runc.v2,
]
- io.containerd.runtime.v1.linux
- io.containerd.runc.v1
- io.containerd.runc.v2
runc: [runc, crun]
enable_cri_sandboxes: ["", "sandboxed"]
exclude:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- main
- "release/**"

name: Containerd Release
name: Release

env:
GO_VERSION: "1.19.5"
Expand Down

0 comments on commit a6f3cbe

Please sign in to comment.