Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[9.101.x-prod] Add missing test annotation for prod build serverless workflow images #59

Merged
merged 1 commit into from
Sep 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions tests/features/common-custom-truststore.feature
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,14 @@
#

@docker.io/apache/incubator-kie-kogito-data-index-ephemeral
@openshift-serverless-1/logic-data-index-ephemeral-rhel8
@docker.io/apache/incubator-kie-kogito-data-index-postgresql
@openshift-serverless-1/logic-data-index-postgresql-rhel8
@docker.io/apache/incubator-kie-kogito-jit-runner
@docker.io/apache/incubator-kie-kogito-jobs-service-ephemeral
@openshift-serverless-1/logic-jobs-service-ephemeral-rhel8
@docker.io/apache/incubator-kie-kogito-jobs-service-postgresql
@openshift-serverless-1/logic-jobs-service-postgresql-rhel8
Feature: Common tests for Custom TrustStore configuration
# This test sets an invalid certificate to the container, it fails to start, and if timing is bad cekit hangs on 'Running command ps -C java in container'
# See https://github.com/apache/incubator-kie-kogito-images/issues/1722
Expand Down
4 changes: 4 additions & 0 deletions tests/features/common-dynamic-resources.feature
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,14 @@
# Run only on images that won't die instantly
# See https://github.com/apache/incubator-kie-kogito-images/issues/1722
@docker.io/apache/incubator-kie-kogito-data-index-ephemeral
@openshift-serverless-1/logic-data-index-ephemeral-rhel8
#@docker.io/apache/incubator-kie-kogito-data-index-postgresql
#@openshift-serverless-1/logic-data-index-postgresql-rhel8
#@docker.io/apache/incubator-kie-kogito-jit-runner
@docker.io/apache/incubator-kie-kogito-jobs-service-ephemeral
@openshift-serverless-1/logic-jobs-service-ephemeral-rhel8
#@docker.io/apache/incubator-kie-kogito-jobs-service-postgresql
#@openshift-serverless-1/logic-jobs-service-postgresql-rhel8
Feature: Common tests for Kogito images

Scenario: Verify if the properties were correctly set using DEFAULT MEM RATIO
Expand Down
5 changes: 5 additions & 0 deletions tests/features/common.feature
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,16 @@
#

@docker.io/apache/incubator-kie-kogito-data-index-ephemeral
@openshift-serverless-1/logic-data-index-ephemeral-rhel8
@docker.io/apache/incubator-kie-kogito-data-index-postgresql
@openshift-serverless-1/logic-data-index-postgresql-rhel8
@docker.io/apache/incubator-kie-kogito-jit-runner
@docker.io/apache/incubator-kie-kogito-jobs-service-ephemeral
@openshift-serverless-1/logic-jobs-service-ephemeral-rhel8
@docker.io/apache/incubator-kie-kogito-jobs-service-postgresql
@openshift-serverless-1/logic-jobs-service-postgresql-rhel8
@docker.io/apache/incubator-kie-sonataflow-builder
@openshift-serverless-1/logic-swf-builder-rhel8
@docker.io/apache/incubator-kie-kogito-base-builder
Feature: Common tests for Kogito images

Expand Down
2 changes: 2 additions & 0 deletions tests/features/data-index/kogito-data-index-common.feature
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@
#

@docker.io/apache/incubator-kie-kogito-data-index-ephemeral
@openshift-serverless-1/logic-data-index-ephemeral-rhel8
@docker.io/apache/incubator-kie-kogito-data-index-postgresql
@openshift-serverless-1/logic-data-index-postgresql-rhel8
Feature: Kogito-data-index common feature.

Scenario: Verify if the debug is correctly enabled and test default http port
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#

@docker.io/apache/incubator-kie-kogito-data-index-ephemeral
@openshift-serverless-1/logic-data-index-ephemeral-rhel8
Feature: Kogito-data-index ephemeral postgresql feature.

Scenario: verify if all labels are correctly set on kogito-data-index-ephemeral image
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#

@docker.io/apache/incubator-kie-kogito-data-index-postgresql
@openshift-serverless-1/logic-data-index-postgresql-rhel8
Feature: Kogito-data-index postgresql feature.

Scenario: verify if all labels are correctly set on kogito-data-index-postgresql image
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@
#

@docker.io/apache/incubator-kie-kogito-jobs-service-ephemeral
@openshift-serverless-1/logic-jobs-service-ephemeral-rhel8
@docker.io/apache/incubator-kie-kogito-jobs-service-postgresql
@openshift-serverless-1/logic-jobs-service-postgresql-rhel8
@docker.io/apache/incubator-kie-kogito-jobs-service-allinone
Feature: Kogito-jobs-service common feature.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#

@docker.io/apache/incubator-kie-kogito-jobs-service-ephemeral
@openshift-serverless-1/logic-jobs-service-ephemeral-rhel8
Feature: Kogito-jobs-service-ephemeral feature.

Scenario: verify if all labels are correctly set kogito-jobs-service image image
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#

@docker.io/apache/incubator-kie-kogito-jobs-service-postgresql
@openshift-serverless-1/logic-jobs-service-postgresql-rhel8
Feature: Kogito-jobs-service-postgresql feature.

Scenario: verify if all labels are correctly set kogito-jobs-service image image
Expand Down
1 change: 1 addition & 0 deletions tests/features/kogito-common-postresql-services.feature
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#

@docker.io/apache/incubator-kie-kogito-data-index-postgresql
@openshift-serverless-1/logic-data-index-postgresql-rhel8
Feature: Kogito-data-index postgresql feature.

Scenario: verify if of container is correctly started with postgresql parameters
Expand Down
1 change: 1 addition & 0 deletions tests/features/kogito-swf-builder.feature
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#

@docker.io/apache/incubator-kie-sonataflow-builder
@openshift-serverless-1/logic-swf-builder-rhel8
Feature: Serverless Workflow builder images

Scenario: Verify that the application is built and started correctly
Expand Down
2 changes: 2 additions & 0 deletions tests/features/kogito-swf-common.feature
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@
#

@docker.io/apache/incubator-kie-sonataflow-builder
@openshift-serverless-1/logic-swf-builder-rhel8
@docker.io/apache/incubator-kie-sonataflow-devmode
@openshift-serverless-1/logic-swf-devmode-rhel8
Feature: Serverless Workflow images common

Scenario: Verify if the swf and quarkus files are under /home/kogito/.m2/repository
Expand Down
1 change: 1 addition & 0 deletions tests/features/kogito-swf-devmode.feature
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#

@docker.io/apache/incubator-kie-sonataflow-devmode
@openshift-serverless-1/logic-swf-devmode-rhel8
Feature: Serverless Workflow devmode images

Scenario: Verify if container starts in devmode by default
Expand Down
2 changes: 2 additions & 0 deletions tests/features/supporting-services-common.feature
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@
#

@docker.io/apache/incubator-kie-kogito-data-index-ephemeral
@openshift-serverless-1/logic-data-index-ephemeral-rhel8
@docker.io/apache/incubator-kie-kogito-data-index-postgresql
@openshift-serverless-1/logic-data-index-postgresql-rhel8
@docker.io/apache/incubator-kie-kogito-jit-runner
Feature: kogito supporting services common feature

Expand Down
Loading