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

[CI/Build] Enabling kernels tests for AMD, ignoring some of then that fail #8130

Merged
merged 7 commits into from
Sep 10, 2024
Prev Previous commit
Next Next commit
Trying with four parallel jobs instead of eight
  • Loading branch information
alexeykondrat authored Sep 5, 2024
commit 6b6f0c12cc2abc48de59bb18b6c552657b24bc21
2 changes: 1 addition & 1 deletion .buildkite/run-amd-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ if [[ $commands == *" kernels "* ]]; then
--ignore=kernels/test_sampler.py"
fi

PARALLEL_JOB_COUNT=8
PARALLEL_JOB_COUNT=4
# check if the command contains shard flag, we will run all shards in parallel because the host have 8 GPUs.
if [[ $commands == *"--shard-id="* ]]; then
for GPU in $(seq 0 $(($PARALLEL_JOB_COUNT-1))); do
Expand Down
Loading