Skip to content

Commit 5c39a1b

Browse files
Update/fix readme and add Codeflare-test-ray-image variable info to specify custom ray image usecase
1 parent 53ffaa6 commit 5c39a1b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
* `CODEFLARE_TEST_TIMEOUT_SHORT` - Timeout duration for short tasks
2121
* `CODEFLARE_TEST_TIMEOUT_MEDIUM` - Timeout duration for medium tasks
2222
* `CODEFLARE_TEST_TIMEOUT_LONG` - Timeout duration for long tasks
23+
* `CODEFLARE_TEST_RAY_IMAGE` (Optional) - Ray image used for raycluster configuration
24+
25+
NOTE: `quay.io/rhoai/ray:2.23.0-py39-cu121` is the default community image used for creating a raycluster resource. If you have your own custom ray image which suits your purposes, specify it in `CODEFLARE_TEST_RAY_IMAGE` environment variable.
2326

2427
### Environment variables for Training operator test suite
2528

@@ -39,8 +42,6 @@ To download MNIST training script datasets from S3 compatible storage, use the e
3942
* `AWS_STORAGE_BUCKET` - Storage bucket name
4043
* `AWS_STORAGE_BUCKET_MNIST_DIR` - Storage bucket directory from which to download MNIST datasets.
4144

42-
Note : Either use
43-
4445
### Running Tests
4546

4647
Execute tests like standard Go unit tests.

0 commit comments

Comments
 (0)