Skip ITs on release branches - #233
Conversation
Signed-off-by: see-quick <maros.orsak159@gmail.com>
scholzj
left a comment
There was a problem hiding this comment.
Doens't that suggest some issue in the build that should be fixed rather then skip the ITs?
No, because when you run integration tests it would try to run tests with using |
Hmm, I guess that is an interesting issue with this 2 repositories approach 🤔 |
|
Do you have anything more to this @scholzj? |
Signed-off-by: see-quick <maros.orsak159@gmail.com>
Type of change
Description
This PR adds a condition where to run ITs. Currently we run it also on release branches but that would fail because such images are not present (GAs ones) as we are doing release candidates.
We can't run ITs in the
release-*branches as we build images in separate repository.Checklist