This repository was archived by the owner on May 13, 2025. It is now read-only.
Commit b2f1319
Upgrade Python version from 3.6 to 3.7 (#203)
* Upgrade Python version from 3.6 to 3.10
Upgrade to 3.10 for the job that runs Wheel, PyLint, Flake, etc., since 3.6 is not supported anymore by hosted-agent-software.
* Upgrade to Python 3.10 from 3.6
Upgrade to 3.10 as 3.6 is not supported
* Switch PyLink to 1.9.4
Switch PyLink to 1.9.4 from 1.9.5, as 1.9.5 is not supported with Python 3.10
* Use Python 3.7 for Static Analysis
Use 3.7, as 3.10 does not support certain properties used by astpeephole.py that is used by Static Analysis tools
* Try unpinned version of PyLint
PyLint 1.9.5 doesn't work with Python 3.7. So, trying to see if it automatically pulls the latest compatible version.
* Run pylint as a separate command
* Update pylintrc (#204)
* Update pylintrc
* Update k8s-custom-pipelines.yml
* Disable PyLint (#205)
Disable PyLint for now, as the new version has breaking changes and requires lot more fixes
* Disable PyLint on CI scripts
* Fixes for script errors
* Upgrade Static Analysis Python version
Upgrade the Python version for Static Analysis to 3.10, from 3.7, now that PyLint is disabled
* Try 3.9, as 3.10 has breaking changes for Flake8
* Remove version pinning for flake8
Try Python 3.10, without pinning flake8 to a version
* Update k8s-custom-pipelines.yml
* Use Python 3.8.1 & flake8 6.0.0
* Use Python 3.8 instead of 3.8.1
* Update k8s-custom-pipelines.yml
* Update .flake8
Update to reflect breaking change in flake8 6.0
* Update source_code_static_analysis.py
Scope static analysis tools to only k8s-extension module's source in our branch.
* Update k8s-custom-pipelines.yml
* Update k8s-custom-pipelines.yml
* Update k8s-custom-pipelines.yml
* Update pool name in StaticAnalysis
To mirror what is in main of azure-cli-extensions
* Update k8s-custom-pipelines.yml
* Fix indentation
* Update k8s-custom-pipelines.yml
* Update k8s-custom-pipelines.yml
* Revert changes
* Revert changes
* Revert changes to source_code_static_analysis.py
* Update source_code_static_analysis.py
* Revert changes
* Use Ubuntu 20.4 for BuiltTestPublish stage
* Switch to ubuntu-20.04 from latest
Co-authored-by: Rishik Hombal <[email protected]>1 parent d54d6ab commit b2f1319
File tree
3 files changed
+7
-6
lines changed- testing/pipeline
- templates
3 files changed
+7
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| 108 | + | |
108 | 109 | | |
109 | 110 | | |
110 | 111 | | |
111 | | - | |
| 112 | + | |
112 | 113 | | |
113 | 114 | | |
114 | 115 | | |
| |||
209 | 210 | | |
210 | 211 | | |
211 | 212 | | |
212 | | - | |
| 213 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
0 commit comments