From e8148bb49b1ca7e4a11e8270d28737cd213a8f99 Mon Sep 17 00:00:00 2001 From: Mike Brown Date: Wed, 27 May 2020 13:39:16 -0500 Subject: [PATCH] would like to have the commit sha in the logs Signed-off-by: Mike Brown --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a4110adbe..a1566ca2b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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