Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
hpc-factory
Manage
Activity
Members
Labels
Plan
Issues
74
Issue boards
Milestones
Wiki
Code
Merge requests
13
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
rc
hpc-factory
Merge requests
!93
The source project of this merge request has been removed.
Add manual OOD proxy deployment job
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Add manual OOD proxy deployment job
krish94/packer-openstack-hpc-image:feat-ood-proxy
into
main
Overview
0
Commits
1
Pipelines
1
Changes
1
Closed
Krish Moodbidri
requested to merge
krish94/packer-openstack-hpc-image:feat-ood-proxy
into
main
9 months ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
Create new deploy_ood_proxy job in deploy stage
Launch placeholder GPU instance as OOD proxy
Output proxy IP address for reference
Set to run manually on scheduled pipelines
👍
0
👎
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
cdacd99d
1 commit,
9 months ago
1 file
+
17
−
0
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
17
−
0
Options
@@ -372,6 +372,23 @@ test_ood_image_mr:
@@ -372,6 +372,23 @@ test_ood_image_mr:
rules
:
rules
:
-
if
:
$CI_MERGE_REQUEST_ID
-
if
:
$CI_MERGE_REQUEST_ID
deploy_ood_proxy
:
stage
:
deploy
script
:
-
echo "Deploy OOD proxy"
-
|
openstack server create --image $GPU_PLACEHOLDER_IMAGE --network cicd-net --flavor $GPU_PLACEHOLDER_FLAVOR $GPU_PLACEHOLDER_NAME
export PROXY_IP=$(openstack server show $GPU_PLACEHOLDER_NAME -f value -c addresses | cut -d'=' -f2)
echo "OOD Proxy started with IP: $PROXY_IP"
environment
:
name
:
knightly
tags
:
-
build
when
:
manual
rules
:
-
if
:
$CI_PIPELINE_SOURCE == "schedule"
when
:
always
deploy_review
:
deploy_review
:
stage
:
deploy
stage
:
deploy
script
:
script
:
Loading