summaryrefslogtreecommitdiff
path: root/start-container-docker.sh
AgeCommit message (Expand)Author
2021-07-26start-container-docker.sh: Use at most half of RAM on normal buildersMaxim Kuvyrkov
2021-03-22start-container-docker.sh: Move workaround for dockerhub's limitsMaxim Kuvyrkov
2021-02-02start-container-docker.sh: Workaround missing arm32v7/ubuntu:focal imageMaxim Kuvyrkov
2021-01-20start-container-docker.sh: Add "lts" and "lts_1" values to --distro parameterMaxim Kuvyrkov
2021-01-04Docker image pull: And one more fixMaxim Kuvyrkov
2021-01-03Docker image pull/use: Fix and improveMaxim Kuvyrkov
2021-01-03Reduce "docker pull" requests to dockerhubMaxim Kuvyrkov
2020-10-12start-container-docker.sh: Use main system /homeMaxim Kuvyrkov
2020-08-31Increase memory allocation for build containersDiana Picus
2020-06-09start-container-docker.sh: Assert that the task parameter has an acceptable v...Christophe Lyon
2020-05-18start-container-docker.sh: Only try to remove containers that existDavid Spickett
2020-05-18start-container-docker.sh: Fix cleanup of $WORKSPACE/.lockMaxim Kuvyrkov
2020-04-30start-container-docker.shDavid Spickett
2020-04-22Various shellcheck warning fixesDavid Spickett
2020-04-17tcwg-benchmark.sh: Minor fixesDavid Spickett
2020-04-10tcwg-buildfarm.sh, start-container-docker.sh: Update default distro imageMaxim Kuvyrkov
2020-04-01Change default to use "master" docker imagesMaxim Kuvyrkov
2019-09-13Run benchmarks inside containersDiana Picus
2019-09-11start-container-docker.sh: Create workspace lock only when ...Christophe Lyon
2019-09-10start-container-docker.sh: Add missing quotesMaxim Kuvyrkov
2019-09-10start-container-docker.sh: Make sure containers get all CPUsMaxim Kuvyrkov
2019-09-10start-container-docker.sh: Kill container of the previous [aborted] buildMaxim Kuvyrkov
2019-09-02jenkins-helpers.sh: Fix print_bind_mounts()Maxim Kuvyrkov
2019-09-02start-container-docker.sh: Better handle non-home mountsMaxim Kuvyrkov
2019-08-29start-container-docker.sh: More dry-run friendlyDiana Picus
2019-08-29start-container-docker.sh: Fix container startup on remote targetMaxim Kuvyrkov
2019-08-19start-container-docker.sh: Remove most of ssh tracesChristophe Lyon
2019-08-16start-container-docker.sh: Invoke ssh with "-S none"Christophe Lyon
2019-08-12start-container-docker.sh: Make ssh verbose in more casesChristophe Lyon
2019-08-12start-container-docker.sh: Set pipefail to catch more ssh errorsChristophe Lyon
2019-08-12start-container-docker.sh: Add 'ssh -v' calls to get more debug tracesChristophe Lyon
2019-06-25start-container-docker.sh: Add more debug tracesChristophe Lyon
2019-06-25start-container-docker.sh: Try to get more debug info in case ssh returns wit...Christophe Lyon
2019-06-17start-container-docker.sh: Report ssh error codesChristophe Lyon
2019-06-12start-container-docker.sh: Try to continue if docker run returns an errorChristophe Lyon
2019-03-21start-container-docker.sh, jenkins-helpers.sh: Add --ssh_info optionChristophe Lyon
2018-11-06start-container-docker.sh: Add ccache volume handlingMaxim Kuvyrkov
2018-10-08start-container-docker.sh: Print resources usage informationChristophe Lyon
2018-08-10print_memory_limit: Make suitable for high-core-count machinesMaxim Kuvyrkov
2018-06-28tcwg-buildfarm.sh: Fix session_name for start-container-docker.Maxim Kuvyrkov
2018-06-28start-container-docker: Fix handling of architecture without host/node/labelMaxim Kuvyrkov
2018-06-26start-container-docker.sh: Use FQDN to ssh to local container.Maxim Kuvyrkov
2018-06-24start-container-*.sh: Rework bind-mount handlingMaxim Kuvyrkov
2018-06-24start-container-docker.sh: Remove workaround.Maxim Kuvyrkov
2018-06-24start-container-docker.sh: Use file socket for accessing docker daemonMaxim Kuvyrkov
2018-06-24start-docker-container.sh: Add --verbose true/false option.Maxim Kuvyrkov
2018-06-18start-container-docker.sh: Remove unnecessary option.Maxim Kuvyrkov
2018-06-16start-container-docker.sh: Move default distro setting to one place.Maxim Kuvyrkov
2018-06-07start-container-docker.sh: Fix dryrun mode.Maxim Kuvyrkov
2018-06-07start-container-docker.sh: Add --dryrun parameter.Christophe Lyon