Skip to content

Commit

Permalink
skip python ci for data-plane (#22011)
Browse files Browse the repository at this point in the history
  • Loading branch information
msyyc authored Dec 6, 2021
1 parent c9d7f11 commit 1874938
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/azure-sdk-tools/packaging_tools/auto_codegen.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@ def main(generate_input, generate_output):
result = {}
package_total = set()
for input_readme in data["relatedReadmeMdFiles"]:
# skip codegen for data-plane temporarily since it is useless now and may block PR
if 'resource-manager' not in input_readme:
continue
relative_path_readme = str(Path(spec_folder, input_readme))
_LOGGER.info(f"[CODEGEN]({input_readme})codegen begin")
config = generate(CONFIG_FILE, sdk_folder, [], relative_path_readme, spec_folder, force_generation=True)
Expand Down

0 comments on commit 1874938

Please sign in to comment.