would like to have the commit sha in the logs

Signed-off-by: Mike Brown <brownwm@us.ibm.com>
This commit is contained in:
Mike Brown 2020-05-27 13:39:16 -05:00
parent 52c2c6b5df
commit e8148bb49b

View File

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