Skip to content

Commit

Permalink
Fix broken yaml tags in configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
giffels committed Aug 10, 2023
1 parent 48b429b commit 7fc6ae5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. Created by changelog.py at 2023-08-09, command
.. Created by changelog.py at 2023-08-10, command
'/Users/giffler/.cache/pre-commit/repor6pnmwlm/py_env-python3.10/bin/changelog docs/source/changes compile --output=docs/source/changelog.rst'
based on the format of 'https://keepachangelog.com/'
Expand Down
12 changes: 6 additions & 6 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ Configuration of TARDIS
BatchSystem:
adapter: FakeBatchSystem
allocation: 1.0
utilisation: !PeriodicValue
utilisation: !TardisPeriodicValue
period: 3600
amplitude: 0.5
offset: 0.5
Expand All @@ -126,10 +126,10 @@ Configuration of TARDIS
quota: 8000 # CPU core quota
Fake:
api_response_delay: !RandomGauss
api_response_delay: !TardisRandomGauss
mu: 0.1
sigma: 0.01
resource_boot_time: !RandomGauss
resource_boot_time: !TardisRandomGauss
mu: 60
sigma: 10
MachineTypes:
Expand Down Expand Up @@ -182,7 +182,7 @@ Unified Configuration
BatchSystem:
adapter: FakeBatchSystem
allocation: 1.0
utilization: !PeriodicValue
utilization: !TardisPeriodicValue
period: 3600
amplitude: 0.5
offset: 0.5
Expand All @@ -195,10 +195,10 @@ Unified Configuration
quota: 8000 # CPU core quota
Fake:
api_response_delay: !RandomGauss
api_response_delay: !TardisRandomGauss
mu: 0.1
sigma: 0.01
resource_boot_time: !RandomGauss
resource_boot_time: !TardisRandomGauss
mu: 60
sigma: 10
MachineTypes:
Expand Down

0 comments on commit 7fc6ae5

Please sign in to comment.