Skip to content

Commit 710595b

Browse files
authored
CI: Update demo tests etalons (#28698)
1 parent b55e5b6 commit 710595b

File tree

487 files changed

+8
-8
lines changed

Some content is hidden

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

487 files changed

+8
-8
lines changed

.github/workflows/demos_visual_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ env:
2020

2121
jobs:
2222
build:
23-
runs-on: ubuntu-latest
23+
runs-on: ubuntu-22.04
2424
name: Build devextreme
2525
timeout-minutes: 20
2626

@@ -73,7 +73,7 @@ jobs:
7373
env:
7474
ACCESSIBILITY_TESTCAFE_REPORT_PATH: "accessibility_testcafe_report"
7575

76-
runs-on: ubuntu-latest
76+
runs-on: ubuntu-22.04
7777
name: ${{ matrix.CONSTEL }}-${{ matrix.STRATEGY }}-${{ matrix.THEME }}
7878
timeout-minutes: 30
7979

.github/workflows/demos_visual_tests_frameworks.yml

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

2121
jobs:
2222
build-devextreme:
23-
runs-on: ubuntu-latest
23+
runs-on: ubuntu-22.04
2424
name: Build DevExtreme
2525
timeout-minutes: 40
2626

@@ -84,7 +84,7 @@ jobs:
8484
retention-days: 1
8585

8686
build-demos:
87-
runs-on: ubuntu-latest
87+
runs-on: ubuntu-22.04
8888
name: Build Demos
8989
timeout-minutes: 20
9090
needs: build-devextreme
@@ -156,7 +156,7 @@ jobs:
156156
retention-days: 1
157157

158158
get-changes:
159-
runs-on: ubuntu-latest
159+
runs-on: ubuntu-22.04
160160
name: Get changed demos
161161
timeout-minutes: 5
162162

@@ -185,7 +185,7 @@ jobs:
185185
- build-devextreme
186186
- get-changes
187187

188-
runs-on: ubuntu-latest
188+
runs-on: ubuntu-22.04
189189
timeout-minutes: 60
190190

191191
strategy:
@@ -271,7 +271,7 @@ jobs:
271271

272272
check_generated_demos:
273273
name: ${{ matrix.name }}
274-
runs-on: ubuntu-latest
274+
runs-on: ubuntu-22.04
275275
timeout-minutes: 10
276276
needs: build-demos
277277

@@ -361,7 +361,7 @@ jobs:
361361
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)]
362362
THEME: ['generic.light', 'material.blue.light', 'fluent.blue.light']
363363

364-
runs-on: ubuntu-latest
364+
runs-on: ubuntu-22.04
365365
name: testcafe-${{ matrix.CONSTEL }}-${{ matrix.THEME }}
366366
timeout-minutes: 60
367367

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

0 commit comments

Comments
 (0)