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: with:
go-version: ${{ matrix.go-version }} 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 - uses: actions/checkout@v3
with:
path: src/github.com/containerd/containerd
- name: Make - name: Make
run: | run: |
make build make build
make binaries make binaries
working-directory: src/github.com/containerd/containerd
# #
# Integration and CRI tests # Integration and CRI tests
@ -410,11 +401,9 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
runtime: runtime:
[ - io.containerd.runtime.v1.linux
io.containerd.runtime.v1.linux, - io.containerd.runc.v1
io.containerd.runc.v1, - io.containerd.runc.v2
io.containerd.runc.v2,
]
runc: [runc, crun] runc: [runc, crun]
enable_cri_sandboxes: ["", "sandboxed"] enable_cri_sandboxes: ["", "sandboxed"]
exclude: exclude:

View File

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