Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
workspaces
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package 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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ssa
workspaces
Commits
6b5396b5
Commit
6b5396b5
authored
1 year ago
by
Brittany Faciane
Browse files
Options
Downloads
Patches
Plain Diff
No Story: Revert package registry back to marconi.
parent
4835d913
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!1452
Merge 2.8.2 to main
,
!1339
No Story: Revert package registry back to marconi.
Pipeline
#9742
failed
1 year ago
Stage: pull-db
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+2
-3
2 additions, 3 deletions
.gitlab-ci.yml
ci/cleanup.template.yml
+2
-2
2 additions, 2 deletions
ci/cleanup.template.yml
ci/push.template.yml
+2
-2
2 additions, 2 deletions
ci/push.template.yml
with
6 additions
and
7 deletions
.gitlab-ci.yml
+
2
−
3
View file @
6b5396b5
...
@@ -23,7 +23,6 @@ variables:
...
@@ -23,7 +23,6 @@ variables:
POSTGRES_DB
:
archive
POSTGRES_DB
:
archive
POSTGRES_USER
:
"
archive"
POSTGRES_USER
:
"
archive"
POSTGRES_PASSWORD
:
"
docker"
POSTGRES_PASSWORD
:
"
docker"
BASE_REGISTRY_URL
:
"
brooks.aoc.nrao.edu:5000/ssa-docker/workspaces"
image
:
docker:19.03.12
image
:
docker:19.03.12
...
@@ -49,8 +48,8 @@ pull db image:
...
@@ -49,8 +48,8 @@ pull db image:
interruptible
:
true
interruptible
:
true
stage
:
pull-db
stage
:
pull-db
script
:
script
:
-
echo "$
REGISTRY_URL
_PASS" | docker login -
-username "$REGISTRY_URL
_USER" --password-stdin $
BASE_
REGISTRY_URL
-
echo "$
HARBOR
_PASS
WORD
" | docker login -
u "$HARBOR
_USER" --password-stdin $REGISTRY_URL
-
docker pull ${
BASE_
REGISTRY_URL}/db:workspaces
-
docker pull ${REGISTRY_URL}/db:workspaces
###############################################
###############################################
# Build Pexes
# Build Pexes
...
...
This diff is collapsed.
Click to expand it.
ci/cleanup.template.yml
+
2
−
2
View file @
6b5396b5
# Cleanup Images Template
# Cleanup Images Template
.cleanup
:
.cleanup
:
script
:
script
:
-
NAME="${
BASE_
REGISTRY_URL}/${SERVICE_NAME}"
-
NAME="${REGISTRY_URL}/${SERVICE_NAME}"
-
|
-
|
printf "%s\n" "- Removing Images -" \
printf "%s\n" "- Removing Images -" \
"${NAME}:${IMAGE_TAG}"
"${NAME}:${IMAGE_TAG}"
-
docker image rm --force "${
BASE_
REGISTRY_URL}/${SERVICE_NAME}:${IMAGE_TAG}"
-
docker image rm --force "${REGISTRY_URL}/${SERVICE_NAME}:${IMAGE_TAG}"
rules
:
rules
:
-
if
:
'
$CI_COMMIT_BRANCH
==
$CI_DEFAULT_BRANCH
||
$CI_COMMIT_BRANCH
=~
/(^[0-9]\.[0-9]|^[0-9]\.[0-9]\.[0-9])-DEVELOPMENT/'
-
if
:
'
$CI_COMMIT_BRANCH
==
$CI_DEFAULT_BRANCH
||
$CI_COMMIT_BRANCH
=~
/(^[0-9]\.[0-9]|^[0-9]\.[0-9]\.[0-9])-DEVELOPMENT/'
variables
:
variables
:
...
...
This diff is collapsed.
Click to expand it.
ci/push.template.yml
+
2
−
2
View file @
6b5396b5
# Push Images Template
# Push Images Template
.push
:
.push
:
script
:
script
:
-
echo "$
REGISTRY_URL
_PASS" | docker login -
-username "$REGISTRY_URL
_USER" --password-stdin $
BASE_
REGISTRY_URL
-
echo "$
HARBOR
_PASS
WORD
" | docker login -
u "$HARBOR
_USER" --password-stdin $REGISTRY_URL
-
NAME="${
BASE_
REGISTRY_URL}/${SERVICE_NAME}"
-
NAME="${
$
REGISTRY_URL}/${SERVICE_NAME}"
-
docker push ${NAME}:${IMAGE_TAG}
-
docker push ${NAME}:${IMAGE_TAG}
rules
:
rules
:
-
if
:
'
$CI_COMMIT_BRANCH
==
$CI_DEFAULT_BRANCH
||
$CI_COMMIT_BRANCH
=~
/(^[0-9]\.[0-9]|^[0-9]\.[0-9]\.[0-9])-DEVELOPMENT/'
-
if
:
'
$CI_COMMIT_BRANCH
==
$CI_DEFAULT_BRANCH
||
$CI_COMMIT_BRANCH
=~
/(^[0-9]\.[0-9]|^[0-9]\.[0-9]\.[0-9])-DEVELOPMENT/'
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment