Allow for karpenter and node_groups to be deployed in tandem, pin karpenter controller pods to karpenter node_pool #1876
Workflow file for this run
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
name: Trigger Deploy-Upgrade | |
on: | |
pull_request | |
jobs: | |
test-deploy: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Test-Deploy | |
id: test-deploy-workflow | |
uses: CircleCI-Public/[email protected] | |
env: | |
CCI_TOKEN: ${{ secrets.CIRCLE_PERSONAL_TOKEN }} | |
TARGET_BRANCH: ${{ github.event.pull_request.head.ref }} | |
test-upgrade: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Test-Module-Upgrade | |
id: test-upgrade-workflow | |
uses: CircleCI-Public/[email protected] | |
env: | |
CCI_TOKEN: ${{ secrets.CIRCLE_PERSONAL_TOKEN }} | |
TARGET_BRANCH: ${{ github.event.pull_request.head.ref }} |