Skip to content

Commit

Permalink
Merge pull request #3587 from alyssa-sm/manipulate-seed
Browse files Browse the repository at this point in the history
Change seed to update test schedule
  • Loading branch information
alyssa-sm authored Jan 23, 2025
2 parents b98b7d1 + 3d53def commit 6e92354
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 6e92354

Please sign in to comment.