Skip to content

Commit 5fa1852

Browse files
authored
CI: Stabilize tests (24_1) (#28733)
1 parent abdd30e commit 5fa1852

File tree

1,382 files changed

+19
-14
lines changed

Some content is hidden

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

1,382 files changed

+19
-14
lines changed

.github/workflows/demos_visual_tests.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ env:
1717

1818
jobs:
1919
build:
20-
runs-on: ubuntu-latest
20+
runs-on: ubuntu-22.04
2121
name: Build devextreme
2222
timeout-minutes: 20
2323

@@ -55,7 +55,7 @@ jobs:
5555
env:
5656
ACCESSIBILITY_TESTCAFE_REPORT_PATH: "accessibility_testcafe_report"
5757

58-
runs-on: ubuntu-latest
58+
runs-on: ubuntu-22.04
5959
name: ${{ matrix.CONSTEL }}-${{ matrix.STRATEGY }}-${{ matrix.THEME }}
6060
timeout-minutes: 30
6161

@@ -117,8 +117,10 @@ jobs:
117117
if: matrix.STRATEGY == 'accessibility'
118118
working-directory: apps/demos
119119
run: |
120-
message=$(cat $ACCESSIBILITY_TESTCAFE_REPORT_PATH)
121-
echo "::warning ::$message"
120+
if [ -f $ACCESSIBILITY_TESTCAFE_REPORT_PATH ]; then
121+
message=$(cat $ACCESSIBILITY_TESTCAFE_REPORT_PATH)
122+
echo "::warning ::$message"
123+
fi
122124
123125
- name: Copy screenshots artifacts
124126
if: failure() && matrix.STRATEGY == 'screenshots'

.github/workflows/demos_visual_tests_frameworks.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ env:
1717

1818
jobs:
1919
build-devextreme:
20-
runs-on: ubuntu-latest
20+
runs-on: ubuntu-22.04
2121
name: Build DevExtreme
2222
timeout-minutes: 20
2323

@@ -66,7 +66,7 @@ jobs:
6666
retention-days: 1
6767

6868
build-demos:
69-
runs-on: ubuntu-latest
69+
runs-on: ubuntu-22.04
7070
name: Build Demos
7171
timeout-minutes: 20
7272
needs: build-devextreme
@@ -126,7 +126,7 @@ jobs:
126126
retention-days: 1
127127

128128
get-changes:
129-
runs-on: ubuntu-latest
129+
runs-on: ubuntu-22.04
130130
name: Get changed demos
131131
timeout-minutes: 5
132132

@@ -155,7 +155,7 @@ jobs:
155155
- build-devextreme
156156
- get-changes
157157

158-
runs-on: ubuntu-latest
158+
runs-on: ubuntu-22.04
159159
timeout-minutes: 60
160160

161161
strategy:
@@ -211,7 +211,7 @@ jobs:
211211

212212
check_generated_demos:
213213
name: ${{ matrix.name }}
214-
runs-on: ubuntu-latest
214+
runs-on: ubuntu-22.04
215215
timeout-minutes: 10
216216
needs: build-demos
217217

@@ -292,7 +292,7 @@ jobs:
292292
CONSTEL: [react(1/4), react(2/4), react(3/4), react(4/4), vue(1/4), vue(2/4), vue(3/4), vue(4/4), angular(1/4), angular(2/4), angular(3/4), angular(4/4)]
293293
THEME: ['generic.light', 'material.blue.light', 'fluent.blue.light']
294294

295-
runs-on: ubuntu-latest
295+
runs-on: ubuntu-22.04
296296
name: testcafe-${{ matrix.CONSTEL }}-${{ matrix.THEME }}
297297
timeout-minutes: 60
298298

271 Bytes
8 Bytes
506 Bytes
222 Bytes
101 Bytes
250 Bytes
163 Bytes
76 Bytes

0 commit comments

Comments
 (0)