Skip to content

Commit dab839b

Browse files
[CI] Unique artifact names are generated (#18)
1 parent 388bf85 commit dab839b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/package-verification.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ jobs:
6565
steps:
6666
- name: Prepare variables
6767
run: |
68+
RUN_CFG__NOW="$(date +'%Y%m%d_%H%M%S')"
69+
echo "RUN_CFG__NOW=$RUN_CFG__NOW" >> $GITHUB_ENV
6870
RUN_CFG__LOGS_DIR="logs-${{ matrix.platform }}-py${{ matrix.python }}"
6971
echo "RUN_CFG__LOGS_DIR=$RUN_CFG__LOGS_DIR" >> $GITHUB_ENV
7072
RUN_CFG__DOCKER_IMAGE_NAME="tests-${{ matrix.platform }}-py${{ matrix.python }}"
@@ -85,5 +87,5 @@ jobs:
8587
uses: actions/upload-artifact@v4
8688
if: always() # IT IS IMPORTANT!
8789
with:
88-
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 }}
8991
path: "${{ env.RUN_CFG__LOGS_DIR }}/"

0 commit comments

Comments
 (0)