You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/ci-fix.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# CI Fix Guide
2
2
3
-
Short link: https://aka.ms/ci-fix
3
+
Short link: https://aka.ms/azsdk/ci-fix
4
4
5
5
This page provides detailed instructions on how to diagnose, reproduce, fix and get help on various [automated validation tooling] failures on your [Azure REST API specs PR].
6
6
@@ -109,7 +109,11 @@ To reproduce LintDiff failures locally, see [CONTRIBUTING.md / How to locally re
109
109
110
110
## Avocado
111
111
112
-
Run avocado locally:
112
+
### Get help fixing Avocado validation failures
113
+
114
+
Refer to [Avocado README](https://github.com/Azure/avocado/blob/master/README.md) for detailed description of validations and how-to-fix guidance.
115
+
116
+
### Run avocado locally
113
117
114
118
```
115
119
npm install -g @azure/avocado
@@ -124,8 +128,6 @@ Note: When running in Swagger PR pipeline, Avocado only report errors with file
124
128
- Run all specs: Clone the repo `azure/azure-rest-api-specs` and run "avocado" in folder `azure/azure-rest-api-specs`.
125
129
- Run single service specs: create a folder `specification`. and move your service specs folder in `specification`. run "avocado"
126
130
127
-
Refer to [Avocado Readme](https://github.com/Azure/avocado/blob/master/README.md) for detailed description of validations and how-to-fix guidance.
128
-
129
131
## API Doc Preview
130
132
131
133
If you see `Swagger ApiDocPreview ` check fail with a failure [like this one](https://github.com/Azure/azure-rest-api-specs/pull/24841/checks?check_run_id=15056283615):
0 commit comments