File tree Expand file tree Collapse file tree 3 files changed +13
-10
lines changed
vdk-core/src/vdk/api/plugin Expand file tree Collapse file tree 3 files changed +13
-10
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ def set_properties_factory_method(
68
68
"""
69
69
Register properties implementation backend.
70
70
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
72
72
which provides API based properties implementation
73
73
74
74
IPropertiesServiceClient is used as provides logic of how properties are persisted
Original file line number Diff line number Diff line change 74
74
- if : ' $CI_COMMIT_BRANCH == "main"'
75
75
changes :
76
76
- " projects/vdk-plugins/$PLUGIN_NAME/**/*"
77
+ - if : ' $CI_PIPELINE_SOURCE == "merge_request_event"'
77
78
78
79
79
80
.release-vdk-image :
80
81
stage : release_image
81
82
image :
82
83
name : dcato/kaniko-alpine:latest
83
- entrypoint : [""]
84
84
before_script :
85
85
- export VDK_PATCH_VERSION=${CI_PIPELINE_ID}
86
86
- export BUILD_TYPE=release
102
102
- if : ' $CI_COMMIT_BRANCH == "main"'
103
103
changes :
104
104
- " projects/vdk-plugins/$PLUGIN_NAME/**/*"
105
+ - if : ' $CI_PIPELINE_SOURCE == "merge_request_event"'
Original file line number Diff line number Diff line change @@ -86,17 +86,19 @@ quickstart-vdk-release-candidate-base-image:
86
86
release-quickstart-vdk :
87
87
variables :
88
88
PLUGIN_NAME : quickstart-vdk
89
- rules :
90
- - if : ' $CI_COMMIT_BRANCH == "main"'
91
- changes : *test_quickstart_vdk_locations
89
+ # rules:
90
+ # - if: '$CI_COMMIT_BRANCH == "main"'
91
+ # changes: *test_quickstart_vdk_locations
92
+ # - if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
92
93
extends : .release-plugin
93
94
94
95
release-vdk-image-quickstart-vdk :
95
96
variables :
96
97
PLUGIN_NAME : quickstart-vdk
97
98
extends : .release-vdk-image
98
- rules :
99
- - if : ' $CI_COMMIT_BRANCH == "main"'
100
- changes : *test_quickstart_vdk_locations
101
- - if : ' $CI_PIPELINE_SOURCE == "schedule"'
102
- when : never
99
+ # rules:
100
+ # - if: '$CI_COMMIT_BRANCH == "main"'
101
+ # changes: *test_quickstart_vdk_locations
102
+ # - if: '$CI_PIPELINE_SOURCE == "schedule"'
103
+ # when: never
104
+ # - if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
You can’t perform that action at this time.
0 commit comments