Skip to content

Commit b700c93

Browse files
committed
regression.yml workflow should run on x86_64 (ubuntu-latest)
Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>
1 parent 54d3488 commit b700c93

1 file changed

Lines changed: 3 additions & 8 deletions

File tree

.github/workflows/regression.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@ on:
99
branches:
1010
- 'develop'
1111
- 'master'
12-
workflow_call:
13-
# workflows: ["Regression and Unit Post-Validation on Linux ARM64"]
14-
# types: [requested]
15-
# branches:
16-
# - 'develop'
1712

1813
jobs:
1914
build:
@@ -41,7 +36,7 @@ jobs:
4136
flags: '-Denable-autodiff=true -Denable-normal=false -Dwith-omp=true -Denable-mixedprec=true -Denable-tecio=false --warnlevel=3 --werror'
4237
- config_set: ForwardOMP
4338
flags: '-Denable-directdiff=true -Denable-normal=false -Dwith-omp=true -Denable-mixedprec=true -Denable-tecio=false --warnlevel=3 --werror'
44-
runs-on: self-hosted
39+
runs-on: ubuntu-latest
4540
steps:
4641
- name: Cache Object Files
4742
uses: actions/cache@v3
@@ -71,7 +66,7 @@ jobs:
7166
entrypoint: /bin/rm
7267
args: -rf install install_bin.tgz src ccache ${{ matrix.config_set }}
7368
regression_tests:
74-
runs-on: self-hosted
69+
runs-on: ubuntu-latest
7570
name: Regression Tests
7671
needs: build
7772
strategy:
@@ -133,7 +128,7 @@ jobs:
133128
entrypoint: /bin/rm
134129
args: -rf install install_bin.tgz src ccache ${{ matrix.config_set }}
135130
unit_tests:
136-
runs-on: self-hosted
131+
runs-on: ubuntu-latest
137132
name: Unit Tests
138133
needs: build
139134
strategy:

0 commit comments

Comments
 (0)