File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
vdk-core/src/vdk/api/plugin Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ def set_properties_factory_method(
6868 """
6969 Register properties implementation backend.
7070 Properties API enable keeping state of a data job.
71- Default implementation is in-memory so it's strongly recommended to install vdk-properties plugin
71+ Default implementation is in-memory, so it's strongly recommended to install vdk-properties plugin
7272 which provides API based properties implementation
7373
7474 IPropertiesServiceClient is used as provides logic of how properties are persisted
Original file line number Diff line number Diff line change 7474 - if : ' $CI_COMMIT_BRANCH == "main"'
7575 changes :
7676 - " projects/vdk-plugins/$PLUGIN_NAME/**/*"
77+ - if : ' $CI_PIPELINE_SOURCE == "merge_request_event"'
7778
7879
7980.release-vdk-image :
8081 stage : release_image
8182 image :
8283 name : dcato/kaniko-alpine:latest
83- entrypoint : [""]
8484 before_script :
8585 - export VDK_PATCH_VERSION=${CI_PIPELINE_ID}
8686 - export BUILD_TYPE=release
102102 - if : ' $CI_COMMIT_BRANCH == "main"'
103103 changes :
104104 - " projects/vdk-plugins/$PLUGIN_NAME/**/*"
105+ - if : ' $CI_PIPELINE_SOURCE == "merge_request_event"'
Original file line number Diff line number Diff line change @@ -89,6 +89,8 @@ release-quickstart-vdk:
8989 rules :
9090 - if : ' $CI_COMMIT_BRANCH == "main"'
9191 changes : *test_quickstart_vdk_locations
92+ - if : ' $CI_PIPELINE_SOURCE == "merge_request_event"'
93+ changes : *test_quickstart_vdk_locations
9294 extends : .release-plugin
9395
9496release-vdk-image-quickstart-vdk :
@@ -100,3 +102,5 @@ release-vdk-image-quickstart-vdk:
100102 changes : *test_quickstart_vdk_locations
101103 - if : ' $CI_PIPELINE_SOURCE == "schedule"'
102104 when : never
105+ - if : ' $CI_PIPELINE_SOURCE == "merge_request_event"'
106+ changes : *test_quickstart_vdk_locations
You can’t perform that action at this time.
0 commit comments