Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sponsor-61-sims
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
Jim Newsome
sponsor-61-sims
Merge requests
!46
No ewma
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
No ewma
no-ewma
into
main
Overview
0
Commits
2
Pipelines
2
Changes
1
Merged
Jim Newsome
requested to merge
no-ewma
into
main
8 months ago
Overview
0
Commits
2
Pipelines
2
Changes
1
Expand
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
0bd1883f
2 commits,
8 months ago
1 file
+
7
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
7
−
4
Options
@@ -124,12 +124,10 @@ variables:
Probably
doesn't
make
sense
to
use
less
than
5m
(300s)
since
the
simulated
network
doesn't
finish
bootstrapping
until
that
time."
PL_BASELINE_LABEL
:
# XXX Temp; need to run and commit new baseline
value
:
'
conflux'
value
:
'
tor-0.4.8.12-baseline'
description
:
"
Label
used
for
'baseline'
data
in
plots"
PL_BASELINE_DIR
:
# XXX Temp; need to run and commit new baseline
value
:
'
2023-08-25-main-bug40842-test-99141'
value
:
'
2024-06-20-main-tor-0.4.8.12-baseline-179149'
description
:
"
Which
directory
of
archived
sim
results
to
plot
as
the
baseline"
# Run on ci-runner-x86-03-shadow
PL_BIG_RUNNER_TAG
:
@@ -205,6 +203,11 @@ workflow:
-
if
:
'
$PL_PRESET
==
"tor-0.4.8.12-baseline"'
variables
:
PL_SLUG
:
'
tor-0.4.8.12-baseline'
-
if
:
'
$PL_PRESET
==
"tor-0.4.8.12-no-ewma"'
variables
:
PL_SLUG
:
'
tor-0.4.8.12-no-ewma'
# Disable EWMA
PL_TORRC_COMMON_SUFFIX
:
'
CircuitPriorityHalflife
0'
# Don't run an unrecognized preset"
-
when
:
never
Loading