forked from containerd/nerdctl
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request containerd#3338 from apostasie/f-dev-kube-ci-after…
…math Kubernetes minor cleanup (rename and -f on delete)
- Loading branch information
Showing
4 changed files
with
33 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# This pipeline purpose is solely meant to run a subset of our test suites against a kube cluster | ||
name: kube | ||
# This pipeline purpose is solely meant to run a subset of our test suites against a kubernetes cluster | ||
name: kubernetes | ||
|
||
on: | ||
push: | ||
|
@@ -21,7 +21,7 @@ jobs: | |
- uses: actions/[email protected] | ||
with: | ||
fetch-depth: 1 | ||
- name: "Run Kube integration tests" | ||
- name: "Run Kubernetes integration tests" | ||
run: | | ||
./hack/build-integration-kube.sh | ||
sudo ./_output/nerdctl exec nerdctl-test-control-plane bash -c -- 'export TMPDIR="$HOME"/tmp; mkdir -p "$TMPDIR"; cd /nerdctl-source; /usr/local/go/bin/go test ./cmd/nerdctl/ -test.only-kube' | ||
./hack/build-integration-kubernetes.sh | ||
sudo ./_output/nerdctl exec nerdctl-test-control-plane bash -c -- 'export TMPDIR="$HOME"/tmp; mkdir -p "$TMPDIR"; cd /nerdctl-source; /usr/local/go/bin/go test ./cmd/nerdctl/ -test.only-kubernetes' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters