Skip to content

Commit

Permalink
Merge pull request #12932 from geoand/#12915
Browse files Browse the repository at this point in the history
Ensure that k8s integration tests don't use locally configured cluster
  • Loading branch information
geoand authored Oct 26, 2020
2 parents 514b2e9 + 3f34be2 commit 472dbd3
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# invoker.goals=clean package -Dquarkus.container.build=true -Dquarkus.package.type=native
invoker.goals=clean package -Dquarkus.kubernetes.deploy=true
# 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.kubernetes-client.master-url=http://localhost:12345
# expect a failure since there is no Kubernetes cluster to deploy to
invoker.buildResult = failure
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# invoker.goals=clean package -Dquarkus.container.build=true -Dquarkus.package.type=native
invoker.goals=clean package -Dquarkus.kubernetes.deploy=true
# 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.kubernetes-client.master-url=http://localhost:12345
# expect a failure since there is no Kubernetes cluster to deploy to
invoker.buildResult = failure
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# invoker.goals=clean package -Dquarkus.container.build=true -Dquarkus.package.type=native
invoker.goals=clean package -Dquarkus.kubernetes.deploy=true
# 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.kubernetes-client.master-url=http://localhost:12345
# expect a failure since there is no Kubernetes cluster to deploy to
invoker.buildResult = failure
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# invoker.goals=clean package -Dquarkus.container.build=true -Dquarkus.package.type=native
invoker.goals=clean package -Dquarkus.kubernetes.deploy=true
# 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.kubernetes-client.master-url=http://localhost:12345
# expect a failure since there is no Kubernetes cluster to deploy to
invoker.buildResult = failure

0 comments on commit 472dbd3

Please sign in to comment.