Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tango
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira issues
Open 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
Package registry
Container 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
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
LOFAR2.0
tango
Commits
bf9382ed
Commit
bf9382ed
authored
2 years ago
by
Corné Lukken
Browse files
Options
Downloads
Plain Diff
Merge branch '
L2SS-788
' into 'master'
L2SS-788
: Ensure integration test uses lofar-device as base Closes
L2SS-788
See merge request
!333
parents
212b350e
178f4368
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!333
L2SS-788: Ensure integration test uses lofar-device as base
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docker-compose/integration-test.yml
+2
-1
2 additions, 1 deletion
docker-compose/integration-test.yml
tangostationcontrol/setup.cfg
+3
-1
3 additions, 1 deletion
tangostationcontrol/setup.cfg
with
5 additions
and
2 deletions
docker-compose/integration-test.yml
+
2
−
1
View file @
bf9382ed
...
...
@@ -9,7 +9,8 @@ version: '2'
services
:
integration-test
:
build
:
context
:
itango
context
:
..
dockerfile
:
docker-compose/lofar-device-base/Dockerfile
args
:
SOURCE_IMAGE
:
${LOCAL_DOCKER_REGISTRY_HOST}/${LOCAL_DOCKER_REGISTRY_USER}/tango-itango:${TANGO_ITANGO_VERSION}
container_name
:
${CONTAINER_NAME_PREFIX}integration-test
...
...
This diff is collapsed.
Click to expand it.
tangostationcontrol/setup.cfg
+
3
−
1
View file @
bf9382ed
...
...
@@ -26,7 +26,9 @@ classifier =
package_dir
=
=.
packages
=
find:
python_requires
=
>=3.7
python_requires
=
> 3.7
install_requires
=
GitPython>=3.1.20
[options.packages.find]
where
=
.
...
...
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