Skip to content

Commit

Permalink
updating configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
arnol377 committed Aug 26, 2024
1 parent 6401be6 commit e869726
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 16 deletions.
2 changes: 2 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
Expand All @@ -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"
]
Expand Down
4 changes: 2 additions & 2 deletions supervisor/automation-repos.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ 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)
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)
stderr_capture_maxbytes=1MB ; number of bytes in 'capturemode' (default 0)
4 changes: 2 additions & 2 deletions supervisor/aws-image-pipeline.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ 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)
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)
stderr_capture_maxbytes=1MB ; number of bytes in 'capturemode' (default 0)
4 changes: 2 additions & 2 deletions supervisor/docker-image-pipeline.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ 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)
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)
stderr_capture_maxbytes=1MB ; number of bytes in 'capturemode' (default 0)
4 changes: 2 additions & 2 deletions supervisor/ghe-runners.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ 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)
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)
stderr_capture_maxbytes=1MB ; number of bytes in 'capturemode' (default 0)
4 changes: 2 additions & 2 deletions supervisor/image-pipeline-ansible-playbooks.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ 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)
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)
stderr_capture_maxbytes=1MB ; number of bytes in 'capturemode' (default 0)
4 changes: 2 additions & 2 deletions supervisor/image-pipeline-goss-testing.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ 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)
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)
stderr_capture_maxbytes=1MB ; number of bytes in 'capturemode' (default 0)
4 changes: 2 additions & 2 deletions supervisor/linux-image-pipeline.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ 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)
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)
stderr_capture_maxbytes=1MB ; number of bytes in 'capturemode' (default 0)
4 changes: 2 additions & 2 deletions supervisor/windows-image-pipeline.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ 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)
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)
stderr_capture_maxbytes=1MB ; number of bytes in 'capturemode' (default 0)

0 comments on commit e869726

Please sign in to comment.