Skip to content

Commit

Permalink
Fix version local
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentBaer authored and Vincent Baer committed Jan 31, 2024
1 parent 6fbbd6d commit f650a39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/local_action/start_ccm_e2e/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ runs:
osc_secret_key: ${{ inputs.osc_secret_key }}
osc_region: ${{ inputs.osc_region }}
will_install_ccm: "true"
rke_version: "v1.4.2"
kubernetes_version: "v1.24.9-rancher1-1"
rke_version: "v1.4.12"
kubernetes_version: "v1.26.11-rancher2-1"
bastion_vm_type: "tinav5.c4r8p1"
bastion_volume_type: "gp2"
bastion_volume_size: 30
Expand Down
10 changes: 0 additions & 10 deletions .github/workflows/e2e_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,6 @@ jobs:
public_cloud: "false"
image_id: ${{ secrets.OMI_ID }}
version: ${{ format('{0}.{1}', github.sha, github.run_attempt) }}
rke_version: "v1.4.12"
kubernetes_version: "v1.26.11-rancher2-1"
bastion_vm_type: ${{ secrets.BASTION_VMTYPE }}
worker_vm_type: ${{ secrets.WORKER_VMTYPE }}
control_plane_vm_type: ${{ secrets.CP_VMTYPE }}
## Create Public Cloud Cluster
- name: Test on Public cluster
uses: ./.github/local_action/start_ccm_e2e
Expand All @@ -82,11 +77,6 @@ jobs:
public_cloud: "true"
image_id: ${{ secrets.OMI_ID }}
version: ${{ format('{0}.{1}', github.sha, github.run_attempt) }}
rke_version: "v1.4.12"
kubernetes_version: "v1.26.11-rancher2-1"
bastion_vm_type: ${{ secrets.BASTION_VMTYPE }}
worker_vm_type: ${{ secrets.WORKER_VMTYPE }}
control_plane_vm_type: ${{ secrets.CP_VMTYPE }}
- name: Clean images
run: |
docker image prune -a -f

0 comments on commit f650a39

Please sign in to comment.