Skip to content

Commit

Permalink
[main] Update version to 2.0.0-snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins CI committed Sep 4, 2023
1 parent fca8839 commit 1068c32
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion modules/kogito-swf/builder/build-config/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ envs:
- name: QUARKUS_EXTENSIONS
# NOTE: If you change the QUARKUS_EXTENSIONS value remember to update the scripts/logic/build-quarkus-app.sh too!
# Follow up issue to remove KOGITO_VERSION: https://issues.redhat.com/browse/KOGITO-9270
value: quarkus-kubernetes,kogito-quarkus-serverless-workflow,kogito-addons-quarkus-knative-eventing,smallrye-health,org.kie.kogito:kogito-addons-quarkus-fabric8-kubernetes-service-catalog:${KOGITO_VERSION},org.kie.kogito:kogito-addons-quarkus-kubernetes:${KOGITO_VERSION},org.kie.kogito:kogito-addons-quarkus-events-process:${KOGITO_VERSION},org.kie.kogito:kogito-addons-quarkus-process-management:${KOGITO_VERSION},org.kie.kogito:kogito-addons-quarkus-source-files:${KOGITO_VERSION}
value: quarkus-kubernetes,kogito-quarkus-serverless-workflow,kogito-addons-quarkus-knative-eventing,smallrye-health,org.kie.kogito:kogito-addons-quarkus-fabric8-kubernetes-service-catalog:${KOGITO_VERSION},org.kie.kogito:kogito-addons-quarkus-kubernetes:${KOGITO_VERSION},org.kie.kogito:kogito-addons-quarkus-events-process:${KOGITO_VERSION},org.kie.kogito:kogito-addons-quarkus-process-management:${KOGITO_VERSION},org.kie.kogito:kogito-addons-quarkus-source-files:${KOGITO_VERSION}
2 changes: 1 addition & 1 deletion tests/features/kogito-s2i-builder-native.feature
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ Feature: kogito-s2i-builder image native build tests
| RUNTIME_TYPE | quarkus |
| NATIVE | true |
| LIMIT_MEMORY | 6442450944 |
| KOGITO_VERSION | 2.0.0-SNAPSHOT |
| KOGITO_VERSION | 2.0.0-SNAPSHOT |
Then file /home/kogito/bin/project-1.0-SNAPSHOT-runner should exist
And check that page is served
| property | value |
Expand Down
8 changes: 4 additions & 4 deletions tests/features/kogito-s2i-builder.feature
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Feature: kogito-s2i-builder image tests
| variable | value |
| RUNTIME_TYPE | quarkus |
| NATIVE | false |
| KOGITO_VERSION | 2.0.0-SNAPSHOT |
| KOGITO_VERSION | 2.0.0-SNAPSHOT |
Then file /home/kogito/bin/quarkus-run.jar should exist
And s2i build log should contain Generating quarkus project structure for project...
And s2i build log should contain Using Quarkus io.quarkus.platform:quarkus-maven-plugin:
Expand Down Expand Up @@ -74,7 +74,7 @@ Feature: kogito-s2i-builder image tests
| variable | value |
| RUNTIME_TYPE | quarkus |
| NATIVE | false |
| KOGITO_VERSION | 2.0.0-SNAPSHOT |
| KOGITO_VERSION | 2.0.0-SNAPSHOT |
| PROJECT_GROUP_ID | com.mycompany |
| PROJECT_ARTIFACT_ID | myproject |
| PROJECT_VERSION | 2.0-SNAPSHOT |
Expand All @@ -95,7 +95,7 @@ Feature: kogito-s2i-builder image tests
| variable | value |
| RUNTIME_TYPE | quarkus |
| NATIVE | false |
| KOGITO_VERSION | 2.0.0-SNAPSHOT |
| KOGITO_VERSION | 2.0.0-SNAPSHOT |
| PROJECT_GROUP_ID | com.mycompany |
| PROJECT_ARTIFACT_ID | myproject |
| PROJECT_VERSION | 2.0-SNAPSHOT |
Expand All @@ -119,7 +119,7 @@ Feature: kogito-s2i-builder image tests
Scenario: Verify that the Kogito Maven archetype is generating the project and compiling it correctly when runtime is springboot
Given s2i build /tmp/kogito-examples from dmn-example using nightly-main and runtime-image quay.io/kiegroup/kogito-runtime-jvm:latest
| variable | value |
| KOGITO_VERSION | 2.0.0-SNAPSHOT |
| KOGITO_VERSION | 2.0.0-SNAPSHOT |
| RUNTIME_TYPE | springboot |
Then file /home/kogito/bin/project-1.0-SNAPSHOT.jar should exist
And s2i build log should contain Generating springboot project structure for project...
Expand Down
8 changes: 4 additions & 4 deletions tests/features/rhpam-kogito-builder-jvm.feature
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ Feature: rhpam-kogito-builder-rhel8 feature.
| variable | value |
| RUNTIME_TYPE | quarkus |
| NATIVE | true |
| KOGITO_VERSION | 2.0.0-SNAPSHOT |
| KOGITO_VERSION | 2.0.0-SNAPSHOT |
Then s2i build log should contain Container Image rhpam-7/rhpam-kogito-builder-rhel8 does not supports native builds, please refer to the documentation.

Scenario: Verify that the Kogito Maven archetype is generating the project and compiling it correctly
Given s2i build /tmp/kogito-examples from dmn-example using nightly-main and runtime-image rhpam-7/rhpam-kogito-runtime-jvm-rhel8:latest
| variable | value |
| RUNTIME_TYPE | quarkus |
| NATIVE | false |
| KOGITO_VERSION | 2.0.0-SNAPSHOT |
| KOGITO_VERSION | 2.0.0-SNAPSHOT |
Then file /home/kogito/bin/quarkus-run.jar should exist
And s2i build log should contain Generating quarkus project structure for project...
And s2i build log should contain Using Quarkus com.redhat.quarkus.platform:quarkus-maven-plugin
Expand All @@ -64,7 +64,7 @@ Feature: rhpam-kogito-builder-rhel8 feature.
| variable | value |
| RUNTIME_TYPE | quarkus |
| NATIVE | false |
| KOGITO_VERSION | 2.0.0-SNAPSHOT |
| KOGITO_VERSION | 2.0.0-SNAPSHOT |
| PROJECT_GROUP_ID | com.mycompany |
| PROJECT_ARTIFACT_ID | myproject |
| PROJECT_VERSION | 2.0-SNAPSHOT |
Expand All @@ -85,7 +85,7 @@ Feature: rhpam-kogito-builder-rhel8 feature.
Scenario: Verify that the Kogito Maven archetype is generating the project and compiling it correctly when runtime is springboot
Given s2i build /tmp/kogito-examples from dmn-example using nightly-main and runtime-image rhpam-7/rhpam-kogito-runtime-jvm-rhel8:latest
| variable | value |
| KOGITO_VERSION | 2.0.0-SNAPSHOT |
| KOGITO_VERSION | 2.0.0-SNAPSHOT |
| RUNTIME_TYPE | springboot |
Then file /home/kogito/bin/project-1.0-SNAPSHOT.jar should exist
And s2i build log should contain Generating springboot project structure for project...
Expand Down

0 comments on commit 1068c32

Please sign in to comment.