-
Notifications
You must be signed in to change notification settings - Fork 915
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Sample] Create CI for sample service #1334
Merged
Merged
Conversation
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
crazygao
reviewed
Dec 1, 2023
wangchao1230
reviewed
Dec 1, 2023
crazygao
approved these changes
Dec 6, 2023
0mza987
approved these changes
Dec 7, 2023
wangchao1230
approved these changes
Dec 7, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request includes various updates to documentation files and workflow files for improved organization and triggering conditions. The most important changes include renaming and updating the content of a readme file, updating triggering conditions for multiple workflow files, and adding a new workflow file for running daily and on pull requests.
Documentation updates:
examples/tutorials/flow-deploy/create-service-with-flow/README.md
: Renamedreadme.md
toREADME.md
and updated its content to include instructions on starting the service and testing it with a request.examples/README.md
: Added a new entry for thecreate-service-with-flow
example, including a badge for the workflow and a brief description.Workflow updates:
.github/workflows/samples_tutorials_flow_deploy_create_service_with_flow.yml
: Added a new workflow file that runs daily and on pull requests, with various steps including generating config files, setting up environments, running scripts, and uploading artifacts..github/workflows/samples_tutorials_flow_deploy_kubernetes.yml
: Updated triggering conditions to include theexamples/flows/integrations/**
path on pull requests..github/workflows/samples_tutorials_flow_deploy_distribute_flow_as_executable_app.yml
: Updated workflow file to remove the exclusion of theexamples/flows/integrations/**
path from triggering the workflow on pull requests..github/workflows/samples_tutorials_e2e_development_chat_with_pdf.yml
: Updated triggering conditions to remove the exclusion of theexamples/flows/integrations/**
path from triggering the workflow on pull requests..github/workflows/samples_configuration.yml
: Updated triggering conditions to remove the exclusion ofexamples/flows/integrations/**
and add an exclusion for files ending withrequirements.txt
..github/workflows/samples_tutorials_flow_deploy_azure_app_service.yml
: Updated triggering conditions to remove the exclusion of theexamples/flows/integrations/**
path..github/workflows/samples_tutorials_flow_deploy_docker.yml
: Updated triggering conditions to remove the exclusion of theexamples/flows/integrations/**
path from triggering the workflow on pull requests..github/workflows/samples_tutorials_flow_fine_tuning_evaluation_promptflow_quality_improvement.yml
: Updated triggering conditions to remove the exclusion of theexamples/flows/integrations/**
path from triggering the workflow on pull requests.# DescriptionPlease add an informative description that covers that changes made by the pull request and link all relevant issues.
All Promptflow Contribution checklist:
General Guidelines and Best Practices
Testing Guidelines