SDCICD-1715: updated osde2e README, created CONTRIBUTING.md and consolidated documents#3097
SDCICD-1715: updated osde2e README, created CONTRIBUTING.md and consolidated documents#3097minlei98 wants to merge 1 commit intoopenshift:mainfrom
Conversation
|
@minlei98: This pull request references SDCICD-1715 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the task to target the "4.22.0" version, but no target version was set. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: minlei98 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
| - ROSA sanity (stage): `rosa,stage,sanity` | ||
| - ROSA full e2e (prod): `rosa,prod,e2e-suite` | ||
| - Region: e.g., `me-central-1` | ||
| - Instance Type: e.g., `x1e.xlarge` (or leave empty for random) |
There was a problem hiding this comment.
empty will not select random machine type. default is m5.xlarge for rosa , In general it will be ocp default.
| - GCP sanity (stage): `gcp,stage,sanity` | ||
| - GCP full e2e (prod): `gcp,prod,e2e-suite` | ||
| - Region: e.g., `southamerica-west1` | ||
| - Instance Type: e.g., `custom-8-32768` (or leave empty for random) |
There was a problem hiding this comment.
same as above: leave empty for default
docs/Running-Tests.md
Outdated
| ```bash | ||
| ./out/osde2e test \ | ||
| --cluster-id ${CLUSTER_ID} \ | ||
| --environment stage \ |
docs/Running-Tests.md
Outdated
| export SKIP_DESTROY_CLUSTER=true # Don't delete cluster after tests | ||
| ``` | ||
|
|
||
| 4. **Run tests:** |
There was a problem hiding this comment.
what type of tests is this for? we have multiple types: ad-hoc-images, standalone tests in test/ and some inbuilt tests in sanity suite, all with different methods
docs/Running-Tests.md
Outdated
| # Run tests | ||
| ./out/osde2e test \ | ||
| --cluster-id ${CLUSTER_ID} \ | ||
| --environment prod \ |
docs/Running-Tests.md
Outdated
| ```bash | ||
| ./out/osde2e test \ | ||
| --cluster-id ${CLUSTER_ID} \ | ||
| --environment stage \ |
docs/Running-Tests.md
Outdated
| ./out/osde2e test \ | ||
| --cluster-id ${CLUSTER_ID} \ | ||
| --environment stage \ | ||
| --configs stage \ |
There was a problem hiding this comment.
need to provide rosa/gcp and e2e-suite
docs/Running-Tests.md
Outdated
| Run tests based on Ginkgo labels: | ||
|
|
||
| ```bash | ||
| # Run all Operator tests except Upgrade tests |
There was a problem hiding this comment.
Operator tests are ad-hoc-images, they won't be using label filters
docs/Running-Tests.md
Outdated
| --configs stage \ | ||
| --label-filter "Operators && !Upgrade" | ||
|
|
||
| # Run only E2E labeled tests |
There was a problem hiding this comment.
I don't think this command will do anything
docs/Running-Tests.md
Outdated
| ### Skip Specific Tests | ||
|
|
||
| ```bash | ||
| ./out/osde2e test \ |
There was a problem hiding this comment.
same as above , I don't think this command will do anything
docs/Running-Tests.md
Outdated
There was a problem hiding this comment.
This file contains a lot of incorrect commands and configs. Could you verify accuracy of all of them?
|
If this PR is generated by mainly AI, please add a note to the description ! |
|
@minlei98: This pull request references SDCICD-1715 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the task to target the "4.22.0" version, but no target version was set. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
/hold |
|
@minlei98: This pull request references SDCICD-1715 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the task to target the "4.22.0" version, but no target version was set. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
@minlei98: This pull request references SDCICD-1715 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the task to target the "4.22.0" version, but no target version was set. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
@minlei98: This pull request references SDCICD-1715 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the task to target the "4.22.0" version, but no target version was set. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
Create several small PRs to help review. |
Major documentation restructure and updates:
New Documentation
(sanitizer, analysisengine, reporter) into comprehensive guide
Updated Authentication
Enhanced Documentation
Documentation Organization
Both AI and human are the contributors for this PR.