Skip to content
Snippets Groups Projects
Commit 9727aa22 authored by Bo-Chun Chen's avatar Bo-Chun Chen
Browse files

feat: enable individual build with BUILD_TARGET

parent 438f100e
No related branches found
No related tags found
2 merge requests!119Feat individual build,!117This MR merges the feat-hpc-factory branch, which was focused on building and deploying proxy images for the COD cluster.
...@@ -118,7 +118,7 @@ build_http_proxy_image: ...@@ -118,7 +118,7 @@ build_http_proxy_image:
PROXY_ENABLE_VAR: "enable_ood_proxy" PROXY_ENABLE_VAR: "enable_ood_proxy"
<<: *build_proxy_image_template <<: *build_proxy_image_template
rules: rules:
- if: $PIPELINE_TARGET == "build" && $BUILD_TARGET - if: $PIPELINE_TARGET == "build" && $BUILD_TARGET == "http-proxy"
when: always when: always
build_ssh_proxy_image: build_ssh_proxy_image:
...@@ -132,7 +132,7 @@ build_ssh_proxy_image: ...@@ -132,7 +132,7 @@ build_ssh_proxy_image:
PROXY_ENABLE_VAR: "enable_sshpiper" PROXY_ENABLE_VAR: "enable_sshpiper"
<<: *build_proxy_image_template <<: *build_proxy_image_template
rules: rules:
- if: $PIPELINE_TARGET == "build" && $BUILD_TARGET - if: $PIPELINE_TARGET == "build" && $BUILD_TARGET == "ssh-proxy"
when: always when: always
deploy_http_proxy_node: deploy_http_proxy_node:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment