We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63ace5d commit ec6b548Copy full SHA for ec6b548
.github/container/test-axlearn.sh
@@ -149,7 +149,7 @@ passed=0
149
SUMMARY_FILE="${OUTPUT_DIRECTORY}/summary.txt"
150
151
152
-for test_file in "${final_test_files[@]}"; do
+for test_file in "${final_test_files[@]:0:10}"; do
153
echo "Running: ${test_file}"
154
log_file_name=$(echo "${test_file%.py}" | sed 's/\//__/g').log
155
log_file="${LOG_DIRECTORY}/${log_file_name}"
0 commit comments