Closed gbenhaim closed 6 years ago
@rthallisey I'm searching for the best way to test the APB. I saw that the broker's CI doesn't test on Openshift 3.10 (one of the commits messages says that the automation for OC 3.10 is broken, not sure if it's because of the broker or OC).
I think that merging this PR is a good start because it will publish the APB to docker hub on each merge (The APB will be published to https://hub.docker.com/u/ovirtinfra/).
@gbenhaim I have automated builds setup in ansibleplaybookbundle/kubevirt-apb that will rebuild with the latest tag after a PR is merged.
@rthallisey I'm searching for the best way to test the APB.
We can catch up in Tel Aviv next week.
@gbenhaim let's hold on this for now until post tel aviv.
Sure, good to hear that you are coming next week!
When sending a PR, check patch will be triggered. This script should build and test the APB (The test isn't implemented yet).
When the PR is merged, check-merged will be triggered. This script builds and publish the APB at https://hub.docker.com/u/ovirtinfra/
The APB will have a label called "git-sha", which contains the sha of the commit that was used to build the APB.
Signed-off-by: gbenhaim galbh2@gmail.com