mirror of https://github.com/dapr/quickstarts.git
chore: cleanup & unify workflows and bump kind version (#1127)
Signed-off-by: Mike Nguyen <hey@mike.ee>
This commit is contained in:
parent
405b113a70
commit
a273031d5e
|
|
@ -2,4 +2,13 @@ DAPR_CLI_VERSION: 1.14.1
|
||||||
DAPR_RUNTIME_VERSION: 1.15.0-rc.2
|
DAPR_RUNTIME_VERSION: 1.15.0-rc.2
|
||||||
DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/v${DAPR_CLI_VERSION}/install/
|
DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/v${DAPR_CLI_VERSION}/install/
|
||||||
DAPR_DEFAULT_IMAGE_REGISTRY: ghcr
|
DAPR_DEFAULT_IMAGE_REGISTRY: ghcr
|
||||||
|
|
||||||
MACOS_PYTHON_VERSION: 3.10
|
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
|
||||||
|
|
@ -32,14 +32,6 @@ jobs:
|
||||||
name: Validate C# quickstart on ${{ matrix.os }}
|
name: Validate C# quickstart on ${{ matrix.os }}
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
timeout-minutes: 130
|
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:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest]
|
os: [ubuntu-latest]
|
||||||
|
|
@ -32,14 +32,6 @@ jobs:
|
||||||
name: Validate Go quickstarts on ${{ matrix.os }}
|
name: Validate Go quickstarts on ${{ matrix.os }}
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
timeout-minutes: 130
|
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:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest]
|
os: [ubuntu-latest]
|
||||||
|
|
|
||||||
|
|
@ -32,14 +32,6 @@ jobs:
|
||||||
name: Validate Java quickstart on ${{ matrix.os }}
|
name: Validate Java quickstart on ${{ matrix.os }}
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
timeout-minutes: 130
|
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:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest]
|
os: [ubuntu-latest]
|
||||||
|
|
@ -32,14 +32,6 @@ jobs:
|
||||||
name: Validate Javascript quickstart on ${{ matrix.os }}
|
name: Validate Javascript quickstart on ${{ matrix.os }}
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
timeout-minutes: 130
|
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:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest]
|
os: [ubuntu-latest]
|
||||||
|
|
@ -32,14 +32,6 @@ jobs:
|
||||||
name: Validate Python quickstart on ${{ matrix.os }}
|
name: Validate Python quickstart on ${{ matrix.os }}
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
timeout-minutes: 130
|
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:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest]
|
os: [ubuntu-latest]
|
||||||
|
|
@ -32,11 +32,6 @@ jobs:
|
||||||
name: Validate tutorials on ${{ matrix.os }}
|
name: Validate tutorials on ${{ matrix.os }}
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
timeout-minutes: 40
|
timeout-minutes: 40
|
||||||
env:
|
|
||||||
GOVER: 1.22
|
|
||||||
KUBERNETES_VERSION: v1.29.4
|
|
||||||
KIND_VERSION: v0.23.0
|
|
||||||
KIND_IMAGE_SHA: sha256:3abb816a5b1061fb15c6e9e60856ec40d56b7b52bcea5f5f1350bc6e2320b6f8
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest]
|
os: [ubuntu-latest]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue