-
Notifications
You must be signed in to change notification settings - Fork 126
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Skip building generated Github APIs in compat test (#290)
### Motivation We have an opt-in CI pipeline configured that is triggered by a comment. It runs the same compatibility test that's run in the automatic pipeline, which generates code for a set of real-world OpenAPI documents, but, additionally, it builds the generated code. However, the Github APIs are so large that we cannot compile them in a reasonable amount of time in CI, if we want to compile the others. ### Modifications Skip building the generated code for Github APIs, even on the opt-in pipeline. ### Result The opt-in pipeline now runs in ~22 minutes. ### Test Plan We'll use this PR to trigger the CI to confirm it completes, and in a reasonable time.
- Loading branch information
1 parent
82678a7
commit 6db47f7
Showing
1 changed file
with
37 additions
and
19 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