Skip to content

Commit

Permalink
Fix devel image release step
Browse files Browse the repository at this point in the history
Signed-off-by: Evan Lezar <elezar@nvidia.com>
  • Loading branch information
elezar committed Jul 14, 2021
1 parent d4943ec commit c76ab83
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 1 addition & 5 deletions .common-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ default:
command: ["--experimental"]

variables:
# DH_PROD_IMAGE: nvidia/gpu-operator
# DH_PROD_VALIDATOR_IMAGE: nvidia/gpu-operator-validator
VALIDATOR_IMAGE_NAME: gpu-operator-validator
TF_VAR_FILE: "$CI_PROJECT_DIR/tests/terraform.tfvars"
TF_VAR_project_name: "gpu-operator"
GIT_SUBMODULE_STRATEGY: recursive
Expand Down Expand Up @@ -217,8 +214,7 @@ deploy:sha-ci-gpu-operator-validator:
VERSION: "${CI_COMMIT_TAG}"
- if: $CI_COMMIT_BRANCH == $RELEASE_DEVEL_BRANCH
variables:
VERSION: "devel"
DOCKER: "echo"
VERSION: "${RELEASE_DEVEL_TAG}"

release:staging-gpu-operator:
extends:
Expand Down
4 changes: 4 additions & 0 deletions .nvidia-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ release:ngc-gpu-operator-validator:
extends:
- .release:ngc
- .target-gpu-operator-validator
variables:
OUT_IMAGE: "${NGC_PROD_VALIDATOR_IMAGE}"
dependencies:
- deploy:sha-ci-gpu-operator-validator
- scan:gpu-operator-validator
Expand All @@ -96,6 +98,8 @@ release:dockerhub-gpu-operator-validator:
extends:
- .release:dockerhub
- .target-gpu-operator-validator
variables:
OUT_IMAGE: "${REGISTRY_IMAGE}-validator"
dependencies:
- deploy:sha-ci-gpu-operator-validator
- scan:gpu-operator-validator

0 comments on commit c76ab83

Please sign in to comment.