Skip to content

Commit

Permalink
kubectl kots
Browse files Browse the repository at this point in the history
  • Loading branch information
sgalsaleh committed Feb 3, 2022
1 parent 21cfacc commit aab7b8e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ jobs:

- name: prepare min-kots-version online install
run: |
./bin/kots \
kubectl kots \
install min-kots-version/automated \
--port-forward=false \
--namespace min-kots-version \
Expand All @@ -447,7 +447,7 @@ jobs:
- name: execute suite min-kots-version
run: |
set +e
./bin/kots admin-console -n min-kots-version &
kubectl kots admin-console -n min-kots-version &
ADMIN_CONSOLE_PID=$!
testim --token ${{ secrets.TESTIM_ACCESS_TOKEN }} --project ${{ secrets.TESTIM_PROJECT_ID }} --grid "Testim-grid" --branch main --report-file testim-report.xml --suite min-kots-version --tunnel --tunnel-port 8800
EXIT_CODE=$?
Expand Down Expand Up @@ -489,7 +489,7 @@ jobs:

- name: prepare target-kots-version online install
run: |
./bin/kots \
kubectl kots \
install target-kots-version/automated \
--port-forward=false \
--namespace target-kots-version \
Expand All @@ -498,7 +498,7 @@ jobs:
- name: execute suite target-kots-version
run: |
set +e
./bin/kots admin-console -n target-kots-version &
kubectl kots admin-console -n target-kots-version &
ADMIN_CONSOLE_PID=$!
testim --token ${{ secrets.TESTIM_ACCESS_TOKEN }} --project ${{ secrets.TESTIM_PROJECT_ID }} --grid "Testim-grid" --branch main --report-file testim-report.xml --suite target-kots-version --tunnel --tunnel-port 8800
EXIT_CODE=$?
Expand Down Expand Up @@ -540,7 +540,7 @@ jobs:

- name: prepare range-kots-version online install
run: |
./bin/kots \
kubectl kots \
install range-kots-version/automated \
--port-forward=false \
--namespace range-kots-version \
Expand All @@ -549,7 +549,7 @@ jobs:
- name: execute suite range-kots-version
run: |
set +e
./bin/kots admin-console -n range-kots-version &
kubectl kots admin-console -n range-kots-version &
ADMIN_CONSOLE_PID=$!
testim --token ${{ secrets.TESTIM_ACCESS_TOKEN }} --project ${{ secrets.TESTIM_PROJECT_ID }} --grid "Testim-grid" --branch main --report-file testim-report.xml --suite range-kots-version --tunnel --tunnel-port 8800
EXIT_CODE=$?
Expand Down

0 comments on commit aab7b8e

Please sign in to comment.