Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LINC
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue 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
ResearchAndDevelopment
LINC
Commits
ebaf0812
Commit
ebaf0812
authored
1 year ago
by
Marcel Loose
Browse files
Options
Downloads
Patches
Plain Diff
Unpin DP3 in Docker build
parent
a45eac37
No related branches found
No related tags found
1 merge request
!167
Unpin DP3 in Docker build
Pipeline
#56976
passed
1 year ago
Stage: versioning
Stage: build
Stage: tests
Stage: docs
Stage: deploy
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+0
-2
0 additions, 2 deletions
.gitlab-ci.yml
Docker/fetch_latest_commits.sh
+1
-3
1 addition, 3 deletions
Docker/fetch_latest_commits.sh
with
1 addition
and
5 deletions
.gitlab-ci.yml
+
0
−
2
View file @
ebaf0812
...
...
@@ -35,8 +35,6 @@ versioning:
# Unshallowing ensures that 'git describe' works
-
git fetch --unshallow
-
./Docker/fetch_latest_commits.sh | tee commits.txt > versions.env
# TODO: pinned version for DP3
-
echo DP3_COMMIT=123e194b135efd5fd471ff5817c7af6d1ae48bb8 >> versions.env
-
echo LINC_VERSION=$(git describe --tags --always) >> versions.env
# Use hash of commits to determine version of base image (and rebuild if necessary)
-
echo INTEGRATION_BASE_IMAGE=${CI_REGISTRY_IMAGE}/integration_base:$(sha256sum commits.txt | cut -d " " -f 1) >> versions.env
...
...
This diff is collapsed.
Click to expand it.
Docker/fetch_latest_commits.sh
+
1
−
3
View file @
ebaf0812
...
...
@@ -7,7 +7,5 @@ git ls-remote https://gitlab.com/aroffringa/aoflagger.git HEAD | awk '{ pri
git ls-remote https://github.com/nlesc-dirac/sagecal HEAD |
awk
'{ print "SAGECAL_COMMIT="$1 }'
git ls-remote https://github.com/lofar-astron/LOFARBeam.git HEAD |
awk
'{ print "LOFARBEAM_COMMIT="$1 }'
git ls-remote https://git.astron.nl/RD/EveryBeam.git HEAD |
awk
'{ print "EVERYBEAM_COMMIT="$1 }'
# Fixed version
#git ls-remote https://git.astron.nl/RD/DP3.git HEAD | awk '{ print "DP3_COMMIT="$1 }'
git ls-remote https://git.astron.nl/RD/DP3.git HEAD |
awk
'{ print "DP3_COMMIT="$1 }'
git ls-remote https://gitlab.com/aroffringa/wsclean.git HEAD |
awk
'{ print "WSCLEAN_COMMIT="$1 }'
git ls-remote https://git.astron.nl/RD/LSMTool.git HEAD |
awk
'{ print "LSMTOOL_COMMIT="$1 }'
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