Conversation
|
yeah what will you do @wouf??? you don't know who i am |
|
Let's try it @notwouf |
|
ye @notwouf |
bensaru
left a comment
There was a problem hiding this comment.
this will work? seems like there is a bug in at 32 line.
Yes as you can see in the job:
So the tests will be found, I personally use this already, to test with a little different setup, but this needs to be discussed then should this pipeline fail and then should it pass. |
|
hmm it would be better to have the job fail only if a test who pass previously no longer pass, only for that case |
|
I thought also of that, which is possible, because of the json export of all tests, so it maybe I the job can access that artifact from the master to check the current json with json from master and compare (I think a small flint tool should do that job, that means this tool can be also used for all cicds). But didn't had much time, and I think this is also currently a bit on ice, because 4lve want's to have it on flint side there this isn't really possible for all PRs. maybe next week I find time for it |
|
This should be now a working ci with flint-steel. It will fail then a test fails which was run successful in the past. |
|
It publish an artifact on test fail or succeed ? |
|
Yes a full test result json + a baseline there all successful tests are added and that will be used to compare |
my cicd version