This is an automated email from the ASF dual-hosted git repository.
janhoy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr-orbit-workloads.git
The following commit(s) were added to refs/heads/main by this push:
new 0b99cd0 CONTRIBUTING.md: link to solr-orbit workload creation guide
and converter (#17)
0b99cd0 is described below
commit 0b99cd0c4803947f0d59f6a37b4be2f997a35920
Author: Jan Høydahl <[email protected]>
AuthorDate: Fri May 22 14:32:46 2026 +0200
CONTRIBUTING.md: link to solr-orbit workload creation guide and converter
(#17)
Closes #16
---
CONTRIBUTING.md | 7 +++++++
INCUBATION_TODO.md | 13 -------------
2 files changed, 7 insertions(+), 13 deletions(-)
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 136000f..4d8a4e1 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -160,6 +160,13 @@ included in the backport PR.
## Contributing a workload
+For a step-by-step guide to creating a new workload from scratch or migrating
one from
+OpenSearch Benchmark, see
+[CREATE_WORKLOAD_GUIDE.md](https://github.com/apache/solr-orbit/blob/main/CREATE_WORKLOAD_GUIDE.md)
+in the `solr-orbit` repository. If you are migrating an existing OSB workload,
the
+[converter
tool](https://github.com/apache/solr-orbit/blob/main/docs/converter/) can
+automate much of the mechanical translation.
+
See the [Apache Solr Orbit documentation
site](https://apache.github.io/solr-orbit/)
for the full workload specification reference, including operation types,
Jinja2 templating,
and test procedure format.
diff --git a/INCUBATION_TODO.md b/INCUBATION_TODO.md
deleted file mode 100644
index 110f696..0000000
--- a/INCUBATION_TODO.md
+++ /dev/null
@@ -1,13 +0,0 @@
-# ASF Incubation Checklist
-
-Tasks to complete as part of donating this repository to the Apache Software
Foundation
-under the Solr PMC.
-
-- [x] Rename the project
-- [ ] Complete the [ASF IP
Clearance](https://incubator.apache.org/ip-clearance/) process
- (conducted by the Solr PMC)
-- [x] Move repository to the `apache/` GitHub organisation and update all
internal links
- from `janhoy/` to `apache/` and proper link to docs site
-- [ ] Migrate corpus data files to ASF-managed or community-controlled storage
and update
- `base-url` in both workload definitions (see FIXME in `README.md`)
-- [ ] More to come
\ No newline at end of file