Skip to content
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

feat: test private build #1295

Closed
wants to merge 1 commit into from
Closed

Conversation

elliotzh
Copy link
Contributor

Description

Please add an informative description that covers that changes made by the pull request and link all relevant issues.

All Promptflow Contribution checklist:

  • The pull request does not introduce [breaking changes].
  • CHANGELOG is updated for new features, bug fixes or other significant changes.
  • I have read the contribution guidelines.
  • Create an issue and link to the pull request to get dedicated review from promptflow team. Learn more: suggested workflow.

General Guidelines and Best Practices

  • Title of the pull request is clear and informative.
  • There are a small number of commits, each of which have an informative message. This means that previously merged commits do not appear in the history of the PR. For more information on cleaning up the commits in your PR, see this page.

Testing Guidelines

  • Pull request includes test coverage for the included changes.

@elliotzh elliotzh requested a review from a team as a code owner November 28, 2023 12:01
@github-actions github-actions bot added the examples Improvements on examples label Nov 28, 2023
Copy link

SDK CLI Global Config Test Result release/promptflow-preview/1.1.0

2 tests   2 ✔️  44s ⏱️
1 suites  0 💤
1 files    0

Results for commit 9c5e414.

Copy link

promptflow SDK CLI Azure E2E Test Result release/promptflow-preview/1.1.0

    2 files      2 suites   1m 51s ⏱️
105 tests   87 ✔️ 18 💤 0
210 runs  174 ✔️ 36 💤 0

Results for commit 9c5e414.

Copy link

Executor Unit Test Result release/promptflow-preview/1.1.0

    1 files      1 suites   46s ⏱️
548 tests 513 ✔️ 1 💤 26    8 🔥
554 runs  513 ✔️ 1 💤 26  14 🔥

For more details on these failures and errors, see this check.

Results for commit 9c5e414.

Copy link

SDK PFS E2E Test Result release/promptflow-preview/1.1.0

  2 files    2 suites   1m 21s ⏱️
15 tests 15 ✔️ 0 💤 0
30 runs  30 ✔️ 0 💤 0

Results for commit 9c5e414.

Copy link

Executor E2E Test Result release/promptflow-preview/1.1.0

141 tests       7 ✔️  11s ⏱️
    1 suites      4 💤
    1 files    130

For more details on these failures, see this check.

Results for commit 9c5e414.

Copy link

SDK CLI Test Result release/promptflow-preview/1.1.0

2 files  2 suites   18s ⏱️
1 tests 1 ✔️ 0 💤 0
2 runs  2 ✔️ 0 💤 0

Results for commit 9c5e414.

Copy link

github-actions bot commented Nov 28, 2023

Release Test Matrix

       24 files  ±    0         24 suites  ±0   3h 12m 51s ⏱️ + 29m 39s
  1 114 tests +  28    1 034 ✔️ +   130    19 💤 ±0    61  -      99 
13 200 runs  +312  12 652 ✔️ +1 676  243 💤 ±0  305  - 1 328 

For more details on these failures, see this check.

Results for commit 9c5e414. ± Comparison against base commit 33c23b3.

♻️ This comment has been updated with latest results.

@@ -1,4 +1,6 @@
promptflow[azure]
promptflow-tools==0.1.0.b5
promptflow[azure]==0.0.111997232
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need to change the PR title. shall this just be the release PR?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, this is just for test before actual release branch is generated

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see, just noticed the branch name is not the target one.

@elliotzh elliotzh closed this Dec 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
examples Improvements on examples promptflow
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants