[BE][CI] Rename .jenkins to .ci#82753
Conversation
|
Unrelated: I'm observing this one to see if accept2ship label works. In my previous attempt (82452), the label might need to be added before the approval (bug?) |
|
@pytorchbot merge |
|
@pytorchbot successfully started a merge job. Check the current status here |
|
Merge failed due to Refusing to merge as mandatory check(s) pull failed for rule superuser |
|
This PR has been accepted with the accept2ship label. Attempting to merge now. @pytorchbot merge -l |
|
@pytorchbot successfully started a merge and created land time checks. See merge status here and land check progress here. |
### Description We've wanted to do this for a looong time. Let's eradicate confusion about what the .jenkins folder is and try to host our scripts in a more generic .ci folder. Most changes are a find and replace EXCEPT - deleted dirty.sh in both caffe2 and pytorch since it was not used anywhere - modified CONTRIBUTING.md to be more updated The next steps: - rename jenkins user to pytorch-ci or something - move scripts from .circleci to here (e.g., docker) ### Issue We used to have an issue for this but it is so long ago that I could not find it. ### Testing CI should not break. Pull Request resolved: #82753 Approved by: https://github.com/malfet, https://github.com/seemethere, https://github.com/huydhn
|
Merge failed due to Refusing to merge as mandatory check(s) pull failed for rule superuser |
He he, this confirms that accept2ship needs to be there before someone clicks approve. It doesn't seem consistent to me, and should be fixed. Let me create an issue for this |
caf2cef to
5f1efd3
Compare
c9a06bb to
b9974ac
Compare
|
/easycla As part of the transition to the PyTorch Foundation, this project now requires contributions be covered under the new CLA. See #85559 for additional details. This comment will trigger a new check of this PR. If you are already covered, you will simply see a new "EasyCLA" check that passes. If you are not covered, a bot will leave a new comment with a link to sign. |
|
Looks like this PR hasn't been updated in a while so we're going to go ahead and mark this as |
Description
We've wanted to do this for a looong time. Let's eradicate confusion about what the .jenkins folder is and try to host our scripts in a more generic .ci folder.
Most changes are a find and replace EXCEPT
The next steps:
Issue
We used to have an issue for this but it is so long ago that I could not find it.
Testing
CI should not break.
cc @jeffdaily @sunway513 @jithunnair-amd @pruthvistony @ROCmSupport