Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build/containers-scenarios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ parameters:
arguments: --scenario json_ntex --property scenario=JsonNTex
condition: Math.round(Date.now() / 43200000) % 10 == 8 # once every 10 half-days
- displayName: Fortunes NTex
arguments: --scenario fortunes_ntext --property scenario=FortunesNTex
arguments: --scenario fortunes_ntex --property scenario=FortunesNTex
condition: Math.round(Date.now() / 43200000) % 10 == 9 # once every 10 half-days

steps:
Expand Down
Loading