You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MDK_BRANCH: "${{ github.event_name == 'repository_dispatch' && github.event.inputs.mdk_branch || 'develop' }}"# branch to git install from
80
-
TAG_RELEASE: ${{ github.ref_name }}-${{ github.run_number }} # tag for new `coreoasis/model_worker` image
81
-
82
101
# OasisPlatform options
102
+
TAG_RELEASE: ${{ github.ref_name }}-${{ github.run_number }} # tag for new `coreoasis/model_worker` image
83
103
LAST_RELEASE_TAG: ''# (Not needed here)
84
-
TAG_OASIS: "${{ github.event_name == 'repository_dispatch' && github.event.inputs.platform_version || 'latest' }}"# Verion of OasisPlatform to run tests with
85
104
MODEL_WORKSPACE: ${{ github.workspace }}/piwind_workspace # PiWind path month for model_worker
86
105
MODEL_BRANCH: ${{ github.ref_name }}
87
106
IMAGE_WORKER: coreoasis/model_worker # Docker image to use as worker
@@ -94,22 +113,34 @@ env:
94
113
# Docker test max timeout (seconds)
95
114
TEST_MAX_RUNTIME: 300
96
115
116
+
# Input vars (defaults)
117
+
PIWIND_BRANCH: ${{ github.ref_name }}
118
+
BUILD_BRANCH: 'master'# build repo branch to use
119
+
BUILD_WORKER: 'true'# enable / disable
120
+
MDK_BRANCH: 'develop'# branch to git install from
121
+
TAG_OASIS: 'latest'# Verion of OasisPlatform to run tests with
0 commit comments