-
Notifications
You must be signed in to change notification settings - Fork 5.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Doc] Fix the linkcheck CI job #41598
Conversation
77f29e7
to
960c4e3
Compare
960c4e3
to
8b191f3
Compare
To delete the pipeline.test.yaml |
pipeline.test.yaml will be deleted in ray-project/ray#41598. The only thing that this pipeline right now is the LinkCheck, which is also fixed and moved to civ2 in the mentioned PR. Test: - CI Signed-off-by: can <can@anyscale.com>
a8c871c
to
f719699
Compare
990847a
to
b812bc9
Compare
Signed-off-by: pdmurray <peynmurray@gmail.com>
b812bc9
to
62a6bdb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for doing this! kubernetes
change looks good
Co-authored-by: angelinalg <122562471+angelinalg@users.noreply.github.com> Signed-off-by: Peyton Murray <peynmurray@gmail.com>
Co-authored-by: angelinalg <122562471+angelinalg@users.noreply.github.com> Signed-off-by: Peyton Murray <peynmurray@gmail.com>
Co-authored-by: angelinalg <122562471+angelinalg@users.noreply.github.com> Signed-off-by: Peyton Murray <peynmurray@gmail.com>
Co-authored-by: angelinalg <122562471+angelinalg@users.noreply.github.com> Signed-off-by: Peyton Murray <peynmurray@gmail.com>
Co-authored-by: angelinalg <122562471+angelinalg@users.noreply.github.com> Signed-off-by: Peyton Murray <peynmurray@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ci change looks good!
Co-authored-by: angelinalg <122562471+angelinalg@users.noreply.github.com> Signed-off-by: Peyton Murray <peynmurray@gmail.com>
531c25f
to
d2c3c47
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm. I checked the RLlib related changes.
RTD looks like it failed here, but if you click on the link it looks like the docs built successfully :/. It also clearly didn't reach the 1h time limit, not sure what's happening here. cc @angelinalg I know you've seen this before as well. |
Why are these changes needed?
ci.sh
, and using a docker container on the buildkite runner.depends_on
inlint.rayci.yml
; not all lint jobs require the same environment.Related issue number
Closes #41136.
Checks
git commit -s
) in this PR.scripts/format.sh
to lint the changes in this PR.method in Tune, I've added it in
doc/source/tune/api/
under thecorresponding
.rst
file.