Skip to content

Commit

Permalink
Configure rke and kuibernetes version
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentBaer committed Nov 6, 2023
1 parent a8e5718 commit 1679567
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/e2e_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ jobs:
public_cloud: "false"
image_id: ${{ secrets.OMI_ID }}
version: ${{ format('{0}.{1}', github.sha, github.run_attempt) }}
rke_version: ${{ secrets.RKE_VERSION }}
kubernetes_version: ${{ secrets.KUBERNETES_VERSION }}
## Create Public Cloud Cluster
- name: Test on Public cluster
uses: ./.github/local_action/start_ccm_e2e
Expand All @@ -77,6 +79,8 @@ jobs:
public_cloud: "true"
image_id: ${{ secrets.OMI_ID }}
version: ${{ format('{0}.{1}', github.sha, github.run_attempt) }}
rke_version: ${{ secrets.RKE_VERSION }}
kubernetes_version: ${{ secrets.KUBERNETES_VERSION }}
- name: Clean images
run: |
docker image prune -a -f

0 comments on commit 1679567

Please sign in to comment.