Skip to content

Commit 820e7d4

Browse files
anitaratansinghdakodakov
andauthored
VDK-Plugin: uncomment release base-image stage in pipeline (#3412)
Co-authored-by: dakodakov <[email protected]>
1 parent 06adf55 commit 820e7d4

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

projects/vdk-core/src/vdk/api/job_input.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class IProperties:
1313
Allows for Data Job to store state (key-value pairs) across job runs.
1414
Properties are solution for the following use cases
1515
16-
* Keep state of application (for example last ingested row timestamp so you can continue form there on next run)
16+
* Keep state of application (for example last ingested row timestamp, so you can continue form there on next run)
1717
* Keeping API keys and passwords necessary to connect to different systems
1818
* Keeping custom configuration of a data job.
1919

projects/vdk-plugins/quickstart-vdk/.plugin-ci.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -46,17 +46,17 @@ quickstart-vdk-release-candidate:
4646
changes: *test_quickstart_vdk_locations
4747
extends: .release-plugin
4848

49-
#quickstart-vdk-release-candidate-base-image:
50-
# stage: pre_release_image
51-
# variables:
52-
# PLUGIN_NAME: quickstart-vdk
53-
# before_script:
54-
# - export VDK_PATCH_VERSION=${CI_PIPELINE_ID}.dev${CI_PIPELINE_IID}
55-
# - export BUILD_TYPE=pre-release
56-
# rules:
57-
# - if: '$CI_COMMIT_BRANCH == "main"'
58-
# changes: *test_quickstart_vdk_locations
59-
# extends: .release-vdk-image
49+
quickstart-vdk-release-candidate-base-image:
50+
stage: pre_release_image
51+
variables:
52+
PLUGIN_NAME: quickstart-vdk
53+
before_script:
54+
- export VDK_PATCH_VERSION=${CI_PIPELINE_ID}.dev${CI_PIPELINE_IID}
55+
- export BUILD_TYPE=pre-release
56+
rules:
57+
- if: '$CI_COMMIT_BRANCH == "main"'
58+
changes: *test_quickstart_vdk_locations
59+
extends: .release-vdk-image
6060

6161
# quickstart-vdk-release-acceptance-test:
6262
# image: "python:3.10"

0 commit comments

Comments
 (0)