Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
kycheng committed Apr 8, 2024
1 parent 9483692 commit 5018b3d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .build/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ spec:
value:
- $(tasks.build-buildkit-image.results.ociContainerImageBuild-url)
- name: test-image
runAfter:
- build-buildkit-image
# runAfter:
# - build-buildkit-image
timeout: "1h"
workspaces:
- name: source
Expand All @@ -99,7 +99,7 @@ spec:
- name: dind-certs
emptyDir: {}
sidecars:
- image: registry.alauda.cn:60080/3rdparty/kubeflow/docker:20.10-dind
- image: docker-mirrors.alauda.cn/library/docker:20.10-dind
name: docker-daemon
args:
- --storage-driver=overlay2
Expand Down Expand Up @@ -157,7 +157,7 @@ spec:
cd e2e
source ./tools.sh
perpare
docker run --rm --net=host -v $(pwd):workspace -v ~/.docker/config.json:/root/.docker/config.json --privileged --entrypoint /workspace/test.sh $(params.tools-image)
docker run --rm --net=host -v $(pwd):workspace -v ~/.docker/config.json:/root/.docker/config.json --privileged --entrypoint /workspace/test.sh build-harbor.alauda.cn/devops/buildkit:v0.13.1-alpine-3c2de0bd
workspaces:
- name: source
workspace: source
Expand Down

0 comments on commit 5018b3d

Please sign in to comment.