Skip to content

Commit c4a24cc

Browse files
authored
Merge pull request #198 from aidanhs/aphs-update-readme
Update readme etc
2 parents c9459b4 + 71a2e74 commit c4a24cc

File tree

3 files changed

+4348
-4270
lines changed

3 files changed

+4348
-4270
lines changed

README.md

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -229,18 +229,6 @@ the sheet that does not have a status of 'Complete' or 'Failed'.
229229
- Running
230230
- Log onto appropriate box and connect to multiplexer.
231231
- Switch to the `master` multiplexer window.
232-
- Run `docker ps`. If any container has been running for more than 30min (may
233-
need to follow these steps more than once):
234-
- Take solace in us someday fixing this for good with docker limits.
235-
TODO: actually fix. Seems to only be a problem on prod with pleingres,
236-
our existing limits should catch it.
237-
- Run `docker top CONTAINER_ID`.
238-
- If there's no mention of pleingres, raise an issue with the output of
239-
the previous `docker top` command.
240-
- The process at the bottom of the list is the lowest in the process tree,
241-
and should have a value in the `TIME` column of >30min. Find the value in
242-
the `PID` column and run `kill PID`.
243-
- Wait a few seconds, then check the container has now exited.
244232
- If the run is ongoing in either the `tc1` or `tc2` multiplexer
245233
windows, go to next run.
246234
- Switch to the `master` multiplexer window.
@@ -267,11 +255,9 @@ the sheet that does not have a status of 'Complete' or 'Failed'.
267255
- Change status to 'Complete' and add the results link,
268256
`http://cargobomb-reports.s3.amazonaws.com/EX_NAME/index.html`.
269257
- Update either the PR or the person requesting the beta run. Template is:
270-
```
271-
Crater results: <url>. 'Blacklisted' crates (spurious failures etc) can be found
272-
[here](https://github.com/rust-lang-nursery/crater/blob/master/blacklist.md).
273-
If you see any spurious failures not on the list, please make a PR against that file.
274-
```
258+
> Hi X (crater requester), Y (PR reviewer)! Crater results are at: \<url>. 'Blacklisted' crates (spurious failures etc) can be found \[here\](https://github.com/rust-lang-nursery/crater/blob/master/config.toml). If you see any spurious failures not on the list, please make a PR against that file.
259+
>
260+
> (interested observers: Crater is a tool for testing the impact of changes on the crates.io ecosystem. You can find out more at the \[repo\](https://github.com/rust-lang-nursery/crater/) if you're curious)
275261
- Give yourself a pat on the back! Good job!
276262
- Go to next run.
277263

0 commit comments

Comments
 (0)