forked from tektoncd/pipeline
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove linting from release pipelines 🧹
This might be a controversial choice but I think our release Pipelines should only include Tasks that we expect to give us useful feedback about the release. Linting should never fail on a release Pipeline since any issues should be caught in the PR and tektoncd/plumbing#241 is making linting flakey. I also made it so build and unit test can run in parallel since neither depends on the other. I tested this by manually applying the pipelines and manually triggering the nightly cron: ``` k --context dogfood create job --from cronjob/nightly-cron-trigger-pipeline-nightly-release nightly-cron-trigger-pipeline-nightly-release-manual-03232020 ```
- Loading branch information
1 parent
e395279
commit f89ba9e
Showing
3 changed files
with
1 addition
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters