File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff 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
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 }}/"
You can’t perform that action at this time.
0 commit comments