Skip to content

Commit 9ec5437

Browse files
committed
Revert "build: move to github-hosted runners"
This reverts commit 58ac034.
1 parent cd55eaa commit 9ec5437

File tree

5 files changed

+9
-13
lines changed

5 files changed

+9
-13
lines changed

.github/workflows/tests-build-js.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ on:
44
jobs:
55
build-js:
66
name: Build JS
7-
# runs-on: ["self-hosted", "linux", "arm64", "ubuntu-platform"]
8-
runs-on: ubuntu-24.04
7+
runs-on: ["self-hosted", "linux", "arm64", "ubuntu-platform"]
98
steps:
109
- name: Configure AWS credentials and bucket region
1110
uses: aws-actions/configure-aws-credentials@v4

.github/workflows/tests-dashmate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ jobs:
1818
dashmate-test:
1919
name: Run ${{ inputs.name }} tests
2020
# TODO: Try with Github Runner, probably it will be the same time
21-
# runs-on: [ "self-hosted", "linux", "arm64", "ubuntu-platform" ]
22-
runs-on: ubuntu-24.04
21+
runs-on: [ "self-hosted", "linux", "arm64", "ubuntu-platform" ]
2322
timeout-minutes: 15
2423
steps:
2524
- name: Check out repo
@@ -119,3 +118,4 @@ jobs:
119118
- name: Show Docker logs
120119
if: ${{ failure() }}
121120
uses: jwalton/gh-docker-logs@v2
121+

.github/workflows/tests-packges-functional.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ on:
44
jobs:
55
test-functional:
66
name: Run functional tests
7-
# runs-on: [ "self-hosted", "linux", "arm64", "ubuntu-platform" ]
8-
runs-on: ubuntu-24.04
7+
runs-on: [ "self-hosted", "linux", "arm64", "ubuntu-platform" ]
98
timeout-minutes: 15
109
env:
1110
CHROME_BIN: /usr/bin/brave-browser

.github/workflows/tests-rs-package.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,11 @@ on:
88
test-runner:
99
description: Runner for tests. Must be JSON valid string.
1010
type: string
11-
# default: '[ "self-hosted", "linux", "arm64", "ubuntu-platform" ]'
12-
default: '[ "ubuntu-24.04" ]'
11+
default: '[ "self-hosted", "linux", "arm64", "ubuntu-platform" ]'
1312
lint-runner:
1413
description: Runner for linting. Must be JSON valid string.
1514
type: string
16-
default: '[ "ubuntu-24.04" ]'
15+
default: '"ubuntu-24.04"'
1716
check-each-feature:
1817
description: If true, try to build each individual feature for this crate
1918
type: boolean

.github/workflows/tests-test-suite.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ on:
2222
jobs:
2323
test-suite:
2424
name: Run ${{ inputs.name }}
25-
# runs-on: [ "self-hosted", "linux", "arm64", "ubuntu-platform" ]
26-
runs-on: ubuntu-24.04
25+
runs-on: [ "self-hosted", "linux", "arm64", "ubuntu-platform" ]
2726
timeout-minutes: 15
2827
env:
2928
CHROME_BIN: /usr/bin/brave-browser
@@ -58,8 +57,8 @@ jobs:
5857
- name: Run test suite
5958
run: yarn workspace @dashevo/platform-test-suite ${{ inputs.command }}
6059
env:
61-
BROWSER_TEST_BATCH_INDEX: ${{ inputs.batch_index }}
62-
BROWSER_TEST_BATCH_TOTAL: ${{ inputs.batch_total }}
60+
BROWSER_TEST_BATCH_INDEX: ${{ inputs.batch_index }}
61+
BROWSER_TEST_BATCH_TOTAL: ${{ inputs.batch_total }}
6362

6463
- name: Show Docker logs
6564
if: ${{ failure() }}

0 commit comments

Comments
 (0)