Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#1357 from saschagrunert/skip-windows
Browse files Browse the repository at this point in the history
Don't skip windows tests
  • Loading branch information
k8s-ci-robot committed Feb 20, 2024
2 parents 7f1cb6f + 376d925 commit cb400b8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/containerd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,6 @@ jobs:
export PATH="/usr/local/bin:$PATH"
FOCUS="${FOCUS:-"Conformance"}"
SKIP="${SKIP:-""}"
REPORT_DIR="${REPORT_DIR:-"c/_artifacts"}"
mkdir -p "${REPORT_DIR}"
Expand All @@ -343,7 +342,7 @@ jobs:
ctr version
set +o errexit
critest --runtime-endpoint=npipe:////./pipe/containerd-containerd --ginkgo.focus="${FOCUS}" --ginkgo.skip="${SKIP}" --report-dir="${REPORT_DIR}" --report-prefix="windows"
critest --runtime-endpoint=npipe:////./pipe/containerd-containerd --ginkgo.focus="${FOCUS}" --report-dir="${REPORT_DIR}" --report-prefix="windows"
TEST_RC=$?
test $TEST_RC -ne 0 && cat ${REPORT_DIR}/containerd.log
set -o errexit
Expand Down

0 comments on commit cb400b8

Please sign in to comment.