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
d695993f
Commit
d695993f
authored
Nov 24, 2021
by
Richard T. Carback III
Browse files
Options
Downloads
Patches
Plain Diff
Use Secure Teaming
parent
9a5e885b
No related branches found
No related tags found
2 merge requests
!68
Master merge
,
!11
Release
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
basice2e/permissioning.yaml
+0
-5
0 additions, 5 deletions
basice2e/permissioning.yaml
basice2e/registration.json
+10
-9
10 additions, 9 deletions
basice2e/registration.json
with
10 additions
and
14 deletions
basice2e/permissioning.yaml
+
0
−
5
View file @
d695993f
...
@@ -85,11 +85,6 @@ groups:
...
@@ -85,11 +85,6 @@ groups:
prime
:
"
E2EE983D031DC1DB6F1A7A67DF0E9A8E5561DB8E8D49413394C049B7A8ACCEDC298708F121951D9CF920EC5D146727AA4AE535B0922C688B55B3DD2AEDF6C01C94764DAB937935AA83BE36E67760713AB44A6337C20E7861575E745D31F8B9E9AD8412118C62A3E2E29DF46B0864D0C951C394A5CBBDC6ADC718DD2A3E041023DBB5AB23EBB4742DE9C1687B5B34FA48C3521632C4A530E8FFB1BC51DADDF453B0B2717C2BC6669ED76B4BDD5C9FF558E88F26E5785302BEDBCA23EAC5ACE92096EE8A60642FB61E8F3D24990B8CB12EE448EEF78E184C7242DD161C7738F32BF29A841698978825B4111B4BC3E1E198455095958333D776D8B2BEEED3A1A1A221A6E37E664A64B83981C46FFDDC1A45E3D5211AAF8BFBC072768C4F50D7D7803D2D4F278DE8014A47323631D7E064DE81C0C6BFA43EF0E6998860F1390B5D3FEACAF1696015CB79C3F9C2D93D961120CD0E5F12CBB687EAB045241F96789C38E89D796138E6319BE62E35D87B1048CA28BE389B575E994DCA755471584A09EC723742DC35873847AEF49F66E43873"
prime
:
"
E2EE983D031DC1DB6F1A7A67DF0E9A8E5561DB8E8D49413394C049B7A8ACCEDC298708F121951D9CF920EC5D146727AA4AE535B0922C688B55B3DD2AEDF6C01C94764DAB937935AA83BE36E67760713AB44A6337C20E7861575E745D31F8B9E9AD8412118C62A3E2E29DF46B0864D0C951C394A5CBBDC6ADC718DD2A3E041023DBB5AB23EBB4742DE9C1687B5B34FA48C3521632C4A530E8FFB1BC51DADDF453B0B2717C2BC6669ED76B4BDD5C9FF558E88F26E5785302BEDBCA23EAC5ACE92096EE8A60642FB61E8F3D24990B8CB12EE448EEF78E184C7242DD161C7738F32BF29A841698978825B4111B4BC3E1E198455095958333D776D8B2BEEED3A1A1A221A6E37E664A64B83981C46FFDDC1A45E3D5211AAF8BFBC072768C4F50D7D7803D2D4F278DE8014A47323631D7E064DE81C0C6BFA43EF0E6998860F1390B5D3FEACAF1696015CB79C3F9C2D93D961120CD0E5F12CBB687EAB045241F96789C38E89D796138E6319BE62E35D87B1048CA28BE389B575E994DCA755471584A09EC723742DC35873847AEF49F66E43873"
generator
:
"
2"
generator
:
"
2"
# Selection of scheduling algorithem to use. Options are:
# simple - Schedules multiple teams to maximize performance, does not randomly re-arrange teams, if only a single
# only scheduling a single team, will use numerical ordering data for AlphaNet
# secure - Schedules new teams randomly, has apropreate buffers to ensure unpredictability, designed for BetaNet
schedulingAlgorithm
:
"
simple"
# Path to file with config for scheduling algorithm within the user directory
# Path to file with config for scheduling algorithm within the user directory
schedulingConfigPath
:
"
registration.json"
schedulingConfigPath
:
"
registration.json"
...
...
This diff is collapsed.
Click to expand it.
basice2e/registration.json
+
10
−
9
View file @
d695993f
{
{
"TeamSize"
:
5
,
"TeamSize"
:
5
,
"BatchSize"
:
32
,
"BatchSize"
:
1000
,
"MinimumDelay"
:
3000
,
"MinimumDelay"
:
60
,
"RealtimeDelay"
:
5000
,
"RealtimeDelay"
:
3000
,
"SemiOptimalOrdering"
:
true
,
"Threshold"
:
0.3
,
"Threshold"
:
3
,
"NodeCleanUpInterval"
:
180000
,
"NodeCleanUpInterval"
:
3
,
"Secure"
:
true
,
"ResourceQueueTimeout"
:
300000
"PrecomputationTimeout"
:
30000
,
"RealtimeTimeout"
:
15000
,
"ResourceQueueTimeout"
:
180000
,
"DebugTrackRounds"
:
true
}
}
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