Skip to content

Commit

Permalink
chore: remove refs to internal openshift registry
Browse files Browse the repository at this point in the history
  • Loading branch information
iocanel committed Jul 21, 2022
1 parent 5e308af commit f08c403
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
8 changes: 4 additions & 4 deletions integration-tests/kubernetes/maven-invoker-way/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@
<!-- this is on purpose to make sure the property is expanded -->
<kubernetes-client-master-url>-Dinvalid-on-purpose</kubernetes-client-master-url>
<build-result>success</build-result>
<container-image.registry>image-registry.openshift-image-registry.svc:5000</container-image.registry>
<container-image.registry>docker.io</container-image.registry>
</filterProperties>
</configuration>
</plugin>
Expand All @@ -316,7 +316,7 @@
<!-- this is on purpose to make sure the property is expanded -->
<kubernetes-client-master-url>-Dinvalid-on-purpose</kubernetes-client-master-url>
<build-result>success</build-result>
<container-image.registry>image-registry.openshift-image-registry.svc:5000</container-image.registry>
<container-image.registry>docker.io</container-image.registry>
</filterProperties>
</configuration>
</plugin>
Expand All @@ -343,7 +343,7 @@
<!-- this is on purpose to make sure the property is expanded -->
<kubernetes-client-master-url>-Dinvalid-on-purpose</kubernetes-client-master-url>
<build-result>success</build-result>
<container-image.registry>image-registry.openshift-image-registry.svc:5000</container-image.registry>
<container-image.registry>docker.io</container-image.registry>
</filterProperties>
</configuration>
</plugin>
Expand All @@ -361,4 +361,4 @@
</properties>
</profile>
</profiles>
</project>
</project>
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# invoker.goals=clean package -Dquarkus.container.build=true -Dquarkus.package.type=native
# ensure that an attempt to deploy is made, but that the attempt fails (as we don't want to deploy this test application to a cluster that the runner of test may have configured)
invoker.goals=clean package -Dquarkus.kubernetes.deploy=true ${kubernetes-client-master-url}
invoker.goals=clean package -Dquarkus.kubernetes.deploy=true
# expect a failure since there is no Kubernetes cluster to deploy to
invoker.buildResult = ${build-result}
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# invoker.goals=clean package -Dquarkus.container.build=true -Dquarkus.package.type=native
# ensure that an attempt to deploy is made, but that the attempt fails (as we don't want to deploy this test application to a cluster that the runner of test may have configured)
invoker.goals=clean package -Dquarkus.kubernetes.deploy=true ${kubernetes-client-master-url}
#invoker.goals=clean package -Dquarkus.kubernetes.deploy=true ${kubernetes-client-master-url}
invoker.goals=clean package -Dquarkus.kubernetes.deploy=true
# expect a failure since there is no Kubernetes cluster to deploy to
invoker.buildResult = ${build-result}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# invoker.goals=clean package -Dquarkus.container.build=true -Dquarkus.package.type=native
# ensure that an attempt to deploy is made, but that the attempt fails (as we don't want to deploy this test application to a cluster that the runner of test may have configured)
invoker.goals=clean package -Dquarkus.kubernetes.deploy=true -Dquarkus.container-image.registry=${container-image.registry} ${kubernetes-client-master-url}
invoker.goals=clean package -Dquarkus.kubernetes.deploy=true ${kubernetes-client-master-url}
# expect a failure since there is no Kubernetes cluster to deploy to
invoker.buildResult = ${build-result}

0 comments on commit f08c403

Please sign in to comment.