-
Notifications
You must be signed in to change notification settings - Fork 159
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
Add runtime + sccache info to CI comment #1744
Conversation
@@ -83,7 +83,7 @@ jobs: | |||
echo "SCCACHE_IDLE_TIMEOUT=32768" >> $GITHUB_ENV | |||
echo "SCCACHE_S3_USE_SSL=true" >> $GITHUB_ENV | |||
echo "SCCACHE_S3_NO_CREDENTIALS=false" >> $GITHUB_ENV | |||
- name: Run command | |||
- name: Run command # Do not change this step's name. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
out of curiosity, where does the dependency on the name come from?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm currently parsing the total runtime of the job and the runtime of the command step separately to see how much overhead is spent initializing the machine, downloading images, etc.
A quick check of ((job_time - command_time) / command_time)
across the jobs might be interesting.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
f121b1e
to
7e8ae3e
Compare
796fa29
to
e057a75
Compare
df0685c
to
135f0d7
Compare
🟩 CI Results: 0% Failed (0/306) | Total Time: 2d 02h | Avg Time: 9m 51s
|
# | Runner |
---|---|
232 | linux-amd64-cpu16 |
32 | linux-amd64-gpu-v100-latest-1 |
24 | linux-arm64-cpu16 |
18 | windows-amd64-cpu16 |
👃 Inspect Changes
Modifications in project?
Project | |
---|---|
+/- | CCCL Infrastructure |
libcu++ | |
CUB | |
Thrust | |
CUDA Experimental |
Modifications in project or dependencies?
Project | |
---|---|
+/- | CCCL Infrastructure |
+/- | libcu++ |
+/- | CUB |
+/- | Thrust |
+/- | CUDA Experimental |
1881af3
to
a5c5952
Compare
99887e8
to
4f3d631
Compare
🟨 CI Results: Pass: 99%/306 | Total Time: 2d 05h | Avg Time: 10m 32s | Hits: 79%/369251
|
# | Runner |
---|---|
232 | linux-amd64-cpu16 |
32 | linux-amd64-gpu-v100-latest-1 |
24 | linux-arm64-cpu16 |
18 | windows-amd64-cpu16 |
👃 Inspect Changes
Modifications in project?
Project | |
---|---|
+/- | CCCL Infrastructure |
libcu++ | |
CUB | |
Thrust | |
CUDA Experimental |
Modifications in project or dependencies?
Project | |
---|---|
+/- | CCCL Infrastructure |
+/- | libcu++ |
+/- | CUB |
+/- | Thrust |
+/- | CUDA Experimental |
🟩 CI Results: Pass: 100%/306 | Total Time: 2d 00h | Avg Time: 9m 24s | Hits: 83%/369251
|
# | Runner |
---|---|
232 | linux-amd64-cpu16 |
32 | linux-amd64-gpu-v100-latest-1 |
24 | linux-arm64-cpu16 |
18 | windows-amd64-cpu16 |
👃 Inspect Changes
Modifications in project?
Project | |
---|---|
+/- | CCCL Infrastructure |
libcu++ | |
CUB | |
Thrust | |
CUDA Experimental |
Modifications in project or dependencies?
Project | |
---|---|
+/- | CCCL Infrastructure |
+/- | libcu++ |
+/- | CUB |
+/- | Thrust |
+/- | CUDA Experimental |
Fetch and parse timing info from CI jobs.