-
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
Closed
KillianG
wants to merge
20
commits into
development/2.6
from
bugfix/ZENKO-4903-fix-drctl-status-taking-too-much-time
Closed
Changes from 3 commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
037b8d2
Change output to outputformat as param changed in drctl
KillianG 874ab02
bump drctl to custom version for test
KillianG b20cda5
Add debug step to SSH into runner during end-to-end tests
KillianG 291c803
Update zenko-operator tag in deps.yaml
KillianG 89ccf8e
Update zenko-operator tag in deps.yaml
KillianG e4e6fd7
Update zenko-operator tag in deps.yaml
KillianG 425f291
Update WORKER_COUNT to 3 in end2end.yaml
KillianG 369d7ab
Update sinkZenkoNamespace to sinkZenkoDrNamespace in drctl.ts and pra.ts
KillianG 1d62b29
Upgrade kind node image version
KillianG c751ea1
Update KIND_NODE_IMAGE to kindest/node:v1.30.4@sha256:976ea815844d5fa…
KillianG f743936
Update zenko-operator tag in deps.yaml
KillianG 51ccd6b
Update KIND_NODE_IMAGE to kindest/node:v1.23.4@sha256:0e34f0d0fd448aa…
KillianG d63836b
Bump k8s 1.28
francoisferrand 721663b
Bump k8s 1.27
francoisferrand 4c16617
Fix deployment of mongodb
francoisferrand b877fc8
Bump k8s 1.28
francoisferrand a3cd30e
gha: fix caching of binaries
francoisferrand bfc1ced
chore: Update node version to 20 in end2end.yaml
KillianG 2d037b7
Issue: {Jira_ticket}
KillianG 9b4f201
chore: Update node version to 20 in end2end.yaml
KillianG File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -487,6 +487,14 @@ jobs: | |
- name: Configure E2E CTST test environment | ||
run: bash configure-e2e-ctst.sh | ||
working-directory: ./.github/scripts/end2end | ||
- name: "Debug: SSH to runner" | ||
uses: scality/actions/[email protected] | ||
with: | ||
tmate-server-host: ${{ secrets.TMATE_SERVER_HOST }} | ||
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 | ||
- name: Run CTST end to end tests | ||
run: bash run-e2e-ctst.sh "" "" "" "" --tags @PRA | ||
working-directory: ./.github/scripts/end2end | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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!