diff --git a/main.tf b/main.tf index f2ff814..022cc70 100644 --- a/main.tf +++ b/main.tf @@ -31,6 +31,7 @@ module "runner" { runner_basedir = "/apps/terraform/workspaces/arnol377/git/ghe-runner" runner_tarball = "/apps/terraform/workspaces/arnol377/actions-runner-linux-x64-2.304.0.tar.gz" repos = local.pipeline_repos + autorestart = false runner_labels = [ "image-pipeline" ] @@ -43,6 +44,7 @@ module "tf_workspace_runners" { runner_basedir = "/apps/terraform/workspaces/arnol377/git/ghe-runner" runner_tarball = "/apps/terraform/workspaces/arnol377/actions-runner-linux-x64-2.304.0.tar.gz" repos = local.workspace_repos + autorestart = false runner_labels = [ "terraform-workspaces" ] diff --git a/supervisor/automation-repos.conf b/supervisor/automation-repos.conf index 102b6bd..25d3fff 100755 --- a/supervisor/automation-repos.conf +++ b/supervisor/automation-repos.conf @@ -5,7 +5,7 @@ command=/apps/terraform/workspaces/arnol377/git/ghe-runner/automation-repos/run. autostart=true ; start at supervisord start (default: true) ;startsecs=1 ; # of secs prog must stay up to be running (def. 1) startretries=3 ; max # of serial start failures when starting (default 3) -autorestart=true +autorestart=false stdout_logfile=/apps/terraform/workspaces/arnol377/git/ghe-runner/automation-repos/runner.log ; stdout log path, NONE for none; default AUTO stdout_logfile_maxbytes=1MB ; max # logfile bytes b4 rotation (default 50MB) stdout_logfile_backups=10 ; # of stdout logfile backups (0 means none, default 10) @@ -13,4 +13,4 @@ stdout_capture_maxbytes=1MB ; number of bytes in 'capturemode' (default 0) stderr_logfile=/apps/terraform/workspaces/arnol377/git/ghe-runner/automation-repos/runner_error.log ; stderr log path, NONE for none; default AUTO stderr_logfile_maxbytes=1MB ; max # logfile bytes b4 rotation (default 50MB) stderr_logfile_backups=10 ; # of stderr logfile backups (0 means none, default 10) -stderr_capture_maxbytes=1MB ; number of bytes in 'capturemode' (default 0) \ No newline at end of file +stderr_capture_maxbytes=1MB ; number of bytes in 'capturemode' (default 0) diff --git a/supervisor/aws-image-pipeline.conf b/supervisor/aws-image-pipeline.conf index a310180..899a710 100755 --- a/supervisor/aws-image-pipeline.conf +++ b/supervisor/aws-image-pipeline.conf @@ -5,7 +5,7 @@ command=/apps/terraform/workspaces/arnol377/git/ghe-runner/aws-image-pipeline/ru autostart=true ; start at supervisord start (default: true) ;startsecs=1 ; # of secs prog must stay up to be running (def. 1) startretries=3 ; max # of serial start failures when starting (default 3) -autorestart=true +autorestart=false stdout_logfile=/apps/terraform/workspaces/arnol377/git/ghe-runner/aws-image-pipeline/runner.log ; stdout log path, NONE for none; default AUTO stdout_logfile_maxbytes=1MB ; max # logfile bytes b4 rotation (default 50MB) stdout_logfile_backups=10 ; # of stdout logfile backups (0 means none, default 10) @@ -13,4 +13,4 @@ stdout_capture_maxbytes=1MB ; number of bytes in 'capturemode' (default 0) stderr_logfile=/apps/terraform/workspaces/arnol377/git/ghe-runner/aws-image-pipeline/runner_error.log ; stderr log path, NONE for none; default AUTO stderr_logfile_maxbytes=1MB ; max # logfile bytes b4 rotation (default 50MB) stderr_logfile_backups=10 ; # of stderr logfile backups (0 means none, default 10) -stderr_capture_maxbytes=1MB ; number of bytes in 'capturemode' (default 0) \ No newline at end of file +stderr_capture_maxbytes=1MB ; number of bytes in 'capturemode' (default 0) diff --git a/supervisor/docker-image-pipeline.conf b/supervisor/docker-image-pipeline.conf index 2e0a6de..df173bb 100755 --- a/supervisor/docker-image-pipeline.conf +++ b/supervisor/docker-image-pipeline.conf @@ -5,7 +5,7 @@ command=/apps/terraform/workspaces/arnol377/git/ghe-runner/docker-image-pipeline autostart=true ; start at supervisord start (default: true) ;startsecs=1 ; # of secs prog must stay up to be running (def. 1) startretries=3 ; max # of serial start failures when starting (default 3) -autorestart=true +autorestart=false stdout_logfile=/apps/terraform/workspaces/arnol377/git/ghe-runner/docker-image-pipeline/runner.log ; stdout log path, NONE for none; default AUTO stdout_logfile_maxbytes=1MB ; max # logfile bytes b4 rotation (default 50MB) stdout_logfile_backups=10 ; # of stdout logfile backups (0 means none, default 10) @@ -13,4 +13,4 @@ stdout_capture_maxbytes=1MB ; number of bytes in 'capturemode' (default 0) stderr_logfile=/apps/terraform/workspaces/arnol377/git/ghe-runner/docker-image-pipeline/runner_error.log ; stderr log path, NONE for none; default AUTO stderr_logfile_maxbytes=1MB ; max # logfile bytes b4 rotation (default 50MB) stderr_logfile_backups=10 ; # of stderr logfile backups (0 means none, default 10) -stderr_capture_maxbytes=1MB ; number of bytes in 'capturemode' (default 0) \ No newline at end of file +stderr_capture_maxbytes=1MB ; number of bytes in 'capturemode' (default 0) diff --git a/supervisor/ghe-runners.conf b/supervisor/ghe-runners.conf index b730198..1de6323 100755 --- a/supervisor/ghe-runners.conf +++ b/supervisor/ghe-runners.conf @@ -5,7 +5,7 @@ command=/apps/terraform/workspaces/arnol377/git/ghe-runner/ghe-runners/run.sh autostart=true ; start at supervisord start (default: true) ;startsecs=1 ; # of secs prog must stay up to be running (def. 1) startretries=3 ; max # of serial start failures when starting (default 3) -autorestart=true +autorestart=false stdout_logfile=/apps/terraform/workspaces/arnol377/git/ghe-runner/ghe-runners/runner.log ; stdout log path, NONE for none; default AUTO stdout_logfile_maxbytes=1MB ; max # logfile bytes b4 rotation (default 50MB) stdout_logfile_backups=10 ; # of stdout logfile backups (0 means none, default 10) @@ -13,4 +13,4 @@ stdout_capture_maxbytes=1MB ; number of bytes in 'capturemode' (default 0) stderr_logfile=/apps/terraform/workspaces/arnol377/git/ghe-runner/ghe-runners/runner_error.log ; stderr log path, NONE for none; default AUTO stderr_logfile_maxbytes=1MB ; max # logfile bytes b4 rotation (default 50MB) stderr_logfile_backups=10 ; # of stderr logfile backups (0 means none, default 10) -stderr_capture_maxbytes=1MB ; number of bytes in 'capturemode' (default 0) \ No newline at end of file +stderr_capture_maxbytes=1MB ; number of bytes in 'capturemode' (default 0) diff --git a/supervisor/image-pipeline-ansible-playbooks.conf b/supervisor/image-pipeline-ansible-playbooks.conf index 141cc0b..0aba901 100755 --- a/supervisor/image-pipeline-ansible-playbooks.conf +++ b/supervisor/image-pipeline-ansible-playbooks.conf @@ -5,7 +5,7 @@ command=/apps/terraform/workspaces/arnol377/git/ghe-runner/image-pipeline-ansibl autostart=true ; start at supervisord start (default: true) ;startsecs=1 ; # of secs prog must stay up to be running (def. 1) startretries=3 ; max # of serial start failures when starting (default 3) -autorestart=true +autorestart=false stdout_logfile=/apps/terraform/workspaces/arnol377/git/ghe-runner/image-pipeline-ansible-playbooks/runner.log ; stdout log path, NONE for none; default AUTO stdout_logfile_maxbytes=1MB ; max # logfile bytes b4 rotation (default 50MB) stdout_logfile_backups=10 ; # of stdout logfile backups (0 means none, default 10) @@ -13,4 +13,4 @@ stdout_capture_maxbytes=1MB ; number of bytes in 'capturemode' (default 0) stderr_logfile=/apps/terraform/workspaces/arnol377/git/ghe-runner/image-pipeline-ansible-playbooks/runner_error.log ; stderr log path, NONE for none; default AUTO stderr_logfile_maxbytes=1MB ; max # logfile bytes b4 rotation (default 50MB) stderr_logfile_backups=10 ; # of stderr logfile backups (0 means none, default 10) -stderr_capture_maxbytes=1MB ; number of bytes in 'capturemode' (default 0) \ No newline at end of file +stderr_capture_maxbytes=1MB ; number of bytes in 'capturemode' (default 0) diff --git a/supervisor/image-pipeline-goss-testing.conf b/supervisor/image-pipeline-goss-testing.conf index 85177dd..dd9d1e1 100755 --- a/supervisor/image-pipeline-goss-testing.conf +++ b/supervisor/image-pipeline-goss-testing.conf @@ -5,7 +5,7 @@ command=/apps/terraform/workspaces/arnol377/git/ghe-runner/image-pipeline-goss-t autostart=true ; start at supervisord start (default: true) ;startsecs=1 ; # of secs prog must stay up to be running (def. 1) startretries=3 ; max # of serial start failures when starting (default 3) -autorestart=true +autorestart=false stdout_logfile=/apps/terraform/workspaces/arnol377/git/ghe-runner/image-pipeline-goss-testing/runner.log ; stdout log path, NONE for none; default AUTO stdout_logfile_maxbytes=1MB ; max # logfile bytes b4 rotation (default 50MB) stdout_logfile_backups=10 ; # of stdout logfile backups (0 means none, default 10) @@ -13,4 +13,4 @@ stdout_capture_maxbytes=1MB ; number of bytes in 'capturemode' (default 0) stderr_logfile=/apps/terraform/workspaces/arnol377/git/ghe-runner/image-pipeline-goss-testing/runner_error.log ; stderr log path, NONE for none; default AUTO stderr_logfile_maxbytes=1MB ; max # logfile bytes b4 rotation (default 50MB) stderr_logfile_backups=10 ; # of stderr logfile backups (0 means none, default 10) -stderr_capture_maxbytes=1MB ; number of bytes in 'capturemode' (default 0) \ No newline at end of file +stderr_capture_maxbytes=1MB ; number of bytes in 'capturemode' (default 0) diff --git a/supervisor/linux-image-pipeline.conf b/supervisor/linux-image-pipeline.conf index 3e7c6c8..2c96555 100755 --- a/supervisor/linux-image-pipeline.conf +++ b/supervisor/linux-image-pipeline.conf @@ -5,7 +5,7 @@ command=/apps/terraform/workspaces/arnol377/git/ghe-runner/linux-image-pipeline/ autostart=true ; start at supervisord start (default: true) ;startsecs=1 ; # of secs prog must stay up to be running (def. 1) startretries=3 ; max # of serial start failures when starting (default 3) -autorestart=true +autorestart=false stdout_logfile=/apps/terraform/workspaces/arnol377/git/ghe-runner/linux-image-pipeline/runner.log ; stdout log path, NONE for none; default AUTO stdout_logfile_maxbytes=1MB ; max # logfile bytes b4 rotation (default 50MB) stdout_logfile_backups=10 ; # of stdout logfile backups (0 means none, default 10) @@ -13,4 +13,4 @@ stdout_capture_maxbytes=1MB ; number of bytes in 'capturemode' (default 0) stderr_logfile=/apps/terraform/workspaces/arnol377/git/ghe-runner/linux-image-pipeline/runner_error.log ; stderr log path, NONE for none; default AUTO stderr_logfile_maxbytes=1MB ; max # logfile bytes b4 rotation (default 50MB) stderr_logfile_backups=10 ; # of stderr logfile backups (0 means none, default 10) -stderr_capture_maxbytes=1MB ; number of bytes in 'capturemode' (default 0) \ No newline at end of file +stderr_capture_maxbytes=1MB ; number of bytes in 'capturemode' (default 0) diff --git a/supervisor/windows-image-pipeline.conf b/supervisor/windows-image-pipeline.conf index e627bdd..ecdb0e2 100755 --- a/supervisor/windows-image-pipeline.conf +++ b/supervisor/windows-image-pipeline.conf @@ -5,7 +5,7 @@ command=/apps/terraform/workspaces/arnol377/git/ghe-runner/windows-image-pipelin autostart=true ; start at supervisord start (default: true) ;startsecs=1 ; # of secs prog must stay up to be running (def. 1) startretries=3 ; max # of serial start failures when starting (default 3) -autorestart=true +autorestart=false stdout_logfile=/apps/terraform/workspaces/arnol377/git/ghe-runner/windows-image-pipeline/runner.log ; stdout log path, NONE for none; default AUTO stdout_logfile_maxbytes=1MB ; max # logfile bytes b4 rotation (default 50MB) stdout_logfile_backups=10 ; # of stdout logfile backups (0 means none, default 10) @@ -13,4 +13,4 @@ stdout_capture_maxbytes=1MB ; number of bytes in 'capturemode' (default 0) stderr_logfile=/apps/terraform/workspaces/arnol377/git/ghe-runner/windows-image-pipeline/runner_error.log ; stderr log path, NONE for none; default AUTO stderr_logfile_maxbytes=1MB ; max # logfile bytes b4 rotation (default 50MB) stderr_logfile_backups=10 ; # of stderr logfile backups (0 means none, default 10) -stderr_capture_maxbytes=1MB ; number of bytes in 'capturemode' (default 0) \ No newline at end of file +stderr_capture_maxbytes=1MB ; number of bytes in 'capturemode' (default 0)