Email or username:

Password:

Forgot your password?
1 post total
daniel:// stenberg://

#curl is now officially running more than 200 CI jobs per PR.

Most of them run about 2000 tests each.

Almost 400K test runs in total.

Show previous comments
Lukas

@bagder Are those de-duplicated? How are dealing with push vs PR builds?

#SFML is currently getting ~100 builds, but on a PR it's always duplicated because we can't (easily) get GitHub Actions to ignore PR if it also runs for push.

Shows the GitHub Actions run pages saying

ci.yml
on: push
Matrix: build
97 jobs completed

Finalize Coverage Upload

Formatting
Documentation

Matrix: sanitize
3 jobs completed

Matrix: tidy
7 jobs completed
gigantos

@bagder oh my. You may need to add a carbon footprint graph 😅

Go Up