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 Aug 14, 2023
1 parent bf82cd9 commit 11e0d7c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
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 11e0d7c

Please sign in to comment.