Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change seed to update test schedule #3587

Merged
merged 1 commit into from
Jan 23, 2025

Conversation

alyssa-sm
Copy link
Contributor

The two a3-ultra tests using the same reservation are scheduled too closely together which can cause conflicts. Updated the seed to change the order of tests. The updated times of the tests sharing a reservation are below.

A3-ultragpu:

$ ./list_tests.py 30 300 | jq '."gke-a3-ultragpu", ."ml-a3-ultragpu-slurm"'
"35 2 * * MON-FRI"
"28 4 * * MON-FRI"

A3-megagpu:

$ ./list_tests.py 30 300 | jq '."gke-a3-megagpu", ."ml-a3-megagpu-slurm"'
"42 0 * * MON-FRI"
"6 3 * * MON-FRI"

A3-highgpu:

$ ./list_tests.py 30 300 | jq '."gke-a3-highgpu", ."ml-a3-highgpu-slurm"'
"16 2 * * MON-FRI"
"22 4 * * MON-FRI"

@alyssa-sm alyssa-sm added the release-chore To not include into release notes label Jan 23, 2025
@alyssa-sm alyssa-sm self-assigned this Jan 23, 2025
@alyssa-sm alyssa-sm requested a review from mr0re1 January 23, 2025 23:23
@alyssa-sm alyssa-sm merged commit 6e92354 into GoogleCloudPlatform:develop Jan 23, 2025
10 of 55 checks passed
@alyssa-sm alyssa-sm deleted the manipulate-seed branch January 23, 2025 23:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release-chore To not include into release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants