aboutsummaryrefslogtreecommitdiff
path: root/ci/test_run_all.sh
AgeCommit message (Collapse)Author
2023-05-10move-only: Move almost all CI_EXEC code to 06_script_b.shMarcoFalke
[WARN] The commit is obviously broken and will not run the CI system. In the rare case this is hit in a git bisect, just skip the commit. The goal here was to make it trivial to review with the git option: --color-moved=dimmed-zebra It is required to move everything into one file because "exit 0" will otherwise stop working as intended when the containing bash script is no longer executed with "source ...". If there is desire to split up 06_script_b.sh into logical chunks in the future, it will also be easier after the following commit.
2023-05-05ci: Remove CI_EXEC bloat in test/06_script_b.shMarcoFalke
2023-05-05ci: Move CI container kill out of 06_script_b.shMarcoFalke
This cleans up 06_script_b.sh to only contain code to be executed inside the CI pod, which avoids confusion and is needed for the next commit.
2020-12-31scripted-diff: Bump copyright headersMarcoFalke
-BEGIN VERIFY SCRIPT- ./contrib/devtools/copyright_header.py update ./ -END VERIFY SCRIPT-
2020-12-17ci: Drop travis_fold feature as Travis CI is no longer usedHennadii Stepanov
2019-08-16ci: Add environment files for all settingsMarcoFalke
2019-08-15ci: Remove dependence on travis, use it as fallback envMarcoFalke