-
Notifications
You must be signed in to change notification settings - Fork 12
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
Fix UHS performance-tests target and JS test code #329
Merged
richscott
merged 13 commits into
G-Research:main
from
richscott:rich/performance-tests-fix
Nov 22, 2024
Merged
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
6a407d1
Fix performance-tests target and JS test code
richscott e412a46
Fix performance-tests target and JS test code
richscott a6f5b1d
Merge branch 'rich/performance-tests-fix' of github.com:richscott/uni…
richscott 35b013c
Merge branch 'main' into rich/performance-tests-fix
richscott 1488151
Merge branch 'main' into rich/performance-tests-fix
richscott be28466
Use fixed image version for Yunikorn images in tests
richscott 73bf646
Merge branch 'main' into rich/performance-tests-fix
richscott b8d4473
Merge branch 'main' into rich/performance-tests-fix
richscott dba3c8f
Merge branch 'main' into rich/performance-tests-fix
richscott 42fd808
Merge branch 'main' into rich/performance-tests-fix
richscott 64bb91a
Update dependent yunikorn image tags
richscott 70d0db9
Revert to using uhs-test for cluster name in tests
richscott c783322
Log when we delete clusters and run e2e tests
richscott 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
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
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.
I just have a small question.
So, we have to change this version every time we release a YK image.
Why don't we release with the
latest
tag?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.
I always wonder that!
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.
We will change this to
latest
after we unleash our firstv1.6.0-1-gr0
(or whatever) image release, and @pavlovic-ivan can also make alatest
tag alias to that.