Skip to content

Commit

Permalink
Add focal and jammy to the weekly update job
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiocazzolato committed Oct 14, 2024
1 parent 6d97e2f commit 637ec90
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ jobs:
fail-fast: false
matrix:
include:
- group: ubuntu-20.04-64
source: ubuntu-20.04-64-base
target: ubuntu-20.04-64
cloud: google
- group: ubuntu-22.04-64
source: ubuntu-22.04-64-base
target: ubuntu-22.04-64
cloud: google
- group: ubuntu-24.04-64
source: ubuntu-24.04-64-base
target: ubuntu-24.04-64
Expand Down
4 changes: 2 additions & 2 deletions tasks/google/common/clean-old-images/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ environment:

execute: |
if [ "$SYSTEM_BACKUPS" -lt 0 ]; then
SYSTEM_BACKUPS = 0
SYSTEM_BACKUPS=0
fi
if [ -z "$TARGET_SYSTEM" ]; then
TARGET_SYSTEM = "$SPREAD_SYSTEM"
TARGET_SYSTEM="$SPREAD_SYSTEM"
fi
. "$TESTSLIB/names.sh"
Expand Down

0 comments on commit 637ec90

Please sign in to comment.