Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Rafael Monnerat
slapos
Commits
32503ac6
Commit
32503ac6
authored
Mar 06, 2023
by
Boxiang Sun
Browse files
Options
Browse Files
Download
Plain Diff
gitlab: Using default software type in its test
See merge request
nexedi/slapos!1372
parents
6aa77086
42235733
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
3 deletions
+2
-3
software/gitlab/buildout.hash.cfg
software/gitlab/buildout.hash.cfg
+1
-1
software/gitlab/instance.cfg.in
software/gitlab/instance.cfg.in
+0
-1
software/gitlab/test/test.py
software/gitlab/test/test.py
+1
-1
No files found.
software/gitlab/buildout.hash.cfg
View file @
32503ac6
...
...
@@ -14,7 +14,7 @@
# not need these here).
[instance.cfg]
filename = instance.cfg.in
md5sum =
8fabec3053c6453a0a4078ba89592da7
md5sum =
7fa9436be9a31bf4ee172951df2d9df4
[watcher]
_update_hash_filename_ = watcher.in
...
...
software/gitlab/instance.cfg.in
View file @
32503ac6
...
...
@@ -15,7 +15,6 @@ offline = true
recipe = slapos.cookbook:switch-softwaretype
gitlab = instance-gitlab.cfg:output
gitlab-export = instance-gitlab-export.cfg:output
gitlab-test = instance-gitlab-test.cfg:output
RootSoftwareInstance = $${:gitlab}
# TODO -import, -pull-backup
...
...
software/gitlab/test/test.py
View file @
32503ac6
...
...
@@ -44,7 +44,7 @@ class TestGitlab(SlapOSInstanceTestCase):
@
classmethod
def
getInstanceSoftwareType
(
cls
):
return
'gitlab
-test
'
return
'gitlab'
def
setUp
(
self
):
self
.
backend_url
=
self
.
computer_partition
.
getConnectionParameterDict
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment