This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 75264404cf Remove image tag from Helm test name (#38621)
75264404cf is described below

commit 75264404cf3bd42bbe3b0513d15b55026fd891a5
Author: Jarek Potiuk <ja...@potiuk.com>
AuthorDate: Fri Mar 29 15:46:44 2024 +0100

    Remove image tag from Helm test name (#38621)
    
    The image tag makes no difference. While we are using the image to
    run Helm tests (for now) the fact that we are using specific image
    shoudl not be part of the job name (it's printed in the steps
    when the image is pulled).
---
 .github/workflows/helm-tests.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/helm-tests.yml b/.github/workflows/helm-tests.yml
index 73a8abd1b9..f6a2df6041 100644
--- a/.github/workflows/helm-tests.yml
+++ b/.github/workflows/helm-tests.yml
@@ -40,7 +40,7 @@ on:  # yamllint disable-line rule:truthy
 jobs:
   tests-helm:
     timeout-minutes: 80
-    name: "Unit tests Helm: ${{ matrix.helm-test-package }}:${{ 
inputs.image-tag }}"
+    name: "Unit tests Helm: ${{ matrix.helm-test-package }}"
     runs-on: ${{ fromJSON(inputs.runs-on) }}
     strategy:
       fail-fast: false

Reply via email to