Pedro Algarvio
b09963b096
Update CI pipelines. Remove old jenkins cruft.
2019-07-19 21:09:40 +01:00
Pedro Algarvio
118fbf74a5
Improve slack message
2019-07-05 17:15:50 +01:00
Pedro Algarvio
76b99fdbed
Enhance lint report
2019-07-04 18:00:08 +01:00
Pedro Algarvio
45f19afbc5
Use milestones to abort previous, still running, builds, on new builds
2019-07-04 17:59:38 +01:00
Pedro Algarvio
024be84024
CI Pipelines. Timeout after getting a node. Report exit code.
2019-06-26 20:30:17 +01:00
Pedro Algarvio
e85e2f4719
Minor fixes/adjustments to the new CI pipelines
2019-06-25 19:13:01 +01:00
Pedro Algarvio
24d6d094a1
Update pipelines to work on old and new jenkins
2019-06-19 12:46:32 +01:00
Bryce Larson
ccc61060a0
only keep last 10 builds of every pr on jenkins to reduce disk usage
2019-06-08 11:27:01 -06:00
Pedro Algarvio
eed7d68ab8
Create nox lint virtualenvs before running them
2019-05-08 13:16:43 +01:00
Pedro Algarvio
1cd00c00ae
Update PR CI jobs for nox
2019-05-08 13:16:33 +01:00
Damon Atkins
da1fc3288f
change params.CHANGE_BRANCH to env.CHANGE_BRANCH
2018-12-19 18:31:16 +11:00
Damon Atkins
5936066e62
ensure archiveArtifacts are always collected. Use CHANGE_BRANCH to detect merge-forward
2018-11-30 23:36:07 +11:00
Damon Atkins
b6d1605f99
ci/lint corrected filenames and test condition on full lint
...
Also fix CODEOWNER team name
2018-11-29 23:44:11 +11:00
Damon Atkins
2d1f51ce84
Fix lint only changes, full lint on merge forwards
...
- lint only changes previous diff picked up out of data files, when the branch was out of date.
- full limit on merge forward to pick up changes in the lint checks between versions.
- update CODEOWNERS for .ci/*
2018-11-22 20:15:08 +11:00
Damon Atkins
eb13407cf1
capture some extra info
2018-10-24 23:39:27 +11:00
Damon Atkins
5f708fac39
use awk to create the other files, so git does not need to search again
2018-10-21 20:06:41 +11:00
Damon Atkins
6b96a24b97
Adjust jenkins linting process, only run stage if required, use git diff to find files, instead of find, report on status, changed and deleted files, lint only changed files.
2018-10-21 01:30:54 +11:00
Brett Benassi
57e630c0ae
Adding failure messages for PR.
2018-10-05 08:46:15 -06:00
Brett Benassi
b25ac9f773
Adding some changes for the status
2018-09-28 15:42:31 -06:00
Brett Benassi
855ffe60fc
Adding timeout to all pipelines so that the build aborts
2018-09-28 12:10:55 -06:00
William Giokas
bc52f7c1bf
Stop running lint on all files when no changes
...
Stops our lint from running on all of the files in `salt/` or `test/`
when no files were modified. By default, when tox is told to run with no
positional arguments, it'll run on all files we'd look at. When run with
positional arguments it'll run only on those files. This makes it so
that tox, by default, will only run lint checks on commits that actually
change the files in `salt/` or `test/`.
2018-08-28 10:57:56 -04:00
William Giokas
a55f92954a
No rehashing in parallel
...
Rehashing in parallel causes pyenv to fail, if they're run at almost the
exact same time. It's breaking our lint tests pretty horribly.
2018-08-03 10:50:54 -04:00
William Giokas
682a05bebe
Threshold was wrong
...
I also removed the delta value check. It's going to be weird with the
number of runs we do, and it's also set to run on failures.
2018-07-26 17:27:02 -04:00
William Giokas
4547231909
Only run lint checks against changed files
2018-07-26 17:27:02 -04:00
Daniel Wallace
9da7b2ec8d
Merge pull request #48630 from dubb-b/pipeline-updates
...
Adding options to Jenkins pipline builds
2018-07-17 15:16:22 -05:00
Brett Benassi
8594a8dd05
Adding PY_COLORS=1 as PY_COLORS = 1 instead
2018-07-17 13:57:00 -06:00
Brett Benassi
314b0e3599
Adding PY_COLORS=1 for python programs to use ANSI Colors
2018-07-17 13:54:11 -06:00
Daniel Wallace
bab4a769d4
Revert "only run pylint on files that change"
2018-07-17 13:43:12 -05:00
Brett Benassi
b705e8f7a5
Adding correct spacing to options section
2018-07-17 12:26:37 -06:00
Brett Benassi
9d8a7e07db
Adding options to Jenkins pipline builds
2018-07-17 12:21:19 -06:00
Daniel Wallace
779d1a3dcb
only run pylint on files that change
2018-07-16 14:06:49 -05:00
William Giokas
9fe7199af5
Mark failed if anything is found
2018-07-09 09:06:31 -06:00
Daniel Wallace
c7a3a7d8bd
update jenkins tests to use tox for lint
2018-07-06 13:35:06 -05:00
William Giokas
9fc7815594
Clean up the workspaces at the end for every job
2018-06-29 15:47:30 -04:00
William Giokas
6857bedcc2
Add warnings plugin to replace violations
...
This plugin has no violations. There is **NO DOCUMENTATION** for this
entire plugin. And I still don't entirely understand how this being the
name of a step makes it work.
2018-06-29 15:42:28 -04:00
William Giokas
9d6ba3e247
Set jobs to pending when they come in
2018-06-26 19:43:53 -04:00
William Giokas
727d2b4ffe
Use proper creds with githubNotify
...
I also made it more generic for the distros.
2018-06-26 19:43:53 -04:00
William Giokas
d355861c5c
Test using different credentials
...
I also shortened up the linting steps considerably...
2018-06-26 19:43:53 -04:00
William Giokas
494727ab39
Add docs, kitchen tests
...
Also remove a pwd call from the lint, we don't need it anymore.
2018-06-13 16:41:27 -06:00
William Giokas
317023bb20
Move .jenkins to .ci for future
2018-06-13 16:41:27 -06:00