stable
Clone or download
Read-only
request #10667: Running Karma tests in a Docker container should not force to
copy all the sources Copying all the sources is ressources intensive and might lead to full disk if you launch a lot of these containers simultaneously which is the case in a CI pipeline context. Change-Id: I36e0a8912c0a3cf2197556355915d16285dbc29b
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/www/js/kanban/gulpfile.js | +1 | −0 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/Gruntfile.js | +8 | −20 | Go to diff View file |
A | plugins/agiledashboard/www/js/planning-v2/karma.config.js | +50 | −0 | Go to diff View file |
D | plugins/agiledashboard/www/js/planning-v2/karma/karma-unit.tpl.js | +0 | −60 | Go to diff View file |
M | plugins/frs/www/js/angular/Gruntfile.js | +8 | −20 | Go to diff View file |
A | plugins/frs/www/js/angular/karma.config.js | +49 | −0 | Go to diff View file |
D | plugins/frs/www/js/angular/karma/karma-unit.tpl.js | +0 | −59 | Go to diff View file |
M | plugins/pullrequest/www/js/angular/Gruntfile.js | +8 | −20 | Go to diff View file |
A | plugins/pullrequest/www/js/angular/karma.config.js | +49 | −0 | Go to diff View file |
D | plugins/pullrequest/www/js/angular/karma/karma-unit.tpl.js | +0 | −59 | Go to diff View file |
M | plugins/tracker/www/scripts/angular-artifact-modal/gulpfile.js | +1 | −0 | Go to diff View file |
M | tests/Jenkinsfile | +1 | −1 | Go to diff View file |