1. 01 Jan, 2020 1 commit
  2. 22 Nov, 2019 1 commit
  3. 12 Sep, 2019 1 commit
  4. 10 Sep, 2019 1 commit
    • Michal Chruscinski's avatar
      nGraph-ONNX CI improvement (#3329) · 8757f8e3
      Michal Chruscinski authored
      * nGraph-ONNX CI improvement
      
      - Added parallel CI on many SKUs,
      - Jenkinsfile written in Declarative Pipeline which allows displaying sequential stages for parallel branches in Blue Ocean
      - Moved proper CI code to ngraph-onnx repository
      - Moved base_image_builder to ngraph-onnx repository
      
      * Fix license header
      
      * try catch for git info retrieval
      
      * Add unsupported ops to iGPU backend
      
      * Revert previous change
      8757f8e3
  5. 05 Sep, 2019 1 commit
  6. 19 Jul, 2019 1 commit
  7. 27 Jun, 2019 1 commit
  8. 26 Jun, 2019 2 commits
  9. 20 Jun, 2019 1 commit
  10. 14 Jun, 2019 1 commit
  11. 13 Jun, 2019 1 commit
  12. 16 Apr, 2019 1 commit
  13. 15 Apr, 2019 1 commit
    • mchrusci's avatar
      [ONNX CI] nGraph master as docker image (#2676) · 5473a18a
      mchrusci authored
      * Build branch from scratch if building upon cached master fails
      
      * Revert "Build branch from scratch if building upon cached master fails"
      
      This reverts commit 0141d4151d0fbfd76733708833180e36adbd51b2.
      
      * Revert "Revert "Build branch from scratch if building upon cached master fails""
      
      This reverts commit 64cf85c101664544a1db8736bc6ae35cb075ef77.
      
      * Update ONNX CI workflow
      
      - Periodically build base nGraph image in a separate job
      - Use that base to build branches in CI
      - If that fails - build from scratch
      
      * Moved base builder script
      
      * Fixed ngraph repo path
      
      * Fix branch name
      
      * Fix CI root path
      
      * Docker login must be done explicitly
      
      * Fix credentials variable
      
      * Fix pullImage method name
      
      * Removed Docker registry addresses
      
      * Set default branch to master
      
      * Clone branch specified as parameter
      
      * Fix try catch error
      
      * Fix build script execution
      
      * Added docker_registry parameter to start container script
      
      * Calling setConfigurationStatus directly
      
      * Revert "Calling setConfigurationStatus directly"
      
      This reverts commit ea16a54ed1919f08bf0e5e1c4e8284146bcbaf6d.
      
      * Fix missing $
      
      * Fix password redirection to stdin
      
      * Removed internal address
      
      * Fix closing bracket
      5473a18a
  14. 03 Jan, 2019 1 commit
  15. 21 Nov, 2018 1 commit
  16. 13 Nov, 2018 1 commit
    • mchrusci's avatar
      [ONNX CI] ONNX CI Improvements (#2026) · f0c17477
      mchrusci authored
      * Kill previous builds on PR update
      
      * Remove Jenkinsfile.groovy
      
      * Lower case method names
      
      * Fix method notify()
      
      * Added comment
      
      Previous build deletion workaround to be removed as soon as better, less security vulnerable solution is found.
      
      * Fix inconsistent stage names
      f0c17477
  17. 08 Nov, 2018 2 commits
  18. 02 Nov, 2018 1 commit
  19. 26 Oct, 2018 1 commit
  20. 24 Oct, 2018 1 commit
  21. 23 Oct, 2018 1 commit
  22. 22 Oct, 2018 1 commit
    • mchrusci's avatar
      [ONNX CI] Fix manual reproduction script (#1881) · 187dee75
      mchrusci authored
      * Update runCI.sh
      
      Accommodate manual reproduction script.
      
      * Update README.md
      
      * Update runCI.sh
      
      * fixes
      * added rebuild parameter
      
      * Fix rebuilding nGraph
      
      * Added execution permission to runCI.sh
      187dee75
  23. 16 Oct, 2018 1 commit
    • mchrusci's avatar
      [ONNX CI] ONNX CI Improvements (#1824) · e9fc89ae
      mchrusci authored
      * Update email notification method
      
      - Link to pull request
      - Jenkins build links to Blue Ocean
      
      * Update prepare_environment.sh
      
      - remove artifacts from previous build
      e9fc89ae
  24. 15 Oct, 2018 1 commit
  25. 13 Oct, 2018 1 commit
    • mchrusci's avatar
      [ONNX CI] CI improvements (#1820) · 3fece336
      mchrusci authored
      * Added Jenkins Job No and URL
      
      * Update prepare_environment.sh
      
      - clone onnx models
      - remove wheel build artifacts
      
      * Link onnx models
      
      * Update Jenkinsfile
      
      - Only send email on fail,
      - Change ONNX branch warning to info field
      - Disable cloning after tox tests
      
      * Update prepare_environment.sh
      
      - Added comments
      - link ONNX models directory
      
      * Update cleanup
      3fece336
  26. 12 Oct, 2018 1 commit
  27. 28 Sep, 2018 1 commit
    • mchrusci's avatar
      [ONNX CI] CI Speedup (#1674) · 35082ab6
      mchrusci authored
      * CI speedup and simplification
      
      * Rebuild cached master when branch build fails
      
      * Fixed sed command
      
      * Fixed cahced nGraph path
      
      * Exit function if cmake or make fails
      
      * Fixed build path
      
      * Fail building in case cached ngraph is not built
      
      * Ensure cached nGraph is on master before pulling
      35082ab6
  28. 18 Sep, 2018 1 commit
  29. 14 Sep, 2018 1 commit
    • mchrusci's avatar
      [ONNX] ONNX CI on nGraph PRs (#1605) · d2b73f99
      mchrusci authored
      * [AIBT-446] Run nGraph-ONNX tests on nGraph PRs
      
      * Cloning nGraph from NervanaSystems
      
      * Updated CI path to "ngraph/.ci/onnx/jenkins"
      
      * Updated permissions
      
      * Fixed path in find command
      
      * Changes to notification message
      
      * Editing CMakeCache.txt instead of removing
      
      * Removing old ngraph wheels; cloning pybind11 if necessary
      
      * Fixed path in removing ngraph wheel
      d2b73f99