Skip to content

Commit 0a236e4

Browse files
feedback
1 parent 6f5e24e commit 0a236e4

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.ci/generate_test_report_lib.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,10 @@ def plural(num_tests):
126126
report.extend(
127127
[
128128
"",
129-
"If these failures are unrelated to your changes (e.g., tests are "
130-
"broken or flaky at HEAD), please open an issue at "
129+
"If these failures are unrelated to your changes (for example "
130+
"tests are broken or flaky at HEAD), please open an issue at "
131131
"https://github.com/llvm/llvm-project/issues and add the "
132-
"infrastructure label.",
132+
"`infrastructure` label.",
133133
]
134134
)
135135

.ci/generate_test_report_lib_test.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def test_no_failures_build_failed(self):
111111
112112
[Download](https://buildkite.com/organizations/organization_slug/pipelines/pipeline_slug/builds/build_number/jobs/job_id/download.txt) the build's log file to see the details.
113113
114-
If these failures are unrelated to your changes (e.g., tests are broken or flaky at HEAD), please open an issue at https://github.com/llvm/llvm-project/issues and add the infrastructure label."""
114+
If these failures are unrelated to your changes (for example tests are broken or flaky at HEAD), please open an issue at https://github.com/llvm/llvm-project/issues and add the `infrastructure` label."""
115115
),
116116
"error",
117117
),
@@ -173,7 +173,7 @@ def test_report_single_file_single_testsuite(self):
173173
```
174174
</details>
175175
176-
If these failures are unrelated to your changes (e.g., tests are broken or flaky at HEAD), please open an issue at https://github.com/llvm/llvm-project/issues and add the infrastructure label."""
176+
If these failures are unrelated to your changes (for example tests are broken or flaky at HEAD), please open an issue at https://github.com/llvm/llvm-project/issues and add the `infrastructure` label."""
177177
),
178178
"error",
179179
),
@@ -209,7 +209,7 @@ def test_report_single_file_single_testsuite(self):
209209
```
210210
</details>
211211
212-
If these failures are unrelated to your changes (e.g., tests are broken or flaky at HEAD), please open an issue at https://github.com/llvm/llvm-project/issues and add the infrastructure label."""
212+
If these failures are unrelated to your changes (for example tests are broken or flaky at HEAD), please open an issue at https://github.com/llvm/llvm-project/issues and add the `infrastructure` label."""
213213
),
214214
"error",
215215
)
@@ -319,7 +319,7 @@ def test_report_dont_list_failures(self):
319319
320320
Failed tests and their output was too large to report. Download the build's log file to see the details.
321321
322-
If these failures are unrelated to your changes (e.g., tests are broken or flaky at HEAD), please open an issue at https://github.com/llvm/llvm-project/issues and add the infrastructure label."""
322+
If these failures are unrelated to your changes (for example tests are broken or flaky at HEAD), please open an issue at https://github.com/llvm/llvm-project/issues and add the `infrastructure` label."""
323323
),
324324
"error",
325325
),
@@ -362,7 +362,7 @@ def test_report_dont_list_failures_link_to_log(self):
362362
363363
Failed tests and their output was too large to report. [Download](https://buildkite.com/organizations/organization_slug/pipelines/pipeline_slug/builds/build_number/jobs/job_id/download.txt) the build's log file to see the details.
364364
365-
If these failures are unrelated to your changes (e.g., tests are broken or flaky at HEAD), please open an issue at https://github.com/llvm/llvm-project/issues and add the infrastructure label."""
365+
If these failures are unrelated to your changes (for example tests are broken or flaky at HEAD), please open an issue at https://github.com/llvm/llvm-project/issues and add the `infrastructure` label."""
366366
),
367367
"error",
368368
),
@@ -402,7 +402,7 @@ def test_report_size_limit(self):
402402
403403
Failed tests and their output was too large to report. Download the build's log file to see the details.
404404
405-
If these failures are unrelated to your changes (e.g., tests are broken or flaky at HEAD), please open an issue at https://github.com/llvm/llvm-project/issues and add the infrastructure label."""
405+
If these failures are unrelated to your changes (for example tests are broken or flaky at HEAD), please open an issue at https://github.com/llvm/llvm-project/issues and add the `infrastructure` label."""
406406
),
407407
"error",
408408
),

0 commit comments

Comments
 (0)