-
Notifications
You must be signed in to change notification settings - Fork 56
[WIP] First stab at adding PCT ITs for the Docker image #133
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
Conversation
| sh 'make docker' | ||
| } | ||
|
|
||
| stage("Run known successful case(s)") { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO: prepare already more a parallel data structure, to run many variations in parallel, so it's easy to add more as we go: a must-fail one, etc.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO 2:
- download a Jenkins WAR and map it, so the testing stability is not subject to the new available weeklies
(not used yet in PCT run though)
|
AFAICT, now the failure we're seeing in the exact issue I'm hitting locally that I fixed reverting a previous commit. I.e. no test at all is run. cc @alecharp who I think saw the same as I did. |
|
Last failure was a test failure, and seems like the newly added IT was actually successful. |
|
Successful after rebuild, like I was hoping for. |
|
Superseded, cf. #140 |

No description provided.