Merge pull request #1497 from mikebrow/add-commit-sha-to-log

would like to have the commit sha in the log file names
This commit is contained in:
Mike Brown 2020-05-28 08:48:53 -05:00 committed by GitHub
commit 83b115af16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -128,7 +128,7 @@ jobs:
- name: Upload Integration Log File
uses: actions/upload-artifact@v1
with:
name: integration-test.log
name: integration-test-${{github.sha}}.log
path: /tmp/test-integration/containerd.log
- name: CRI Test
@ -139,7 +139,7 @@ jobs:
- name: Upload CRI Test log file
uses: actions/upload-artifact@v1
with:
name: cri-test.log
name: cri-test-${{github.sha}}.log
path: /tmp/test-cri/containerd.log
test-windows:
@ -172,5 +172,5 @@ jobs:
- name: Upload containerd log file
uses: actions/upload-artifact@v1
with:
name: cadvisor.log
name: cadvisor-${{github.sha}}.log
path: c:\\_artifacts\\containerd.log