Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Ğecko
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository 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
clients
Ğecko
Commits
dbdfd0c4
Commit
dbdfd0c4
authored
1 year ago
by
poka
Browse files
Options
Downloads
Patches
Plain Diff
fix: add --alice option to duniter test node
parent
0c562bb5
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#34317
waiting for manual action
Stage: format
Stage: build_and_test
Stage: package
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
integration_test/duniter/data/gecko_config.json
+2
-3
2 additions, 3 deletions
integration_test/duniter/data/gecko_config.json
integration_test/duniter/docker-compose.yml
+2
-1
2 additions, 1 deletion
integration_test/duniter/docker-compose.yml
with
4 additions
and
4 deletions
integration_test/duniter/data/gecko_config.json
+
2
−
3
View file @
dbdfd0c4
...
@@ -30,10 +30,9 @@
...
@@ -30,10 +30,9 @@
{
"name"
:
"test1"
},
{
"name"
:
"test1"
},
{
"name"
:
"test2"
},
{
"name"
:
"test2"
},
{
"name"
:
"test3"
},
{
"name"
:
"test3"
},
{
"name"
:
"test4"
},
{
"name"
:
"test4"
}
{
"name"
:
"Alice"
}
],
],
"sudo_key"
:
"5FeggKqw2AbnGZF9Y9WPM2QTgzENS3Hit94Ewgmzdg5a3LNa"
,
"sudo_key"
:
"5FeggKqw2AbnGZF9Y9WPM2QTgzENS3Hit94Ewgmzdg5a3LNa"
,
"treasury_funder_address"
:
"5FeggKqw2AbnGZF9Y9WPM2QTgzENS3Hit94Ewgmzdg5a3LNa"
,
"treasury_funder_address"
:
"5FeggKqw2AbnGZF9Y9WPM2QTgzENS3Hit94Ewgmzdg5a3LNa"
,
"technical_committee"
:
[
"test1"
,
"test2"
,
"test3"
,
"Alice"
]
"technical_committee"
:
[
"test1"
,
"test2"
,
"test3"
]
}
}
This diff is collapsed.
Click to expand it.
integration_test/duniter/docker-compose.yml
+
2
−
1
View file @
dbdfd0c4
...
@@ -5,7 +5,8 @@ services:
...
@@ -5,7 +5,8 @@ services:
container_name
:
duniter-v2s-gecko-tests
container_name
:
duniter-v2s-gecko-tests
# image: duniter/duniter-v2s:debug-sha-4d5e08be
# image: duniter/duniter-v2s:debug-sha-4d5e08be
image
:
duniter/duniter-v2s:debug-sha-44b09061
image
:
duniter/duniter-v2s:debug-sha-44b09061
# command: --sealing=manual
command
:
--alice
# --sealing=manual
ports
:
ports
:
-
"
127.0.0.1:9615:9615"
-
"
127.0.0.1:9615:9615"
-
"
127.0.0.1:9933:9933"
-
"
127.0.0.1:9933:9933"
...
...
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