Skip to content

Commit

Permalink
Merge pull request #154 from rust-lang/docs-document-rust-log-analyzer
Browse files Browse the repository at this point in the history
docs: document rust-log-analyzer
  • Loading branch information
MarcoIeni authored Sep 24, 2024
2 parents 2919132 + bc52ec8 commit a0cd6bc
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions service-catalog/rust-log-analyzer/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Rust Log Analyzer

[rust-log-analyzer] is a tool that analyzes the CI build logs of the [rust] repository to automatically extract error messages from failed builds.

This tool is deployed via the [terraform/rust-log-analyzer] module as an ECS service and uses S3 to store the GitHub actions index.

## Versions

These are the versions we need to keep up-to-date:

- Ubuntu version in the [Dockerfile]
- Dependencies in [Cargo.lock]
- GitHub Actions versions in the [workflows]

[Cargo.lock]: https://github.com/rust-lang/rust-log-analyzer/blob/master/Cargo.lock
[Dockerfile]: https://github.com/rust-lang/rust-log-analyzer/blob/master/Dockerfile
[rust-log-analyzer]: https://github.com/rust-lang/rust-log-analyzer
[rust]: https://github.com/rust-lang/rust
[terraform/rust-log-analyzer]: https://github.com/rust-lang/simpleinfra/tree/master/terraform/rust-log-analyzer
[workflows]: https://github.com/rust-lang/rust-log-analyzer/tree/master/.github/workflows

0 comments on commit a0cd6bc

Please sign in to comment.