Closed katheris closed 2 years ago
@scholzj that's a good point, I'll update it. At the moment the azure builds are configured to build the Java project and image but not try to push images anywhere, but they don't seem to run when a PR is raised. Does this need to be enabled from the repo settings?
@katheris You have a wrong path there: templates/jobs/build/build_container.yaml
instead of templates/jobs/build_container.yaml
?
The build is triggered, but it failes because of path: https://dev.azure.com/cncf/strimzi/_build/results?buildId=114135&view=results
@scholzj ah ok, I'll sort that. How do I get from the PR to the azure build? I was expecting it to come up under the checks
@scholzj the Azure build is passing now
How do I get from the PR to the azure build? I was expecting it to come up under the checks
When you have misconfiguration in the build like this, it does nto even start the build, so it does not report the error on the PR. You have to browse the builds to find it.
This PR does not include the steps to tag and push the docker image. Those will be added with the deployment files in a followup PR.
This PR only builds the amd64 architecture.