mirror of
https://github.com/kubevirt/containerized-data-importer.git
synced 2025-06-03 06:30:22 +00:00
Run script in container (#351)
This commit is contained in:
parent
2a651c8725
commit
7fda05c33e
8
Makefile
8
Makefile
@ -107,9 +107,9 @@ cluster-sync-importer: cluster-sync
|
||||
cluster-sync-cloner: WHAT = cmd/cdi-cloner
|
||||
cluster-sync-cloner: cluster-sync
|
||||
|
||||
functest: .functest-image-host
|
||||
functest:
|
||||
./hack/build/functests.sh
|
||||
|
||||
.functest-image-host: WHAT=tools/cdi-func-test-file-host-init
|
||||
.functest-image-host: manifests build
|
||||
./hack/build/build-cdi-func-test-file-host.sh
|
||||
functest-image-host: WHAT=tools/cdi-func-test-file-host-init
|
||||
functest-image-host: manifests build
|
||||
${DO} ./hack/build/build-cdi-func-test-file-host.sh && ./hack/build/build-docker.sh "tools/cdi-func-test-file-host-init tools/cdi-func-test-file-host-http"
|
||||
|
@ -34,7 +34,3 @@ ${BUILD_DIR}/build-copy-artifacts.sh "${FILE_INIT_PATH}"
|
||||
OUT_PATH="${OUT_DIR}/tools"
|
||||
cp ${BUILD_DIR}/docker/${FILE_HOST}/* ${OUT_PATH}/${FILE_HOST}/
|
||||
cp "${CDI_DIR}/test/images/tinyCore.iso" "${OUT_PATH}/${FILE_INIT}/"
|
||||
|
||||
for target in "${FILE_HOST}" "${FILE_INIT}"; do
|
||||
${BUILD_DIR}/build-docker.sh build "tools/${target}"
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user