Skip to content

Commit

Permalink
chore(e2e): do not use --distro in current vclusterctl anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesfrey committed May 8, 2024
1 parent df6c2c8 commit 8c17678
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ jobs:
- name: install sed
run: |
sudo apt-get install -y sed
- name: create vcluster with current cli
run: |
chmod +x ./vcluster-current
Expand All @@ -226,10 +227,11 @@ jobs:
sed -i "s|REPLACE_REPOSITORY_NAME|${{ env.REPOSITORY_NAME }}|g" test/commonValues.yaml
sed -i "s|REPLACE_TAG_NAME|${{ env.TAG_NAME }}|g" test/commonValues.yaml
./vcluster-dev/vcluster create vcluster --distro=${{ matrix.distribution }} \
./vcluster-dev/vcluster create vcluster \
--connect=false \
--upgrade \
--local-chart-dir ./chart \
--set="controlPlane.distro.${{ matrix.distribution }}.enabled=true" \
-f ./test/commonValues.yaml
sleep 20
Expand Down Expand Up @@ -361,7 +363,7 @@ jobs:
--create-namespace \
--debug \
--connect=false \
--distro=${{ matrix.distribution }} \
--set="controlPlane.distro.${{ matrix.distribution }}.enabled=true" \
--local-chart-dir ./chart \
-f ./test/commonValues.yaml \
$haValues \
Expand Down

0 comments on commit 8c17678

Please sign in to comment.