Skip to content

Commit

Permalink
fix: change rookout to quickube
Browse files Browse the repository at this point in the history
Signed-off-by: GoshaDo <goshatoo@gmail.com>
  • Loading branch information
GoshaDo committed Dec 24, 2023
1 parent 4cee863 commit 53265e1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ jobs:
--set piper.gitProvider.organization.name="quickube" \
--set image.repository=localhost:5001 \
--set piper.argoWorkflows.server.address="${{ env.NGROK_URL }}/argo" \
--set-string env\[0\].name=GIT_WEBHOOK_AUTO_CLEANUP,env\[0\].value="true" && \
--set-string env\[0\].name=GIT_WEBHOOK_AUTO_CLEANUP,env\[0\].value="true" \
--set-string rookout.token="${{ secrets.ROOKOUT_TOKEN }}" && \
sleep 20 && kubectl logs deployment/piper
kubectl wait \
--for=condition=ready pod \
Expand Down Expand Up @@ -122,6 +123,7 @@ jobs:
delete-branch: true
- name: Check Result
run: |
sleep 600
kubectl logs deployment/piper
kubectl get workflows.argoproj.io -n workflows
BRANCH_VALID_STRING=$(echo ${{ github.head_ref }}-test | tr '[:upper:]' '[:lower:]' | tr '_' '-' | tr -cd 'a-z0-9.\-')
Expand Down

0 comments on commit 53265e1

Please sign in to comment.