Skip to content

Commit 4c0c5a6

Browse files
committed
Move testing.md to docs/dev
Signed-off-by: apostasie <[email protected]>
1 parent 51258bd commit 4c0c5a6

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/test-canary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,5 +112,5 @@ jobs:
112112
ctrdVersion: ${{ env.CONTAINERD_VERSION }}
113113
run: powershell hack/configure-windows-ci.ps1
114114
- name: "Run integration tests"
115-
# See https://github.com/containerd/nerdctl/blob/main/docs/testing.md#about-parallelization
115+
# See https://github.com/containerd/nerdctl/blob/main/docs/dev/testing.md#about-parallelization
116116
run: go test -p 1 -v ./cmd/nerdctl/...

.github/workflows/test-kube.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
fetch-depth: 1
2424
- name: "Run Kubernetes integration tests"
25-
# See https://github.com/containerd/nerdctl/blob/main/docs/testing.md#about-parallelization
25+
# See https://github.com/containerd/nerdctl/blob/main/docs/dev/testing.md#about-parallelization
2626
run: |
2727
./hack/build-integration-kubernetes.sh
2828
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 -p 1 ./cmd/nerdctl/... -test.only-kubernetes'

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -290,15 +290,15 @@ jobs:
290290
timeout_minutes: 30
291291
max_attempts: 2
292292
retry_on: error
293-
# See https://github.com/containerd/nerdctl/blob/main/docs/testing.md#about-parallelization
293+
# See https://github.com/containerd/nerdctl/blob/main/docs/dev/testing.md#about-parallelization
294294
command: go test -p 1 -timeout 20m -v -exec sudo ./cmd/nerdctl/... -args -test.target=docker -test.allow-kill-daemon
295295
- name: "Ensure that the IPv6 integration test suite is compatible with Docker"
296296
uses: nick-fields/retry@v3
297297
with:
298298
timeout_minutes: 30
299299
max_attempts: 2
300300
retry_on: error
301-
# See https://github.com/containerd/nerdctl/blob/main/docs/testing.md#about-parallelization
301+
# See https://github.com/containerd/nerdctl/blob/main/docs/dev/testing.md#about-parallelization
302302
command: go test -p 1 -timeout 20m -v -exec sudo ./cmd/nerdctl/... -args -test.target=docker -test.allow-kill-daemon -test.only-ipv6
303303

304304
test-integration-windows:
@@ -332,7 +332,7 @@ jobs:
332332
run: powershell hack/configure-windows-ci.ps1
333333
# TODO: Run unit tests
334334
- name: "Run integration tests"
335-
# See https://github.com/containerd/nerdctl/blob/main/docs/testing.md#about-parallelization
335+
# See https://github.com/containerd/nerdctl/blob/main/docs/dev/testing.md#about-parallelization
336336
run: go test -p 1 -v ./cmd/nerdctl/...
337337

338338
test-integration-freebsd:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ Using `go install github.com/containerd/nerdctl/v2/cmd/nerdctl` is possible, but
253253

254254
### Testing
255255

256-
See [testing nerdctl](docs/testing.md).
256+
See [testing nerdctl](docs/dev/testing.md).
257257

258258
### Contributing to nerdctl
259259

File renamed without changes.

0 commit comments

Comments
 (0)