Skip to content

Commit 438b3bf

Browse files
CI: package-verification.yml is updated (normalization) (#32)
1 parent c62a576 commit 438b3bf

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/package-verification.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -67,15 +67,15 @@ jobs:
6767
- platform: "astralinux_1_7"
6868
python: "3"
6969

70+
env:
71+
BASE_SIGN: "${{ matrix.platform }}-py${{ matrix.python }}"
72+
7073
steps:
7174
- name: Prepare variables
7275
run: |
73-
RUN_CFG__NOW="$(date +'%Y%m%d_%H%M%S')"
74-
echo "RUN_CFG__NOW=$RUN_CFG__NOW" >> $GITHUB_ENV
75-
RUN_CFG__LOGS_DIR="logs-${{ matrix.platform }}-py${{ matrix.python }}"
76-
echo "RUN_CFG__LOGS_DIR=$RUN_CFG__LOGS_DIR" >> $GITHUB_ENV
77-
RUN_CFG__DOCKER_IMAGE_NAME="tests-${{ matrix.platform }}-py${{ matrix.python }}"
78-
echo "RUN_CFG__DOCKER_IMAGE_NAME=$RUN_CFG__DOCKER_IMAGE_NAME" >> $GITHUB_ENV
76+
echo "RUN_CFG__NOW=$(date +'%Y%m%d_%H%M%S')" >> $GITHUB_ENV
77+
echo "RUN_CFG__LOGS_DIR=logs-${{ env.BASE_SIGN }}" >> $GITHUB_ENV
78+
echo "RUN_CFG__DOCKER_IMAGE_NAME=tests-${{ env.BASE_SIGN }}" >> $GITHUB_ENV
7979
echo "---------- [$GITHUB_ENV]"
8080
cat $GITHUB_ENV
8181
- name: Checkout
@@ -92,5 +92,5 @@ jobs:
9292
uses: actions/upload-artifact@v7
9393
if: always() # IT IS IMPORTANT!
9494
with:
95-
name: testgres.os_ops--test_logs--${{ env.RUN_CFG__NOW }}-${{ matrix.platform }}-py${{ matrix.python }}-id${{ github.run_id }}
95+
name: testgres.os_ops--test_logs--${{ env.RUN_CFG__NOW }}-${{ env.BASE_SIGN }}-id${{ github.run_id }}
9696
path: "${{ env.RUN_CFG__LOGS_DIR }}/"

0 commit comments

Comments
 (0)