We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88d4876 commit cb4dcecCopy full SHA for cb4dcec
scripts/slowest_tests/update-slowest-times-issue.sh
@@ -58,8 +58,6 @@ echo "$jobs" | jq -c '.[]' | while read -r job; do
58
started_at=$(echo $job | jq -r '.started_at')
59
completed_at=$(echo $job | jq -r '.completed_at')
60
61
- human_readable=$(human_readable_time $started_at $completed_at)
62
-
63
if skip_job $name; then
64
echo "Skipping $name"
65
continue
@@ -77,9 +75,6 @@ echo "$jobs" | jq -c '.[]' | while read -r job; do
77
75
echo $times
78
76
79
human_readable=$(human_readable_time $started_at $completed_at)
80
81
- echo $human_readable
82
83
name=$(remove_prefix $name)
84
85
top="<details><summary>($human_readable) $name</summary>\n\n\n\`\`\`"
0 commit comments