Clean CI file

Signed-off-by: Maksym Pavlenko <pavlenko.maksym@gmail.com>
This commit is contained in:
Maksym Pavlenko 2023-02-08 17:34:55 -08:00
parent 26509fa765
commit aed3b0a70b

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: