delete outdated bigdl kms (#8115)
This commit is contained in:
parent
981bded4b3
commit
f30215a77e
1 changed files with 0 additions and 26 deletions
26
.github/workflows/manually_build.yml
vendored
26
.github/workflows/manually_build.yml
vendored
|
|
@ -28,7 +28,6 @@ on:
|
||||||
- bigdl-ppml-trusted-python-toolkit-base
|
- bigdl-ppml-trusted-python-toolkit-base
|
||||||
- bigdl-ppml-trusted-python-toolkit-ref
|
- bigdl-ppml-trusted-python-toolkit-ref
|
||||||
- bigdl-ppml-trusted-bigdata-gramine
|
- bigdl-ppml-trusted-bigdata-gramine
|
||||||
- bigdl-kms
|
|
||||||
- bigdl-kms-base
|
- bigdl-kms-base
|
||||||
- bigdl-kms-reference
|
- bigdl-kms-reference
|
||||||
tag:
|
tag:
|
||||||
|
|
@ -708,31 +707,6 @@ jobs:
|
||||||
docker push 10.239.45.10/arda/${IMAGE}:${TAG}
|
docker push 10.239.45.10/arda/${IMAGE}:${TAG}
|
||||||
docker rmi -f ${IMAGE}:${TAG} 10.239.45.10/arda/${IMAGE}:${TAG}
|
docker rmi -f ${IMAGE}:${TAG} 10.239.45.10/arda/${IMAGE}:${TAG}
|
||||||
|
|
||||||
bigdl-kms:
|
|
||||||
if: ${{ github.event.inputs.artifact == 'bigdl-kms' || github.event.inputs.artifact == 'all' }}
|
|
||||||
runs-on: [self-hosted, Shire]
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v3
|
|
||||||
- name: docker deploy bigdl-kms
|
|
||||||
run: |
|
|
||||||
export IMAGE=intelanalytics/bigdl-kms
|
|
||||||
cd ppml/services/bigdl-kms/docker
|
|
||||||
echo "########################################"
|
|
||||||
echo "############## bigdl-kms ###############"
|
|
||||||
echo "########################################"
|
|
||||||
docker build \
|
|
||||||
--no-cache=true \
|
|
||||||
--build-arg http_proxy=${HTTP_PROXY} \
|
|
||||||
--build-arg https_proxy=${HTTPS_PROXY} \
|
|
||||||
--build-arg JDK_URL=${JDK_URL} \
|
|
||||||
--build-arg no_proxy=${NO_PROXY} \
|
|
||||||
-t $IMAGE:$TAG -f ./Dockerfile .
|
|
||||||
docker push ${IMAGE}:${TAG}
|
|
||||||
docker tag ${IMAGE}:${TAG} 10.239.45.10/arda/${IMAGE}:${TAG}
|
|
||||||
docker push 10.239.45.10/arda/${IMAGE}:${TAG}
|
|
||||||
docker rmi -f ${IMAGE}:${TAG} 10.239.45.10/arda/${IMAGE}:${TAG}
|
|
||||||
|
|
||||||
bigdl-ppml-pccs:
|
bigdl-ppml-pccs:
|
||||||
if: ${{ github.event.inputs.artifact == 'bigdl-ppml-pccs' || github.event.inputs.artifact == 'all' }}
|
if: ${{ github.event.inputs.artifact == 'bigdl-ppml-pccs' || github.event.inputs.artifact == 'all' }}
|
||||||
runs-on: [self-hosted, Shire]
|
runs-on: [self-hosted, Shire]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue