ChaiBapchya opened a new pull request #16336: S3 upload artifacts
URL: https://github.com/apache/incubator-mxnet/pull/16336
 
 
   ## Description ##
   Upload nosetest artifacts such as nosetests_python2_cpu_quantization.xml, 
nosetests_python2_cputrain_.xml and nosetests_python2_cpu_unittest.xml for 
every job (once it is merged on the master branch)
   
   ## Checklist ##
   ### Essentials ###
   Please feel free to remove inapplicable items for your PR.
   - [x] Changes are complete (i.e. I finished coding on this PR)
   - [x] All changes have test coverage:
   - Unit tests are added for small changes to verify correctness (e.g. adding 
a new operator)
   - Nightly tests are added for complicated/long-running ones (e.g. changing 
distributed kvstore)
   - Build tests will be added for build configuration changes (e.g. adding a 
new build option with NCCL)
   - [x] Code is well-documented: 
   - For user-facing API changes, API doc string has been updated. 
   - For new C++ functions in header files, their functionalities and arguments 
are documented. 
   - For new examples, README.md is added to explain the what the example does, 
the source of the dataset, expected performance on test set and reference to 
the original paper if applicable
   - Check the API doc at 
https://mxnet-ci-doc.s3-accelerate.dualstack.amazonaws.com/PR-$PR_ID/$BUILD_ID/index.html
   - [ ] To the my best knowledge, examples are either not affected by this 
change, or have been fixed to be compatible with this change
   
   ### Changes ###
   - [x] ci/Jenkins_utils.groovy
   - [x] Add S3 upload plugin to the jenkins-mxnet-ci.amazon.com; 
   - [x] Allow read/write access to the specific S3 bucket (for Jenkins job to 
be able to upload to the S3 bucket
   - [x] To maintain security, S3 bucket name is added as a Global property 
(like an environment variable of sorts) inside the Jenkins -> Configure
   
   
   ## Test ##
   
   Test all the above changes if they work on the MXNet CI Dev account.
   Expected result - creation of a directory of the form 
<commit-id>-jenkins-<job-name>-<build-id>
   That directory should contain corresponding artifacts.
   
   ## Comments ##
   - If this change is a backward incompatible change, why must this change be 
made.
   - Interesting edge cases to note here
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to