You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ibmcloud): address CodeRabbit review findings for GitLab runner support
- Validate mutual exclusion of --glrunner-project-id and --glrunner-group-id
in params.GitLabRunnerArgs; log error and return nil when both are set
- Remove global state mutation (SetAuthToken/GetRunnerArgs) from ApplyT
closures in ibm-power and ibm-z; use a local value copy with AuthToken set
- Fix error swallowing in ibm-z buildUserDataInput: change signature to
(pulumi.StringPtrInput, error) and propagate template errors to callers
- Change start_at from beginning to end for filelog/gitlab-runner receiver
in both IBM cloud-configs (avoid re-shipping pre-existing log content)
- Add apt-get update before apt-get install in IBM Z cloud-config
- Add logrotate config for /var/log/gitlab-runner/runner.log in both
IBM cloud-configs (daily, 7 rotations, copytruncate)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments