Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
hpc-factory
Manage
Activity
Members
Labels
Plan
Issues
76
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
!101
The source project of this merge request has been removed.
Refactor CI/CD pipeline to include workflow rules and retain only deploy jobs
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Refactor CI/CD pipeline to include workflow rules and retain only deploy jobs
krish94/packer-openstack-hpc-image:feat-deploy-proxies
into
feat-staging
Overview
0
Commits
21
Pipelines
19
Changes
1
Merged
Krish Moodbidri
requested to merge
krish94/packer-openstack-hpc-image:feat-deploy-proxies
into
feat-staging
8 months ago
Overview
0
Commits
21
Pipelines
19
Changes
1
Expand
Removed all jobs except for deploy_ood_proxy_node and deploy_ssh_proxy_node
Added workflow rules to trigger pipeline based on source (web, schedule, manual)
Updated scripts and environment variables for the remaining jobs
👍
0
👎
0
Merge request reports
Viewing commit
d7f6778d
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
d7f6778d
refactor: set default instance flavor
· d7f6778d
Bo-Chun Chen
authored
8 months ago
.gitlab-ci.yml
+
1
−
1
Options
@@ -17,7 +17,7 @@ variables:
GIT_AUTHOR_NAME
:
"
Gitlab
runner"
GIT_AUTHOR_EMAIL
:
"
gitlab@runner"
DEV_KEY
:
"
ecdsa-sha2-nistp256
AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBXBfBmQDq1HK8U0zK6gDF0jyfWChuFYEPiRp1Wgl0XFJU7JoUngqkE/GAic8kCzKW0hPMiweSjmWdKlAapv/dk=
krishmoodbidri@krishs-MacBook-Pro-3.local"
INSTANCE_FLAVOR
:
${INSTANCE_FLAVOR}
INSTANCE_FLAVOR
:
"
m1.medium-ruffner"
stages
:
-
deploy
Loading