History log of /curl/.github/workflows/torture.yml (Results 26 – 29 of 29)
Revision Date Author Comments
# 0a652280 29-Sep-2022 Daniel Stenberg

GHA: build tests in a separate step from the running of them

... to make the output smaller for when you want to look at test
failures.

Removed the examples build from msh3

GHA: build tests in a separate step from the running of them

... to make the output smaller for when you want to look at test
failures.

Removed the examples build from msh3

Closes #9619

show more ...


# 4e689330 17-Sep-2022 Marc Hoersken

CI/GHA: cancel outdated CI runs on new PR changes

Avoid letting outdated CI runs continue if a PR receives
new changes. Outside a PR we let them continue running
by tying the concurr

CI/GHA: cancel outdated CI runs on new PR changes

Avoid letting outdated CI runs continue if a PR receives
new changes. Outside a PR we let them continue running
by tying the concurrency to the commit hash instead.

Also only let one CodeQL or Hacktoberfest job run at a time.

Other CI platforms we use have this build in, but GitHub
unfortunately neither by default nor with a simple option.

This saves CI resources and therefore a little energy.

Approved-by: Daniel Stenberg
Approved-by: Max Dymond
Closes #9533

show more ...


# 0af3edfe 01-Sep-2022 Marc Hoersken

GHA: prepare workflow merge by aligning structure again

Closes #9413


# 472369f5 13-Aug-2022 Daniel Stenberg

GHA: mv CI torture test from Zuul

Closes #9310


12