File tree Expand file tree Collapse file tree
.github/actions/systemtests/generate-matrix Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -124,12 +124,12 @@ runs:
124124 env :
125125 INPUT_PIPELINES : " ${{ inputs.pipelines }}"
126126 INPUT_PROFILES : " ${{ inputs.profiles }}"
127- INPUT_DEFAULT_AGENT : " ${{ inputs.default_agent }}"
128- INPUT_DEFAULT_ARCH : " ${{ inputs.default_arch }}"
127+ INPUT_DEFAULT_AGENT : " ${{ inputs.default_agent != '' && inputs.default_agent || 'oracle-4cpu-16gb-x86-64' }}"
128+ INPUT_DEFAULT_ARCH : " ${{ inputs.default_arch != '' && inputs.default_arch || 'amd64' }}"
129129 INPUT_DEFAULT_JDK_VERSION : " ${{ inputs.default_jdk_version }}"
130130 INPUT_DEFAULT_STRIMZI_USE_FEATURE_GATES : " ${{ inputs.default_strimzi_feature_gates }}"
131- INPUT_DEFAULT_STRIMZI_RBAC_SCOPE : " ${{ inputs.default_strimzi_rbac_scope }}"
132- INPUT_DEFAULT_CLUSTER_OPERATOR_INSTALL_TYPE : " ${{ inputs.default_cluster_operator_install_type }}"
133- INPUT_DEFAULT_PARALLEL : " ${{ inputs.default_parallel }}"
131+ INPUT_DEFAULT_STRIMZI_RBAC_SCOPE : " ${{ inputs.default_strimzi_rbac_scope != '' && inputs.default_strimzi_rbac_scope || 'CLUSTER' }}"
132+ INPUT_DEFAULT_CLUSTER_OPERATOR_INSTALL_TYPE : " ${{ inputs.default_cluster_operator_install_type != '' && inputs.default_cluster_operator_install_type || 'bundle' }}"
133+ INPUT_DEFAULT_PARALLEL : " ${{ inputs.default_parallel != '' && inputs.default_parallel || '1' }}"
134134 INPUT_DEFAULT_GROUPS : " ${{ inputs.default_groups }}"
135135 INPUT_DEFAULT_TESTS : " ${{ inputs.default_tests }}"
You can’t perform that action at this time.
0 commit comments