Skip to content

Commit

Permalink
240213.222325.HKT fix profile_*.yml regarding ${{ env.SOLNAME }}
Browse files Browse the repository at this point in the history
  • Loading branch information
zaikunzhang committed Feb 13, 2024
1 parent 97b6b6d commit fb69b74
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/profile_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ jobs:
shell: bash
run: |
solver=${{ matrix.solver }}
cd /tmp/${solver}_profile_prima/
cd /tmp/${{ env.SOLNAME }}_profile_prima/
ls *${solver}*_start -1 > ${solver}_prob_start
ls *${solver}*_end -1 > ${solver}_prob_end
diff ${solver}_prob_start ${solver}_prob_end > ${solver}_stuck || :
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_all_sq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ jobs:
shell: bash
run: |
solver=${{ matrix.solver }}
cd /tmp/${solver}_profile_prima/
cd /tmp/${{ env.SOLNAME }}_profile_prima/
ls *${solver}*_start -1 > ${solver}_prob_start
ls *${solver}*_end -1 > ${solver}_prob_end
diff ${solver}_prob_start ${solver}_prob_end > ${solver}_stuck || :
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_compiler_options.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:
shell: bash
run: |
solver=${{ matrix.solver }}
cd /tmp/${solver}_profile_prima/
cd /tmp/${{ env.SOLNAME }}_profile_prima/
ls *${solver}*_start -1 > ${solver}_prob_start
ls *${solver}*_end -1 > ${solver}_prob_end
diff ${solver}_prob_start ${solver}_prob_end > ${solver}_stuck || :
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_infnan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ jobs:
shell: bash
run: |
solver=${{ matrix.solver }}
cd /tmp/${solver}_profile_prima/
cd /tmp/${{ env.SOLNAME }}_profile_prima/
ls *${solver}*_start -1 > ${solver}_prob_start
ls *${solver}*_end -1 > ${solver}_prob_end
diff ${solver}_prob_start ${solver}_prob_end > ${solver}_stuck || :
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_int16.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:
shell: bash
run: |
solver=${{ matrix.solver }}
cd /tmp/${solver}_profile_prima/
cd /tmp/${{ env.SOLNAME }}_profile_prima/
ls *${solver}*_start -1 > ${solver}_prob_start
ls *${solver}*_end -1 > ${solver}_prob_end
diff ${solver}_prob_start ${solver}_prob_end > ${solver}_stuck || :
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_quadruple.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
shell: bash
run: |
solver=${{ matrix.solver }}
cd /tmp/${solver}_profile_prima/
cd /tmp/${{ env.SOLNAME }}_profile_prima/
ls *${solver}*_start -1 > ${solver}_prob_start
ls *${solver}*_end -1 > ${solver}_prob_end
diff ${solver}_prob_start ${solver}_prob_end > ${solver}_stuck || :
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_rescue_idz_classical.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ jobs:
shell: bash
run: |
solver=${{ matrix.solver }}
cd /tmp/${solver}_profile_prima/
cd /tmp/${{ env.SOLNAME }}_profile_prima/
ls *${solver}*_start -1 > ${solver}_prob_start
ls *${solver}*_end -1 > ${solver}_prob_end
diff ${solver}_prob_start ${solver}_prob_end > ${solver}_stuck || :
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_rescue_idz_modernized.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ jobs:
shell: bash
run: |
solver=${{ matrix.solver }}
cd /tmp/${solver}_profile_prima/
cd /tmp/${{ env.SOLNAME }}_profile_prima/
ls *${solver}*_start -1 > ${solver}_prob_start
ls *${solver}*_end -1 > ${solver}_prob_end
diff ${solver}_prob_start ${solver}_prob_end > ${solver}_stuck || :
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_single.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
shell: bash
run: |
solver=${{ matrix.solver }}
cd /tmp/${solver}_profile_prima/
cd /tmp/${{ env.SOLNAME }}_profile_prima/
ls *${solver}*_start -1 > ${solver}_prob_start
ls *${solver}*_end -1 > ${solver}_prob_end
diff ${solver}_prob_start ${solver}_prob_end > ${solver}_stuck || :
Expand Down

0 comments on commit fb69b74

Please sign in to comment.