- 26 Apr, 2019 1 commit
-
-
Avijit authored
* First rev of NGTF build from nGraph * Copyright year update * WIP * Update test_ngtf_build.py Updated with the latest repo URL
-
- 16 Apr, 2019 1 commit
-
-
mchrusci authored
* Update ONNX CI Don't send email notification when build was aborted. * Added force parameter * Cleanup workspace * Cleanup docker container workspace
-
- 15 Apr, 2019 1 commit
-
-
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
-
- 11 Apr, 2019 2 commits
- 03 Jan, 2019 1 commit
-
-
Robert Kimball authored
* update licenses for 2019 * style
-
- 21 Nov, 2018 1 commit
-
-
Michał Karzyński authored
-
- 13 Nov, 2018 1 commit
-
-
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
-
- 08 Nov, 2018 2 commits
- 02 Nov, 2018 1 commit
-
-
mchrusci authored
-
- 26 Oct, 2018 1 commit
-
-
mchrusci authored
-
- 24 Oct, 2018 1 commit
-
-
mchrusci authored
-
- 23 Oct, 2018 1 commit
-
-
mchrusci authored
-
- 22 Oct, 2018 1 commit
-
-
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
-
- 16 Oct, 2018 1 commit
-
-
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
-
- 15 Oct, 2018 1 commit
-
-
tsocha authored
Add support for an environment variable `NGRAPH_ONNX_IMPORT_ENABLE` to setup.py This variable controls whether the Python API is build with or without support for ONNX import functionality built into core nGraph.
-
- 13 Oct, 2018 1 commit
-
-
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
-
- 12 Oct, 2018 1 commit
-
-
Artur Wojcik authored
Signed-off-by:
Artur Wojcik <artur.wojcik@intel.com>
-
- 28 Sep, 2018 1 commit
-
-
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
-
- 18 Sep, 2018 1 commit
-
-
Chruscinski, Michal authored
-
- 14 Sep, 2018 1 commit
-
-
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
-
- 03 Sep, 2018 1 commit
-
-
Michał Karzyński authored
-
- 31 Aug, 2018 1 commit
-
-
Michał Karzyński authored
-
- 28 Aug, 2018 1 commit
-
-
Michał Karzyński authored
* Add Travis testing on CentOS * Disable building CPU Backend * Remove Python dependencies from CentOS for now
-
- 16 Aug, 2018 1 commit
-
-
Artur Wojcik authored
* onnx: pull Protobuf 3.5.x from GitHub Signed-off-by:
Artur Wojcik <artur.wojcik@intel.com> * onnx: fix Travis build configuration issue Signed-off-by:
Artur Wojcik <artur.wojcik@intel.com> * onnx: additional fixes for Travis Signed-off-by:
Artur Wojcik <artur.wojcik@intel.com> * onnx: update documentation - build requirements for MacOS Signed-off-by:
Artur Wojcik <artur.wojcik@intel.com> * onnx: update documentation - build requirements for Ubuntu Signed-off-by:
Artur Wojcik <artur.wojcik@intel.com>
-
- 13 Aug, 2018 1 commit
-
-
crlishka authored
* Initial stab at a trigger script for Jenkins mult-branch pipeline * CHANGE_URL is not working, so disable for now * CHANGE_AUTHOR not found either, disabling * Disable some prints of vars that do not appear to be available * Add in node block * Correct the node-label expression * Put Jenkins repo in a subdirectory and use the requested branch * Fix groovy syntax error * Call ngraph-unittest.groovy * Corrected the branch name for cje-algo * Now that the GitHub plugin is working, try restoring CHANGE_URL and CHANGE_AUTHOR * Set an environment variable MB_PIPELINE_CHECKOUT, to trigger proper checkout command in runNgraphBuild() * Try alternate load mechanism * I've settled on using "load()" to directly run the code in ngraph-unittest.groovy, so remove vestigal loading of an ngraphUnitTest() function * Change parameter assignments to be of the form params.var = 'new value' * Try alternate method of setting parameter values for ngraph-unittest.groovy * Try parameters-setting syntax from https://qa.nuxeo.org/jenkins/pipeline-syntax/globals#params * Correct typo * Try to work around parameter expansion issue * Modify strategy for passing parameters and using MB Pipeline style checkouts, as per discussions with Nick * Fixed calling syntax * Simply call * Make job parameters as local variables and passed as parameters to ngraphCIPremerge() function, as many of these are used in the closure for parallel tasks, and the lexically scoped global vaiariables was causing function signature mismatches on runNgraphBuild() calls. * Remove prints * Move CI to working from Jenkins cje-algo master branch * Add standard header copyright message * Changes from suggestions in PR review * Revert env.WORKSPACE (requested in a review) because it wasn't working -- a "null" ending up in the load path, for unknown reasons
-
- 12 Aug, 2018 2 commits
-
-
rsketine authored
* Update Dockerfile reverted the INTERPRETER CHANGES * Added a conditional for a prebuilt argument based on task type * Added default arg and also conditional cmake argument * Update .travis.yml * Update Dockerfile
-
Robert Kimball authored
* remove test that relies on CPU if CPU is not built * fix docker build * change onnx to use INTERPRETER * run unit-test-check
-
- 10 Aug, 2018 2 commits
-
-
Artur Wojcik authored
* onnx: add 'constant' operator Signed-off-by:
Artur Wojcik <artur.wojcik@intel.com> * onnx: getting attribute value by name Signed-off-by:
Artur Wojcik <artur.wojcik@intel.com> * onnx: fix code style Signed-off-by:
Artur Wojcik <artur.wojcik@intel.com> * onnx: fix clang compilation warnings Signed-off-by:
Artur Wojcik <artur.wojcik@intel.com> * onnx: exception Signed-off-by:
Artur Wojcik <artur.wojcik@intel.com> * onnx: add 'split' operator Signed-off-by:
Artur Wojcik <artur.wojcik@intel.com> * onnx: add public interface Signed-off-by:
Artur Wojcik <artur.wojcik@intel.com> * onnx: add initial unit test for importer Signed-off-by:
Artur Wojcik <artur.wojcik@intel.com> * onnx: initial implementetion of operator' set Signed-off-by:
Artur Wojcik <artur.wojcik@intel.com> * [WIP] Unit test for split operation. * Fix Split Op bounds calculation + UT * clang format * Split Op with variable parts unit test. * Remove unused headers * Add missing ngraph install prefix for cmake in travis Dockerfile. * Remove -Wno-zero-as-null-pointer-constant * Code review * Apply clang-format-3.9 * Add missing onnx_import interface files to CMakeList * Copyright notice format
-
rsketine authored
* Update Dockerfile Added -j 4 to speed up build times * Update Dockerfile j -4 comes across the same error as j -8 so moving this to j -2 * Update Dockerfile * Update Dockerfile * experimenting with less number of tasks * Update Dockerfile * Added cmake changes to use the INTERPRETER instead of cpu. * Update .travis.yml
-
- 28 Jul, 2018 1 commit
-
-
rsketine authored
* Update Dockerfile took out make -j 8 as we are running out of virtual memory. added df -k for getting the disk space info in logs. * Update .travis.yml As we bring up 3 containers here i am reducing to 2 and trying to see if this is deployed on different machines then should not matter. * Update .travis.yml 3 in parallel should pass also 2 of then are passing so trying this out
-
- 23 Jul, 2018 4 commits
-
-
Jaikrishnan Menon authored
This reverts commit 549a4fd1.
-
Jaikrishnan Menon authored
-
Jaikrishnan Menon authored
-
Jaikrishnan Menon authored
-
- 12 Jul, 2018 1 commit
-
-
Robert Kimball authored
* remove custom install path * fix travis build * Add NGRAPH_INSTALL_PREFIX as an alias for CMAKE_INSTALL_PREFIX to make our unit tests pass. * change install path setting
-
- 18 May, 2018 1 commit
-
-
Michał Karzyński authored
-
- 15 May, 2018 1 commit
-
-
Michał Karzyński authored
-
- 20 Apr, 2018 1 commit
-
-
Michał Karzyński authored
Force test to fail if any env fails.
-