Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LOFAR
Manage
Activity
Members
Labels
Plan
Issues
Wiki
Jira issues
Open Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Insights
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
RadioObservatory
LOFAR
Commits
9f616a3a
Commit
9f616a3a
authored
1 year ago
by
Jorrit Schaap
Browse files
Options
Downloads
Patches
Plain Diff
lcs128: removed more obsolete MAC leftovers
parent
f4919d3f
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+0
-24
0 additions, 24 deletions
.gitlab-ci.yml
with
0 additions
and
24 deletions
.gitlab-ci.yml
+
0
−
24
View file @
9f616a3a
...
...
@@ -172,29 +172,6 @@ prepare_ci_lta_docker_image:
-
docker push ${REGISTRY_PATH}/ci_lta:$CI_COMMIT_SHORT_SHA
interruptible
:
true
prepare_ci_mac_docker_image
:
stage
:
prepare
before_script
:
-
*prepare_ssh
-
*prepare_registry
-
apk add rsync
variables
:
LOFAR_TARGET
:
lcs155.control.lofar
environment
:
name
:
ci_mac
# DO NOT REMOVE ENVIRONMENT PROVIDES NECESSARY PROTECTION / KEYS
needs
:
-
prepare_ci_base_docker_image
script
:
-
rsync lofarsys@${LOFAR_TARGET}:/nas/software/WinCC_3.16/*.rpm ./
-
docker pull ${REGISTRY_PATH}/ci_mac:latest ||
true
-
docker pull ${REGISTRY_PATH}/ci_base:$CI_COMMIT_SHORT_SHA
-
docker tag ${REGISTRY_PATH}/ci_base:$CI_COMMIT_SHORT_SHA ci_base:$CI_COMMIT_SHORT_SHA
-
docker build --build-arg BASE_VERSION=$CI_COMMIT_SHORT_SHA -t ${REGISTRY_PATH}/ci_mac:$CI_COMMIT_SHORT_SHA -f Docker/lofar-ci/Dockerfile_ci_mac .
-
docker push ${REGISTRY_PATH}/ci_mac:$CI_COMMIT_SHORT_SHA
interruptible
:
true
allow_failure
:
true
when
:
manual
# we don't build/deploy mac for lofar1 anymore. So, allow_failure=true and when=manual. If and only if we do need to release an emergency fix, then we will make sure this build chain for mac works again
#
# BUILD STAGE
#
...
...
@@ -589,7 +566,6 @@ deploy-image-caches:
-
ci_lofar_pipeline
-
ci_lofar_pulp
-
ci_lofar_tbbwriter_control
-
ci_mac
-
ci_tmss
-
lofar-base
-
lta_ingest
...
...
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