Skip to content

Commit 5f7f050

Browse files
committed
fix(ci): disable annotations
Signed-off-by: droctothorpe <[email protected]>
1 parent 6bb16be commit 5f7f050

File tree

3 files changed

+3
-40
lines changed

3 files changed

+3
-40
lines changed

.github/workflows/api-server-tests.yml

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
if [ -z "${PROXY:-}" ]; then
132132
PROXY=false
133133
fi
134-
134+
135135
{
136136
echo "NUMBER_OF_NODES=$NUMBER_OF_NODES"
137137
echo "TEST_LABEL=$TEST_LABEL"
@@ -156,13 +156,6 @@ jobs:
156156
tls_enabled: ${{ matrix.pod_to_pod_tls_enabled }}
157157
ca_cert_path: ${{ env.CA_CERT_PATH }}
158158

159-
- name: Notify test reports
160-
shell: bash
161-
if: ${{ steps.test-run.outcome == 'success' }}
162-
163-
run: |
164-
echo "::notice title=Test Summary and HTML Report is now available in the Summary Tab"
165-
166159

167160
api-test-k8s-native:
168161
needs: build
@@ -222,12 +215,6 @@ jobs:
222215
python_version: ${{ env.PYTHON_VERSION }}
223216
report_name: "K8Native_k8sVersion=${{ matrix.k8s_version }}_cacheEnabled=${{ matrix.cache_enabled }}_argoVersion=${{ matrix.argo_version }}_uploadPipelinesWithKubernetesClient=${{ matrix.uploadPipelinesWithKubernetesClient }}"
224217

225-
- name: Notify test reports
226-
shell: bash
227-
if: ${{ steps.test-run.outcome == 'success' }}
228-
run: |
229-
echo "::notice title=Test Summary and HTML Report is now available in the Summary Tab"
230-
231218

232219
api-test-multi-user:
233220
needs: build
@@ -278,9 +265,3 @@ jobs:
278265
user_namespace: ${{ env.USER_NAMESPACE }}
279266
multi_user: ${{ matrix.multi_user }}
280267
report_name: "MultiUser_k8sVersion=${{ matrix.k8s_version }}_cacheEnabled=${{ matrix.cache_enabled }}_multiUser=${{ matrix.multi_user }}"
281-
282-
- name: Notify test reports
283-
shell: bash
284-
if: ${{ steps.test-run.outcome == 'success' }}
285-
run: |
286-
echo "::notice title=Test Summary and HTML Report is now available in the Summary Tab"

.github/workflows/compiler-tests.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,3 @@ jobs:
6363
test_label: ${{ steps.configure.outputs.TEST_LABEL }}
6464
python_version: ${{ env.PYTHON_VERSION }}
6565
report_name: "Workflow Compiler Tests"
66-
67-
- name: Notify test reports
68-
shell: bash
69-
if: ${{ steps.test-run.outcome == 'success' }}
70-
run: |
71-
echo "::notice title=Test Summary and HTML Report is now available in the Summary Tab"

.github/workflows/e2e-test.yml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
TEST_LABEL=${{ inputs.test_label }}
131131
NAMESPACE=${{ inputs.namespace }}
132132
fi
133-
133+
134134
{
135135
echo "NUMBER_OF_NODES=$NUMBER_OF_NODES"
136136
echo "TEST_LABEL=$TEST_LABEL"
@@ -160,12 +160,6 @@ jobs:
160160
tls_enabled: ${{ matrix.pod_to_pod_tls_enabled }}
161161
ca_cert_path: ${{ env.CA_CERT_PATH }}
162162

163-
- name: Notify test reports
164-
shell: bash
165-
if: ${{ steps.test-run.outcome == 'success' }}
166-
run: |
167-
echo "::notice title=Test Summary and HTML Report is now available in the Summary Tab"
168-
169163
end-to-end-critical-scenario-multi-user-tests:
170164
runs-on: ubuntu-latest
171165
needs: build
@@ -182,7 +176,7 @@ jobs:
182176
storage: "seaweedfs"
183177
k8s_version: "v1.34.0"
184178
cache_enabled: "true"
185-
test_label: "E2ECritical"
179+
test_label: "E2ECritical"
186180
fail-fast: false
187181
name: End to End Critical Scenario Multi User Tests - K8s ${{ matrix.k8s_version }} cacheEnabled=${{ matrix.cache_enabled }} multiUser=${{ matrix.multi_user }} storage=${{ matrix.storage }} artifactProxy=${{ matrix.artifact_proxy }}
188182
steps:
@@ -262,9 +256,3 @@ jobs:
262256
python_version: ${{ env.PYTHON_VERSION }}
263257
user_namespace: ${{ env.USER_NAMESPACE }}
264258
report_name: "E2EMultiUserTests_K8s=${{ matrix.k8s_version }}_cacheEnabled=${{ matrix.cache_enabled }}_multiUser=${{ matrix.multi_user }}_storage=${{ matrix.storage }}"
265-
266-
- name: Notify test reports
267-
shell: bash
268-
if: ${{ steps.test-run.outcome == 'success' }}
269-
run: |
270-
echo "::notice title=Test Summary and HTML Report is now available in the Summary Tab"

0 commit comments

Comments
 (0)