Enhance README to clarify GCP Bucket and staging workspace generation rules
Updated the README to provide clearer descriptions for the `gcp-bucket-crossplane-health` and `stg-workspace-smoke` code bundles. The `gcp-bucket-crossplane-health` now specifies its focus on Kubernetes platform and k8s-kubectl-cmd runtime, while the `stg-workspace-smoke` is noted for its integration of runwhen and tool-builder runtime. This improves documentation clarity for users regarding the purpose and structure of these bundles.
This commit is contained in:
@@ -21,13 +21,19 @@ from `rw-generic-codecollection`).
|
||||
|
||||
```
|
||||
codebundles/
|
||||
gcp-bucket-crossplane-health/ # rules + templates only, no *.robot
|
||||
gcp-bucket-crossplane-health/ # kubernetes platform + k8s-kubectl-cmd runtime
|
||||
.runwhen/
|
||||
generation-rules/gcp-bucket-crossplane-health.yaml
|
||||
templates/
|
||||
gcp-bucket-crossplane-health-slx.yaml
|
||||
gcp-bucket-crossplane-health-sli.yaml
|
||||
gcp-bucket-crossplane-health-taskset.yaml
|
||||
stg-workspace-smoke/ # platform: runwhen + tool-builder runtime (RW-1353 E2E)
|
||||
.runwhen/
|
||||
generation-rules/stg-workspace-smoke.yaml
|
||||
templates/
|
||||
stg-workspace-smoke-slx.yaml
|
||||
stg-workspace-smoke-taskset.yaml
|
||||
docs/
|
||||
01-overview.md
|
||||
02-generation-rules-only-pattern.md
|
||||
|
||||
Reference in New Issue
Block a user