Skip to content

Commit

Permalink
Edge test to use GKM 2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
afgane committed Sep 12, 2024
1 parent cf7b10a commit 82e0b36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/new-edgetest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 82e0b36

Please sign in to comment.