Skip to content

Commit 54d3488

Browse files
committed
Remove debug related code from regression.yml
Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>
1 parent c0c8523 commit 54d3488

1 file changed

Lines changed: 1 addition & 43 deletions

File tree

.github/workflows/regression.yml

Lines changed: 1 addition & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ on:
99
branches:
1010
- 'develop'
1111
- 'master'
12-
- 'arm64_runner_group'
1312
workflow_call:
1413
# workflows: ["Regression and Unit Post-Validation on Linux ARM64"]
1514
# types: [requested]
@@ -55,12 +54,6 @@ jobs:
5554
with:
5655
entrypoint: /bin/rm
5756
args: -rf install install_bin.tgz src ccache ${{ matrix.config_set }}
58-
- name: Set variables
59-
id: vars
60-
run: |
61-
echo "::set-output name=current_user::$(id -un)"
62-
echo "::set-output name=current_group::$(id -gn)"
63-
echo "::set-output name=github_ref_underscore::$(echo "${{github.ref}}" | tr '/' '_')"
6457
- name: Build
6558
uses: docker://ghcr.io/su2code/su2/build-su2:220614-1237
6659
with:
@@ -72,25 +65,11 @@ jobs:
7265
with:
7366
name: ${{ matrix.config_set }}
7467
path: install_bin.tgz
75-
- name: Cleanup
68+
- name: Post Cleanup
7669
uses: docker://ghcr.io/su2code/su2/build-su2:220614-1237
7770
with:
7871
entrypoint: /bin/rm
7972
args: -rf install install_bin.tgz src ccache ${{ matrix.config_set }}
80-
- name: Check 1
81-
run: |
82-
pwd
83-
ls -lah .
84-
- name: Check 2
85-
uses: docker://ghcr.io/su2code/su2/build-su2:220614-1237
86-
with:
87-
entrypoint: /bin/ls
88-
args: -lah .
89-
- name: Check 3 - id
90-
uses: docker://ghcr.io/su2code/su2/build-su2:220614-1237
91-
with:
92-
entrypoint: /usr/bin/id
93-
user: ${{ steps.vars.outputs.current_user }}
9473
regression_tests:
9574
runs-on: self-hosted
9675
name: Regression Tests
@@ -122,23 +101,8 @@ jobs:
122101
with:
123102
entrypoint: /bin/rm
124103
args: -rf install install_bin.tgz src ccache ${{ matrix.config_set }}
125-
- name: Check 1
126-
run: |
127-
pwd
128-
ls -lah .
129-
- name: Check 2
130-
uses: docker://ghcr.io/su2code/su2/build-su2:220614-1237
131-
with:
132-
entrypoint: /bin/ls
133-
args: -lah .
134104
- name: Download All artifacts
135105
uses: actions/download-artifact@v3
136-
- name: Set variables
137-
id: vars
138-
run: |
139-
echo "::set-output name=current_user::$(id -un)"
140-
echo "::set-output name=current_group::$(id -g)"
141-
echo "::set-output name=github_ref_underscore::$(echo "${{github.ref}}" | tr '/' '_')"
142106
- name: Uncompress and Move Binaries
143107
run: |
144108
BIN_FOLDER="$PWD/install/bin"
@@ -201,12 +165,6 @@ jobs:
201165
uses: actions/download-artifact@v3
202166
with:
203167
name: ${{format('Forward{0}', matrix.tag)}}
204-
- name: Set variables
205-
id: vars
206-
run: |
207-
echo "::set-output name=current_user::$(id -un)"
208-
echo "::set-output name=current_group::$(id -g)"
209-
echo "::set-output name=github_ref_underscore::$(echo "${{github.ref}}" | tr '/' '_')"
210168
- name: Uncompress and Move Binaries
211169
run: |
212170
BIN_FOLDER="$PWD/install/bin"

0 commit comments

Comments
 (0)