Skip to content

Commit

Permalink
[KOGITO-422] Upgrade to operator-sdk v0.11.0 (apache#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
xieshenzh authored and MarianMacik committed Oct 3, 2023
1 parent a155962 commit 0b263c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hack/3.11deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

for FILE in deploy/crds/app_v1alpha1_kogitoapp_crd.yaml deploy/crds/app_v1alpha1_kogitodataindex_crd.yaml deploy/role.yaml deploy/service_account.yaml deploy/role_binding.yaml deploy/operator.yaml
for FILE in deploy/crds/app.kiegroup.org_kogitoapps_crd.yaml deploy/crds/app.kiegroup.org_kogitodataindices_crd.yaml deploy/role.yaml deploy/service_account.yaml deploy/role_binding.yaml deploy/operator.yaml
do
oc apply -f ${FILE}
done
2 changes: 1 addition & 1 deletion hack/run-e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ oc create -f deploy/service_account.yaml -n ${namespace}
oc create -f deploy/role_binding.yaml -n ${namespace}

# performs the test
DEBUG=true KOGITO_IMAGE_TAG=${tag} NATIVE=${native} MAVEN_MIRROR_URL=${maven_mirror} operator-sdk test local ./test/e2e --namespace ${namespace} --up-local --debug --go-test-flags "-timeout 30m"
DEBUG=true KOGITO_IMAGE_TAG=${tag} NATIVE=${native} MAVEN_MIRROR_URL=${maven_mirror} operator-sdk test local ./test/e2e --namespace ${namespace} --up-local --debug --verbose --go-test-flags "-timeout 30m"

# clean up
oc delete namespace ${namespace}

0 comments on commit 0b263c4

Please sign in to comment.