-
Notifications
You must be signed in to change notification settings - Fork 687
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add CI job to run Securedrop application tests on Focal using Python3.8 #5524
Comments
To get early visibility of breakage, we've agreed to pull this into the current sprint as a stretch goal, except for the CI job, which should wait until after 1.6.0. |
12 tasks
kushaldas
added a commit
that referenced
this issue
Nov 9, 2020
This adds related CI steps for app tests on Focal
10 tasks
kushaldas
added a commit
that referenced
this issue
Nov 9, 2020
This adds related CI steps for app tests on Focal
kushaldas
added a commit
that referenced
this issue
Nov 9, 2020
This adds related CI steps for app tests on Focal
kushaldas
added a commit
that referenced
this issue
Nov 9, 2020
This adds related CI steps for app tests on Focal
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
We need a new CI job to run the SecureDrop application tests on a
Focal
container to run against Python3.8.This will help us to identify any problem on Python3.8
Steps would be:
make dev-focal
target to run the app code in the Focal dev containermake test-focal
targetmake test-focal
The text was updated successfully, but these errors were encountered: