actions are tricky
Run architectural test suite on backends / Build ISS, Setup TGC-COMPLIANCE, Run tests on backends (push) Failing after 6m47s
Details
Run architectural test suite on backends / Build ISS, Setup TGC-COMPLIANCE, Run tests on backends (push) Failing after 6m47s
Details
This commit is contained in:
parent
ddec62b3a3
commit
17b8e4a7fc
|
@ -16,14 +16,12 @@ jobs:
|
||||||
|
|
||||||
- name: Checkout TGC-COMPLIANCE
|
- name: Checkout TGC-COMPLIANCE
|
||||||
run: |
|
run: |
|
||||||
exit 0
|
|
||||||
echo "${{ secrets.ACTRUNNER_PRIVATE_SSHKEY }}" > ssh_key
|
echo "${{ secrets.ACTRUNNER_PRIVATE_SSHKEY }}" > ssh_key
|
||||||
chmod 600 ssh_key
|
chmod 600 ssh_key
|
||||||
git clone --recursive -c core.sshCommand="/usr/bin/ssh -i ssh_key -o StrictHostKeyChecking=accept-new" ssh://git@git.minres.com:2221/TGFS/TGC-COMPLIANCE.git
|
git clone --recursive -c core.sshCommand="/usr/bin/ssh -i ssh_key -o StrictHostKeyChecking=accept-new" ssh://git@git.minres.com:2221/TGFS/TGC-COMPLIANCE.git
|
||||||
|
|
||||||
- name: Build tgc-sim executable
|
- name: Build tgc-sim executable
|
||||||
run: |
|
run: |
|
||||||
exit 0
|
|
||||||
conan profile new --detect --force default
|
conan profile new --detect --force default
|
||||||
cmake -S TGC-ISS -B TGC-ISS/build -DCMAKE_BUILD_TYPE=Debug -DWITH_ASMJIT=ON -DWITH_TCC=ON -DWITH_LLVM=OFF
|
cmake -S TGC-ISS -B TGC-ISS/build -DCMAKE_BUILD_TYPE=Debug -DWITH_ASMJIT=ON -DWITH_TCC=ON -DWITH_LLVM=OFF
|
||||||
cmake --build TGC-ISS/build -j24
|
cmake --build TGC-ISS/build -j24
|
||||||
|
@ -58,6 +56,6 @@ jobs:
|
||||||
mkdir asmjit
|
mkdir asmjit
|
||||||
python3 TGC-COMPLIANCE/run_act.py -core TGC5C -sim TGC-ISS/build/dbt-rise-tgc/tgc-sim -w asmjit --dockerless --backend asmjit
|
python3 TGC-COMPLIANCE/run_act.py -core TGC5C -sim TGC-ISS/build/dbt-rise-tgc/tgc-sim -w asmjit --dockerless --backend asmjit
|
||||||
|
|
||||||
- name: Indicate Failure 4
|
- name: Indicate Failure
|
||||||
if: steps.*.outcome != 'success'
|
if: steps.*.outcome != 'success'
|
||||||
run: echo "Failure detected"
|
run: echo "Failure detected"; exit 1
|
Loading…
Reference in New Issue