Skip to content

Commit 00ec6cc

Browse files
authored
fix Error processing result file: CData section too big found in publish-int-test-result-action #29966 (#33353)
1 parent b26e2fa commit 00ec6cc

136 files changed

Lines changed: 212 additions & 76 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/IO_Iceberg_Unit_Tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ jobs:
111111
commit: '${{ env.prsha || env.GITHUB_SHA }}'
112112
comment_mode: ${{ github.event_name == 'issue_comment' && 'always' || 'off' }}
113113
files: '**/build/test-results/**/*.xml'
114+
large_files: true
114115
- name: Archive SpotBugs Results
115116
uses: actions/upload-artifact@v4
116117
if: always()

.github/workflows/beam_LoadTests_Java_CoGBK_Dataflow_Streaming.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,4 +124,5 @@ jobs:
124124
uses: EnricoMi/publish-unit-test-result-action@v2
125125
if: always()
126126
with:
127-
files: '**/build/test-results/**/*.xml'
127+
files: '**/build/test-results/**/*.xml'
128+
large_files: true

.github/workflows/beam_PerformanceTests_BigQueryIO_Batch_Java_Avro.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,4 +102,5 @@ jobs:
102102
with:
103103
commit: '${{ env.prsha || env.GITHUB_SHA }}'
104104
comment_mode: ${{ github.event_name == 'issue_comment' && 'always' || 'off' }}
105-
files: '**/build/test-results/**/*.xml'
105+
files: '**/build/test-results/**/*.xml'
106+
large_files: true

.github/workflows/beam_PerformanceTests_BigQueryIO_Batch_Java_Json.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,4 +102,5 @@ jobs:
102102
with:
103103
commit: '${{ env.prsha || env.GITHUB_SHA }}'
104104
comment_mode: ${{ github.event_name == 'issue_comment' && 'always' || 'off' }}
105-
files: '**/build/test-results/**/*.xml'
105+
files: '**/build/test-results/**/*.xml'
106+
large_files: true

.github/workflows/beam_PerformanceTests_BigQueryIO_Streaming_Java.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,4 +102,5 @@ jobs:
102102
with:
103103
commit: '${{ env.prsha || env.GITHUB_SHA }}'
104104
comment_mode: ${{ github.event_name == 'issue_comment' && 'always' || 'off' }}
105-
files: '**/build/test-results/**/*.xml'
105+
files: '**/build/test-results/**/*.xml'
106+
large_files: true

.github/workflows/beam_PerformanceTests_SQLBigQueryIO_Batch_Java.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,4 +101,5 @@ jobs:
101101
with:
102102
commit: '${{ env.prsha || env.GITHUB_SHA }}'
103103
comment_mode: ${{ github.event_name == 'issue_comment' && 'always' || 'off' }}
104-
files: '**/build/test-results/**/*.xml'
104+
files: '**/build/test-results/**/*.xml'
105+
large_files: true

.github/workflows/beam_PerformanceTests_WordCountIT_PythonVersions.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,4 +115,5 @@ jobs:
115115
with:
116116
commit: '${{ env.prsha || env.GITHUB_SHA }}'
117117
comment_mode: ${{ github.event_name == 'issue_comment' && 'always' || 'off' }}
118-
files: '**/pytest*.xml'
118+
files: '**/pytest*.xml'
119+
large_files: true

.github/workflows/beam_PostCommit_Java.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,5 @@ jobs:
9090
with:
9191
commit: '${{ env.prsha || env.GITHUB_SHA }}'
9292
comment_mode: ${{ github.event_name == 'issue_comment' && 'always' || 'off' }}
93-
files: '**/build/test-results/**/*.xml'
93+
files: '**/build/test-results/**/*.xml'
94+
large_files: true

.github/workflows/beam_PostCommit_Java_Avro_Versions.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,5 @@ jobs:
9090
with:
9191
commit: '${{ env.prsha || env.GITHUB_SHA }}'
9292
comment_mode: ${{ github.event_name == 'issue_comment' && 'always' || 'off' }}
93-
files: '**/build/test-results/**/*.xml'
93+
files: '**/build/test-results/**/*.xml'
94+
large_files: true

.github/workflows/beam_PostCommit_Java_BigQueryEarlyRollout.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,3 +110,4 @@ jobs:
110110
commit: '${{ env.prsha || env.GITHUB_SHA }}'
111111
comment_mode: ${{ github.event_name == 'issue_comment' && 'always' || 'off' }}
112112
files: '**/build/test-results/**/*.xml'
113+
large_files: true

0 commit comments

Comments
 (0)