From 82e0b36af6b0f0c9487ab203918816f25f7c15f3 Mon Sep 17 00:00:00 2001 From: Enis Afgan Date: Thu, 12 Sep 2024 10:20:42 -0400 Subject: [PATCH] Edge test to use GKM 2.11.0 --- .github/workflows/new-edgetest.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/new-edgetest.yaml b/.github/workflows/new-edgetest.yaml index b9bd4e7d8..10db3c8fe 100644 --- a/.github/workflows/new-edgetest.yaml +++ b/.github/workflows/new-edgetest.yaml @@ -45,7 +45,7 @@ jobs: env: GKE_ZONE: us-east1-b GXY_TMP: /tmp/gxy - GKM_VERSION: "2.10.0" + GKM_VERSION: "2.11.0" USE_GKE_GCLOUD_AUTH_PLUGIN: True runs-on: ubuntu-latest permissions: @@ -172,7 +172,7 @@ jobs: run: | abm galaxy jobs list --history ${{ steps.history.outputs.history_name }} > ${{ steps.reports.outputs.dir }}/jobs.txt echo "Saving jobs that had errors." - abm galaxy jobs list --state error + abm galaxy jobs list --state error for job in $(abm galaxy jobs list --state error | awk '{print $1}') ; do if [[ ! -e ${{ steps.reports.outputs.dir }}/errors ]] ; then mkdir -p ${{ steps.reports.outputs.dir }}/errors