Skip to content

Commit

Permalink
Try running demo tests on shr2 runner
Browse files Browse the repository at this point in the history
  • Loading branch information
alexslavr committed Mar 5, 2025
1 parent db8ad67 commit f73e4ae
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/demos_visual_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ env:

jobs:
build:
runs-on: ubuntu-22.04
runs-on: devextreme-shr2
name: Build devextreme
timeout-minutes: 20

Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
env:
ACCESSIBILITY_TESTCAFE_REPORT_PATH: "accessibility_testcafe_report"

runs-on: ubuntu-22.04
runs-on: devextreme-shr2
name: ${{ matrix.CONSTEL }}-${{ matrix.STRATEGY }}-${{ matrix.THEME }}
timeout-minutes: 30

Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/demos_visual_tests_frameworks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ env:

jobs:
build-devextreme:
runs-on: ubuntu-22.04
runs-on: devextreme-shr2
name: Build DevExtreme
timeout-minutes: 40

Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
retention-days: 1

build-demos:
runs-on: ubuntu-22.04
runs-on: devextreme-shr2
name: Build Demos
timeout-minutes: 20
needs: build-devextreme
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
retention-days: 1

get-changes:
runs-on: ubuntu-22.04
runs-on: devextreme-shr2
name: Get changed demos
timeout-minutes: 5

Expand Down Expand Up @@ -181,7 +181,7 @@ jobs:
- build-devextreme
- get-changes

runs-on: ubuntu-22.04
runs-on: devextreme-shr2
timeout-minutes: 60

strategy:
Expand Down Expand Up @@ -265,7 +265,7 @@ jobs:

check_generated_demos:
name: ${{ matrix.name }}
runs-on: ubuntu-22.04
runs-on: devextreme-shr2
timeout-minutes: 10
needs: build-demos

Expand Down Expand Up @@ -353,7 +353,7 @@ jobs:
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)]
THEME: ['generic.light', 'material.blue.light', 'fluent.blue.light']

runs-on: ubuntu-22.04
runs-on: devextreme-shr2
name: testcafe-${{ matrix.CONSTEL }}-${{ matrix.THEME }}
timeout-minutes: 60

Expand Down

0 comments on commit f73e4ae

Please sign in to comment.