Skip to content

Commit

Permalink
chore: cleanup & unify workflows and bump kind version (#1127)
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Nguyen <hey@mike.ee>
  • Loading branch information
mikeee authored Jan 14, 2025
1 parent 405b113 commit a273031
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 45 deletions.
9 changes: 9 additions & 0 deletions .github/env/global.env
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,13 @@ DAPR_CLI_VERSION: 1.14.1
DAPR_RUNTIME_VERSION: 1.15.0-rc.2
DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/v${DAPR_CLI_VERSION}/install/
DAPR_DEFAULT_IMAGE_REGISTRY: ghcr

MACOS_PYTHON_VERSION: 3.10

PODMAN_VERSION: 4.4.4

GOVER: 1.22

KUBERNETES_VERSION: v1.32.0
KIND_VERSION: v0.26.0
KIND_IMAGE_SHA: sha256:c48c62eac5da28cdadcf560d1d8616cfa6783b58f0d94cf63ad1bf49600cb027
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,6 @@ jobs:
name: Validate C# quickstart on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
timeout-minutes: 130
env:
DAPR_DEFAULT_IMAGE_REGISTRY: GHCR
DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/master/install
GOVER: 1.18
KUBERNETES_VERSION: v1.25.3
KIND_VERSION: v0.17.0
KIND_IMAGE_SHA: sha256:f52781bc0d7a19fb6c405c2af83abfeb311f130707a0e219175677e366cc45d1
PODMAN_VERSION: 4.4.4
strategy:
matrix:
os: [ubuntu-latest]
Expand Down
8 changes: 0 additions & 8 deletions .github/workflows/validate_go_quickstarts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,6 @@ jobs:
name: Validate Go quickstarts on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
timeout-minutes: 130
env:
DAPR_DEFAULT_IMAGE_REGISTRY: GHCR
DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/master/install
GOVER: 1.21
KUBERNETES_VERSION: v1.21.1
KIND_VERSION: v0.11.0
KIND_IMAGE_SHA: sha256:69860bda5563ac81e3c0057d654b5253219618a22ec3a346306239bba8cfa1a6
PODMAN_VERSION: 4.4.4
strategy:
matrix:
os: [ubuntu-latest]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,6 @@ jobs:
name: Validate Java quickstart on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
timeout-minutes: 130
env:
DAPR_DEFAULT_IMAGE_REGISTRY: GHCR
DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/master/install
GOVER: 1.19
KUBERNETES_VERSION: v1.25.3
KIND_VERSION: v0.17.0
KIND_IMAGE_SHA: sha256:f52781bc0d7a19fb6c405c2af83abfeb311f130707a0e219175677e366cc45d1
PODMAN_VERSION: 4.4.4
strategy:
matrix:
os: [ubuntu-latest]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,6 @@ jobs:
name: Validate Javascript quickstart on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
timeout-minutes: 130
env:
DAPR_DEFAULT_IMAGE_REGISTRY: GHCR
DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/master/install
GOVER: 1.19
KUBERNETES_VERSION: v1.25.3
KIND_VERSION: v0.17.0
KIND_IMAGE_SHA: sha256:f52781bc0d7a19fb6c405c2af83abfeb311f130707a0e219175677e366cc45d1
PODMAN_VERSION: 4.4.4
strategy:
matrix:
os: [ubuntu-latest]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,6 @@ jobs:
name: Validate Python quickstart on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
timeout-minutes: 130
env:
DAPR_DEFAULT_IMAGE_REGISTRY: GHCR
DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/master/install
GOVER: 1.19
KUBERNETES_VERSION: v1.25.3
KIND_VERSION: v0.17.0
KIND_IMAGE_SHA: sha256:f52781bc0d7a19fb6c405c2af83abfeb311f130707a0e219175677e366cc45d1
PODMAN_VERSION: 4.4.4
strategy:
matrix:
os: [ubuntu-latest]
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/validate_tutorials.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,6 @@ jobs:
name: Validate tutorials on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
timeout-minutes: 40
env:
GOVER: 1.22
KUBERNETES_VERSION: v1.29.4
KIND_VERSION: v0.23.0
KIND_IMAGE_SHA: sha256:3abb816a5b1061fb15c6e9e60856ec40d56b7b52bcea5f5f1350bc6e2320b6f8
strategy:
matrix:
os: [ubuntu-latest]
Expand Down

0 comments on commit a273031

Please sign in to comment.