Skip to content

Commit

Permalink
tmp: run 1.4.0 cloud acceptance tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zalimeni committed Feb 28, 2024
1 parent 902364b commit 73ed02a
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions .github/workflows/cloud-acceptance-1-4-0.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Dispatch to the consul-k8s-workflows to run the cloud acceptance tests for the release branch
name: cloud-acceptance-1-4-0
on:
workflow_dispatch:
push:
branches:
- zalimeni/tmp-cloud-acceptance-1.4.0

# these should be the only settings that you will ever need to change
env:
BRANCH: "zalimeni/tmp-cloud-acceptance-1.4.0"
CONTEXT: "weekly"

jobs:
cloud:
name: cloud
runs-on: ubuntu-latest
steps:
- uses: benc-uk/workflow-dispatch@798e70c97009500150087d30d9f11c5444830385 # v1.2.2
name: cloud
with:
workflow: cloud.yml
repo: hashicorp/consul-k8s-workflows
ref: main
token: ${{ secrets.ELEVATED_GITHUB_TOKEN }}
inputs: '{ "context":"${{ env.CONTEXT }}", "repository":"${{ github.repository }}", "branch":"${{ env.BRANCH }}", "sha":"${{ github.sha }}", "token":"${{ secrets.ELEVATED_GITHUB_TOKEN }}" }'
2 changes: 1 addition & 1 deletion charts/consul/test/terraform/aks/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ variable "location" {
}

variable "kubernetes_version" {
default = "1.25"
default = "1.26"
description = "Kubernetes version supported on AKS"
}

Expand Down

0 comments on commit 73ed02a

Please sign in to comment.