Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
build.postmarketos.org
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
rodriguezst
build.postmarketos.org
Commits
8d1ff47e
Unverified
Commit
8d1ff47e
authored
2 months ago
by
Oliver Smith
Browse files
Options
Downloads
Patches
Plain Diff
README: rework running test description some more
parent
a4750a36
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+3
-24
3 additions, 24 deletions
README.md
with
3 additions
and
24 deletions
README.md
+
3
−
24
View file @
8d1ff47e
...
...
@@ -40,6 +40,9 @@ $ pytest --color=yes -vv -x test -m "not skip_ci"
*
Use
`helpers/pytest_logs.sh`
to see the detailed logs
*
Open
`_html_out/index.html`
in your browser and refresh it manually to see
the current generated HTML output (if any, this is not with all tests)
## Running
## With local job service
...
...
@@ -98,30 +101,6 @@ $ ./bpo_sourcehut.sh
```
### Running tests
Run all CI tests with:
```
$ pmbootstrap ci
```
While pytest is running, follow the logs (in a second terminal) with:
```
$ helpers/pytest_logs.sh
```
Open
`_html_out/index.html`
in your browser and refresh it manually to see the
current generated HTML output.
Run one specific pytest, after having
`pmbootstrap ci pytest`
initialize the
venv once:
```
$ source .venv/bin/activate
pytest -xvv test/test_zz_90_slow_other.py -k test_build_final_repo_with_two_pkgs_SLOW_120s
```
### Generating the images.postmarketos.org/bpo directory listing
BPO creates directory listing files whenever publishing an image, and it also
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment