Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
integration
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
elixxir
integration
Commits
170a1d34
Commit
170a1d34
authored
Jun 10, 2021
by
Sydney Anne Erickson
Browse files
Options
Downloads
Patches
Plain Diff
Fix randomGeoBinning flag
parent
70792bd2
No related branches found
No related tags found
1 merge request
!4
Release
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
basice2e/permissioning.yaml
+2
-0
2 additions, 0 deletions
basice2e/permissioning.yaml
basice2e/run.sh
+1
-1
1 addition, 1 deletion
basice2e/run.sh
smokeinfra/permissioning.yaml
+2
-0
2 additions, 0 deletions
smokeinfra/permissioning.yaml
smokeinfra/run.sh
+1
-1
1 addition, 1 deletion
smokeinfra/run.sh
with
6 additions
and
2 deletions
basice2e/permissioning.yaml
+
2
−
0
View file @
170a1d34
...
@@ -90,3 +90,5 @@ RegCodesFilePath: "regCodes.json"
...
@@ -90,3 +90,5 @@ RegCodesFilePath: "regCodes.json"
# Set address space size for ephemeral IDs
# Set address space size for ephemeral IDs
addressSpace
:
32
addressSpace
:
32
randomGeoBinning
:
true
\ No newline at end of file
This diff is collapsed.
Click to expand it.
basice2e/run.sh
+
1
−
1
View file @
170a1d34
...
@@ -52,7 +52,7 @@ then
...
@@ -52,7 +52,7 @@ then
echo
"GENERATED UDB ID:
$UDBID
"
echo
"GENERATED UDB ID:
$UDBID
"
PERMCMD
=
"../bin/permissioning --logLevel
$DEBUGLEVEL
--randomGeoBinning
-c permissioning.yaml "
PERMCMD
=
"../bin/permissioning --logLevel
$DEBUGLEVEL
-c permissioning.yaml "
$PERMCMD
>
results/permissioning-console.txt 2>&1 &
$PERMCMD
>
results/permissioning-console.txt 2>&1 &
PIDVAL
=
$!
PIDVAL
=
$!
echo
"
$PERMCMD
--
$PIDVAL
"
echo
"
$PERMCMD
--
$PIDVAL
"
...
...
This diff is collapsed.
Click to expand it.
smokeinfra/permissioning.yaml
+
2
−
0
View file @
170a1d34
...
@@ -91,3 +91,5 @@ schedulingConfigPath: "registration.json"
...
@@ -91,3 +91,5 @@ schedulingConfigPath: "registration.json"
# Path to JSON file with list of Node registration codes (in order of network
# Path to JSON file with list of Node registration codes (in order of network
# placement)
# placement)
RegCodesFilePath
:
"
regCodes.json"
RegCodesFilePath
:
"
regCodes.json"
randomGeoBinning
:
true
\ No newline at end of file
This diff is collapsed.
Click to expand it.
smokeinfra/run.sh
+
1
−
1
View file @
170a1d34
...
@@ -12,7 +12,7 @@ GATEWAYLOGS=results/
...
@@ -12,7 +12,7 @@ GATEWAYLOGS=results/
mkdir
-p
$SERVERLOGS
mkdir
-p
$SERVERLOGS
mkdir
-p
$GATEWAYLOGS
mkdir
-p
$GATEWAYLOGS
PERMCMD
=
"../bin/permissioning
--randomGeoBinning
-c permissioning.yaml"
PERMCMD
=
"../bin/permissioning -c permissioning.yaml"
$PERMCMD
>
$SERVERLOGS
/permissioning.log 2>&1 &
$PERMCMD
>
$SERVERLOGS
/permissioning.log 2>&1 &
PIDVAL
=
$!
PIDVAL
=
$!
echo
"
$PERMCMD
--
$PIDVAL
"
echo
"
$PERMCMD
--
$PIDVAL
"
...
...
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