Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/contributors/advanced/resolve-a-migration-issue.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,10 +177,10 @@ release=<RELEASE>&arch=<ARCH>&package=<SRCPKG>&trigger=<SRCPKG>/<VERSION>&ppa=<L
You must have upload rights for the package (`<SRCPKG>` above) for the test request to be successful.
:::

The test is then displayed at [`autopkgtest.ubuntu.com/running`](https://autopkgtest.ubuntu.com/running). Upon completion, the test result is available at an index page at `https://autopkgtest.ubuntu.com/results/autopkgtest-<RELEASE>-<LPUSER>-<PPA>/?format=plain`. The index contains the results for each autopkgtest run against this particular `<PPA>` for this `<RELEASE>`. To see a particular test, append the appropriate path from the index to
The test is then displayed at [`autopkgtest.ubuntu.com/running`](https://autopkgtest.ubuntu.com/running). Upon completion, the test result is available at `https://autopkgtest.ubuntu.com/user/<LPUSER>/ppa`. The index contains the results for each autopkgtest run against this particular `<PPA>`. To see a particular test, navigate to

```none
https://autopkgtest.ubuntu.com/results/autopkgtest-<RELEASE>-<LPUSER>-<PPA>/
https://autopkgtest.ubuntu.com/user/<LPUSER>/ppa
```


Expand Down
Loading