Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Pulsar
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
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
Code review analytics
Issue 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
NDIP
Pulsar
Merge requests
!49
Update Galaxy version
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update Galaxy version
dev
into
main
Overview
0
Commits
2
Pipelines
1
Changes
1
Merged
Yakubov, Sergey
requested to merge
dev
into
main
6 months ago
Overview
0
Commits
2
Pipelines
1
Changes
1
Expand
Summary of Changes
Checklist
The MR has a clear and concise title
Code is self-documented and follows
style guidelines
.
Automated tests are written and pass successfully.
Regression tests (e.g. manually triggered system tests, manual GUI/tool tests, ...) are performed to make sure the MR does not break anything (when applicable)
Readme file is present and up-to-date.
Documentation Updates
Additional Notes
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
6a92b5ed
2 commits,
6 months ago
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
2
−
2
Options
@@ -6,8 +6,8 @@ stages:
variables
:
GIT_STRATEGY
:
clone
CONTAINER_PULSAR_URL
:
${CI_REGISTRY_IMAGE}
GALAXY_VERSION_DOCKER
:
24.1.dev
1
.ornl
GALAXY_VERSION_PYTHON
:
24.1.dev
1
+ornl
GALAXY_VERSION_DOCKER
:
24.1.dev
3
.ornl
GALAXY_VERSION_PYTHON
:
24.1.dev
3
+ornl
RUCIO_PROTOCOLS
:
0.4.0
PULSAR_VERSION_PYTHON
:
0.15.6.dev3+ornl
# Container tag depends on pulsar version but also on Galaxy and Rucio protocols, and Dockerfile itself (and + sign is not allowed in docker tags)
Loading