Skip to content

Commit

Permalink
Change seed to update test schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
alyssa-sm committed Jan 23, 2025
1 parent c51c5a3 commit 3d53def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/cloud-build/provision/list_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
TO_SKIP = frozenset(["ofe-deployment"])

# Seed for deterministic order of tests, change to other value to shuffle tests
ORDER_SEED = b"Hakuna Matata"
ORDER_SEED = b"What a wonderful phrase"

def list_builds() -> list[str]:
builds = [b[:-5] for b in glob.glob("*.yaml", root_dir="../daily-tests/builds/")]
Expand Down

0 comments on commit 3d53def

Please sign in to comment.