Merge pull request #8071 from mxpv/cleanup

Clean CI yaml
This commit is contained in:
Akihiro Suda 2023-02-10 11:34:18 +09:00 committed by GitHub
commit a6f3cbe0ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 15 deletions

View File

@ -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
@ -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:

View File

@ -10,7 +10,7 @@ on:
- main
- "release/**"
name: Containerd Release
name: Release
env:
GO_VERSION: "1.19.5"