File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
1813jobs :
1914 build :
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
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 :
You can’t perform that action at this time.
0 commit comments