** DO NOT MERGE ** Testing consul-1.21.0-rc1 + consul-k8s-1.7.0-rc1 with ocp-4.16 + k8s-1.30.0 + kubectl 1.30.0 #7
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Dispatch to the consul-k8s-workflows with a nightly cron | |
name: pr-cloud-acceptance | |
on: | |
pull_request: | |
branches: | |
- release/1.7.0-rc1 | |
# these should be the only settings that you will ever need to change | |
env: | |
BRANCH: ${{ github.event.pull_request.head.ref }} | |
CONTEXT: "pr" | |
jobs: | |
cloud-acceptance: | |
name: cloud-acceptance | |
runs-on: ubuntu-latest | |
steps: | |
- uses: benc-uk/workflow-dispatch@25b02cc069be46d637e8fe2f1e8484008e9e9609 # v1.2.3 | |
name: cloud | |
with: | |
workflow: cloud.yml | |
repo: hashicorp/consul-k8s-workflows | |
ref: mukul/testing-ocp-compatibility | |
token: ${{ secrets.ELEVATED_GITHUB_TOKEN }} | |
inputs: '{ "context":"${{ env.CONTEXT }}", "repository":"${{ github.repository }}", "branch":"${{ env.BRANCH }}", "sha":"${{ github.sha }}", "token":"${{ secrets.ELEVATED_GITHUB_TOKEN }}", "test-integrations": "eks" }' |