Skip to content

Commit

Permalink
Merge pull request #170 from rust-lang/docs-document-infra-smoke-tests
Browse files Browse the repository at this point in the history
docs: document infra-smoke-tests
  • Loading branch information
MarcoIeni authored Oct 14, 2024
2 parents 470619c + 753a3e3 commit 06ef5ae
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions service-catalog/infra-smoke-tests/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Infra smoke tests

The [infra-smoke-tests] repository contains a set of tests that are run against
the infrastructure to ensure that it is working as expected.

Use cases:

- Check if there's an ongoing incident.
- Ensure that modification to the infrastructure (e.g. `terraoform apply`)
worked as expected.

[infra-smoke-tests]: https://github.com/rust-lang/infra-smoke-tests

0 comments on commit 06ef5ae

Please sign in to comment.