Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • S sponsor-61-sims
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 6
    • Issues 6
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Jim Newsome
  • sponsor-61-sims
  • Merge requests
  • !14

Log monitoring

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Jim Newsome requested to merge log-monitoring into mikeperry-cc Dec 01, 2021
  • Overview 2
  • Commits 2
  • Pipelines 3
  • Changes 1

Some tweaks based on debugging https://gitlab.torproject.org/jnewsome/sponsor-61-sims/-/jobs/63872

  • Save resource monitoring to a log instead of dumping to the job's stdout, and don't tail logs on stdout. Now that we have a web shell on the runner, we can still check these while the job is running if needed. This should make it easier to follow the rest of the job log.

  • In the after_script, don't fail if the source env file is missing. This wasn't the root cause of the failure in job 63872, but in general we should be defensive in the after_script so that we don't inadvertently skip other post-processing due to inconsequential failures.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: log-monitoring