@@ -58,16 +58,16 @@ jobs:
5858 k8s_version : [ "v1.31.0" ]
5959 cache_enabled : [ "true", "false" ]
6060 proxy : [ "true", "false" ]
61- argo_version : [ "v3.7.1 ", "v3.6.10 " ]
61+ argo_version : [ "v3.7.3 ", "v3.6.7 " ]
6262 pipeline_store : [ "database" ]
6363 pod_to_pod_tls_enabled : [ "false" ]
6464 include :
6565 - k8s_version : " v1.29.2"
6666 cache_enabled : " true"
67- argo_version : " v3.6.10 "
67+ argo_version : " v3.6.7 "
6868 - k8s_version : " v1.29.2"
6969 cache_enabled : " true"
70- argo_version : " v3.5.15 "
70+ argo_version : " v3.5.14 "
7171 - k8s_version : " v1.31.0"
7272 cache_enabled : " true"
7373 pod_to_pod_tls_enabled : " true"
@@ -104,7 +104,7 @@ jobs:
104104 if : ${{ matrix.pod_to_pod_tls_enabled == 'true'}}
105105 run : |
106106 kubectl get secret kfp-api-tls-cert -n kubeflow -o jsonpath='{.data.ca\.crt}' | base64 -d > "${{ github.workspace }}/ca.crt"
107- echo "CA_CERT_PATH=${{ github.workspace }}/ca.crt" >> $GITHUB_ENV
107+ echo "CA_CERT_PATH=${{ github.workspace }}/ca.crt" >> " $GITHUB_ENV"
108108
109109 - name : Configure Input Variables
110110 shell : bash
@@ -125,9 +125,11 @@ jobs:
125125 PROXY=false
126126 fi
127127
128- echo "NUMBER_OF_NODES=$NUMBER_OF_NODES" >> $GITHUB_OUTPUT
129- echo "TEST_LABEL=$TEST_LABEL" >> $GITHUB_OUTPUT
130- echo "NAMESPACE=$NAMESPACE" >> $GITHUB_OUTPUT
128+ {
129+ echo "NUMBER_OF_NODES=$NUMBER_OF_NODES"
130+ echo "TEST_LABEL=$TEST_LABEL"
131+ echo "NAMESPACE=$NAMESPACE"
132+ } >> "$GITHUB_OUTPUT"
131133
132134 - name : Run Tests
133135 uses : ./.github/actions/test-and-report
@@ -162,7 +164,7 @@ jobs:
162164 k8s_version : [ "v1.31.0", "v1.29.2" ]
163165 cache_enabled : [ "true" ]
164166 uploadPipelinesWithKubernetesClient : [ "true", "false" ]
165- argo_version : [ "v3.7.1 ", "v3.6.10 " ]
167+ argo_version : [ "v3.7.3 ", "v3.6.7 " ]
166168 pipeline_store : [ "kubernetes" ]
167169 pod_to_pod_tls_enabled : [ "false" ]
168170 include :
@@ -193,7 +195,6 @@ jobs:
193195 with :
194196 pipeline_store : ${{ matrix.pipeline_store }}
195197 cache_enabled : ${{ matrix.cache_enabled }}
196- proxy : ${{ matrix.proxy }}
197198 argo_version : ${{ matrix.argo_version }}
198199 image_path : ${{ needs.build.outputs.IMAGE_PATH }}
199200 image_tag : ${{ needs.build.outputs.IMAGE_TAG }}
@@ -206,7 +207,6 @@ jobs:
206207 with :
207208 pipeline_store : ${{ matrix.pipeline_store }}
208209 cache_enabled : ${{ matrix.cache_enabled }}
209- proxy : ${{ matrix.proxy }}
210210 test_directory : ${{ env.API_TESTS_DIR }}
211211 test_label : ${{ env.TESTS_LABEL }}
212212 num_parallel_nodes : ${{ env.NUMBER_OF_PARALLEL_NODES }}
@@ -274,4 +274,4 @@ jobs:
274274 shell : bash
275275 if : ${{ steps.test-run.outcome == 'success' }}
276276 run : |
277- echo "::notice title=Test Summary and HTML Report is now available in the Summary Tab"
277+ echo "::notice title=Test Summary and HTML Report is now available in the Summary Tab"
0 commit comments