Closed racinmat closed 7 months ago
No response
I got this:
❌ pipeline with name wanna-hmic-cc not found in your wanna-ml yaml config. Process exited with code 0
when wanna build was used with non-existing pipeline, it should exit with non-0.
private repo in https://git.int.avast.com/mlops/wanna-hmic-cc/blob/d2ce2565234c03de6aef9ef04ace62975e7bbd68/wanna.yaml
set -e export BUILD_NUMBER="%build.number%" export DOCKER_BUILDKIT=1 echo "Executing push task:" echo "pip install -U poetry poetry run pip install --upgrade pip wheel setuptools cmake poetry install alias wanna="poetry run wanna" export WANNA_ENV_PIPELINE_PARAMS=pipeline/params.prod.yaml export WANNA_PIPELINE_NETWORK=projects/469869537719/global/networks/vpc-network wanna pipeline push --name wanna-hmic-cc-gvma --version ${WANNA_PUSH_VERSION} --mode containers pip install -U poetry poetry run pip install --upgrade pip wheel setuptools cmake poetry install alias wanna="poetry run wanna" export WANNA_ENV_PIPELINE_PARAMS=pipeline/params.prod.yaml export WANNA_PIPELINE_NETWORK=projects/469869537719/global/networks/vpc-network wanna pipeline push --name wanna-hmic-cc-fileinfo-v4 --version ${WANNA_PUSH_VERSION} --mode containers" pip install -U poetry poetry run pip install --upgrade pip wheel setuptools cmake poetry install alias wanna="poetry run wanna" export WANNA_ENV_PIPELINE_PARAMS=pipeline/params.prod.yaml export WANNA_PIPELINE_NETWORK=projects/469869537719/global/networks/vpc-network wanna pipeline push --name wanna-hmic-cc-gvma --version ${WANNA_PUSH_VERSION} --mode containers pip install -U poetry poetry run pip install --upgrade pip wheel setuptools cmake poetry install alias wanna="poetry run wanna" export WANNA_ENV_PIPELINE_PARAMS=pipeline/params.prod.yaml export WANNA_PIPELINE_NETWORK=projects/469869537719/global/networks/vpc-network wanna pipeline push --name wanna-hmic-cc-fileinfo-v4 --version ${WANNA_PUSH_VERSION} --mode containers
Fixed in 0.3.1
Contact Details
No response
What happened?
I got this:
when wanna build was used with non-existing pipeline, it should exit with non-0.
wanna.yaml file
wanna-ml CLI command
Relevant log output
No response