-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change output to outputformat as param changed in drctl #2154
Change output to outputformat as param changed in drctl #2154
Conversation
DRCTL status now fails if it, actually fails Issue: ZENKO-4903
Hello killiang,My role is to assist you with the merge of this Available options
Available commands
Status report is not available. |
Request integration branchesWaiting for integration branch creation to be requested by the user. To request integration branches, please comment on this pull request with the following command:
Alternatively, the |
/create_integration_branches |
Integration data createdI have created the integration data for the additional destination branches.
The following branches will NOT be impacted:
You can set option
The following options are set: create_integration_branches |
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
The following options are set: create_integration_branches |
tmate-server-port: ${{ secrets.TMATE_SERVER_PORT }} | ||
tmate-server-rsa-fingerprint: ${{ secrets.TMATE_SERVER_RSA_FINGERPRINT }} | ||
tmate-server-ed25519-fingerprint: ${{ secrets.TMATE_SERVER_ED25519_FINGERPRINT }} | ||
timeout-minutes: 30 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should not be commited!
/after_pull_request=2155 |
Waiting for other pull request(s)The current pull request is locked by the after_pull_request option. In order for me to merge this pull request, run the following actions first: ➡️ Merge the
Alternatively, delete all the after_pull_request comments from this pull request. The following options are set: after_pull_request, create_integration_branches |
…93be213437e3ff5754cd599b040946b5cca43ca45c2047114 in end2end.yaml
ConflictA conflict has been raised during the update of Please resolve the conflict on the integration branch ( Here are the steps to resolve this conflict: $ git fetch
$ git checkout w/2.10/bugfix/ZENKO-4903-fix-drctl-status-taking-too-much-time
$ git pull # or "git reset --hard origin/w/2.10/bugfix/ZENKO-4903-fix-drctl-status-taking-too-much-time"
$ git merge origin/development/2.10
$ # <intense conflict resolution>
$ git commit
$ git merge origin/w/2.9/bugfix/ZENKO-4903-fix-drctl-status-taking-too-much-time
$ # <intense conflict resolution>
$ git commit
$ git push -u origin w/2.10/bugfix/ZENKO-4903-fix-drctl-status-taking-too-much-time The following options are set: after_pull_request, create_integration_branches |
Incorrect fix versionThe
Considering where you are trying to merge, I ignored possible hotfix versions and I expected to find:
Please check the The following options are set: after_pull_request, create_integration_branches |
…2f2819cfd74e99fe5793a6e4938b328f657c8e3f81ee0dfb9 in end2end.yaml
ConflictA conflict has been raised during the update of Please resolve the conflict on the integration branch ( Here are the steps to resolve this conflict: $ git fetch
$ git checkout w/2.10/bugfix/ZENKO-4903-fix-drctl-status-taking-too-much-time
$ git pull # or "git reset --hard origin/w/2.10/bugfix/ZENKO-4903-fix-drctl-status-taking-too-much-time"
$ git merge origin/development/2.10
$ # <intense conflict resolution>
$ git commit
$ git merge origin/w/2.9/bugfix/ZENKO-4903-fix-drctl-status-taking-too-much-time
$ # <intense conflict resolution>
$ git commit
$ git push -u origin w/2.10/bugfix/ZENKO-4903-fix-drctl-status-taking-too-much-time The following options are set: after_pull_request, create_integration_branches |
Incorrect fix versionThe
Considering where you are trying to merge, I ignored possible hotfix versions and I expected to find:
Please check the The following options are set: after_pull_request, create_integration_branches |
The official charts are not compatible with k8s 1.27+ (due to deprecated policy/v1beta api). Thus we now ue the charts used in solution-base instead.
ConflictA conflict has been raised during the update of Please resolve the conflict on the integration branch ( Here are the steps to resolve this conflict: $ git fetch
$ git checkout w/2.7/bugfix/ZENKO-4903-fix-drctl-status-taking-too-much-time
$ git pull # or "git reset --hard origin/w/2.7/bugfix/ZENKO-4903-fix-drctl-status-taking-too-much-time"
$ git merge origin/development/2.7
$ # <intense conflict resolution>
$ git commit
$ git merge origin/bugfix/ZENKO-4903-fix-drctl-status-taking-too-much-time
$ # <intense conflict resolution>
$ git commit
$ git push -u origin w/2.7/bugfix/ZENKO-4903-fix-drctl-status-taking-too-much-time The following options are set: after_pull_request, create_integration_branches |
DRCTL status now fails if it, actually fails
Issue: ZENKO-4903