We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 388bf85 commit dab839bCopy full SHA for dab839b
.github/workflows/package-verification.yml
@@ -65,6 +65,8 @@ jobs:
65
steps:
66
- name: Prepare variables
67
run: |
68
+ RUN_CFG__NOW="$(date +'%Y%m%d_%H%M%S')"
69
+ echo "RUN_CFG__NOW=$RUN_CFG__NOW" >> $GITHUB_ENV
70
RUN_CFG__LOGS_DIR="logs-${{ matrix.platform }}-py${{ matrix.python }}"
71
echo "RUN_CFG__LOGS_DIR=$RUN_CFG__LOGS_DIR" >> $GITHUB_ENV
72
RUN_CFG__DOCKER_IMAGE_NAME="tests-${{ matrix.platform }}-py${{ matrix.python }}"
@@ -85,5 +87,5 @@ jobs:
85
87
uses: actions/upload-artifact@v4
86
88
if: always() # IT IS IMPORTANT!
89
with:
- name: container-logs--${{ matrix.platform }}-py${{ matrix.python }}
90
+ name: testgres.os_ops--test_logs--${{ env.RUN_CFG__NOW }}-${{ matrix.platform }}-py${{ matrix.python }}-id${{ github.run_id }}
91
path: "${{ env.RUN_CFG__LOGS_DIR }}/"
0 commit comments