Cleanup_exec error context provided.

Errors that are likely (impossible to test for certain) caused by a failure during the configuration is highlighted in the cleanup error. This means that the runner log will have sufficient information when troubleshooting.

Looking at the runner logs:

WARNING: Error encountered during job: unable to identify ExecutorEnv: unable to parse runner environment: missing required variable TRUSTED_CI_CONCURRENT_PROJECT_ID, error encountered, verify GitLab-Runner meets Jacamar requirements  cleanup_std=err job=1 project=2 runner=abcd1234
WARNING: Potentially caused by missing/incomplete job context, review errors in previous stage(s) to identify accurate cause.  cleanup_std=err job=1 project=2 runner=abcd1234
WARNING: Preparation failed: exit status 2          job=1 project=2 runner=abcd1234
Will be retried in 3s ...                           job=1 project=2 runner=abcd1234

Closes #61 (closed)

Merge request reports

Loading