-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'must-gather-browser' into main
- Loading branch information
Showing
5 changed files
with
81 additions
and
81 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,11 @@ | ||
# Test commands | ||
Test image is [here](https://github.com/Jooho/isv-smoke-must-gather). There are 5 different tags to test each objects but the release version must be the same as isv-cli release version. | ||
|
||
- Standard test cmd | ||
~~~ | ||
go run ./cmd/isv-cli.go must-gather --image quay.io/jooholee/isv-smoke-must-gather:event --dest-dir ~/dev/Managed_Git/operator-projects/tmp/cls | ||
~~~ | ||
- Browser feature test | ||
go run ./cmd/isv-cli.go must-gather --image quay.io/jooholee/nfs-provisioner-operator-must-gather:test --browser --context-dir ~/dev/Managed_Git/operator-projects/tmp/c --dest-dir ~/dev/Managed_Git/operator-projects/tmp/c | ||
~~~ | ||
go run ./cmd/isv-cli.go must-gather --image quay.io/jooholee/isv-smoke-must-gather:event --browser --dest-dir ~/dev/Managed_Git/operator-projects/tmp/cls | ||
~~~ |
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 |
---|---|---|
@@ -1,12 +1,34 @@ | ||
# CONTRIBUTE | ||
|
||
## Build | ||
## Version Change | ||
~~~ | ||
vi Makefile | ||
CLI_VERSION ?= v0.2-alpha <== update | ||
~~~ | ||
## Build isv-cli | ||
~~~ | ||
make build | ||
~~~ | ||
|
||
## Build and push isv-cli image | ||
~~~ | ||
make build | ||
make cli-image | ||
~~~ | ||
|
||
## Download a specific isv-cli release, build and push isv-cli image | ||
~~~ | ||
# Change Version | ||
make clean | ||
make cli-image | ||
~~~ | ||
## Test | ||
~~~ | ||
make test | ||
~~~ | ||
|
||
## Clean repo before commit | ||
~~~ | ||
make clean | ||
~~~ |
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