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

Fix of Pipeline: Free Spaces in Ubuntu #941

Closed
wants to merge 3 commits into from
Closed

Fix of Pipeline: Free Spaces in Ubuntu #941

wants to merge 3 commits into from

Conversation

crazygao
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.

@crazygao crazygao requested a review from a team as a code owner October 27, 2023 08:17
@crazygao crazygao temporarily deployed to internal October 27, 2023 08:17 — with GitHub Actions Inactive
@crazygao crazygao temporarily deployed to internal October 27, 2023 08:17 — with GitHub Actions Inactive
@crazygao crazygao temporarily deployed to internal October 27, 2023 08:17 — with GitHub Actions Inactive
@crazygao crazygao temporarily deployed to internal October 27, 2023 08:17 — with GitHub Actions Inactive
@crazygao crazygao temporarily deployed to internal October 27, 2023 08:17 — with GitHub Actions Inactive
@github-actions github-actions bot added examples Improvements on examples fundamental labels Oct 27, 2023
@github-actions
Copy link

github-actions bot commented Oct 27, 2023

SDK CLI Global Config Test Result yigao/freeup

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

Results for commit 5a4af51.

♻️ This comment has been updated with latest results.

@github-actions
Copy link

github-actions bot commented Oct 27, 2023

Executor Unit Test Result yigao/freeup

377 tests   376 ✔️  47s ⏱️
    1 suites      1 💤
    1 files        0

Results for commit 5a4af51.

♻️ This comment has been updated with latest results.

@github-actions
Copy link

github-actions bot commented Oct 27, 2023

promptflow SDK CLI Azure E2E Test Result yigao/freeup

    2 files    2 suites   54s ⏱️
  58 tests 36 ✔️ 22 💤 0
116 runs  72 ✔️ 44 💤 0

Results for commit 5a4af51.

♻️ This comment has been updated with latest results.

@github-actions
Copy link

github-actions bot commented Oct 27, 2023

SDK PFS E2E Test Result yigao/freeup

8 tests   8 ✔️  30s ⏱️
1 suites  0 💤
1 files    0

Results for commit 5a4af51.

♻️ This comment has been updated with latest results.

@github-actions
Copy link

github-actions bot commented Oct 27, 2023

Executor E2E Test Result yigao/freeup

121 tests   119 ✔️  3m 22s ⏱️
    1 suites      2 💤
    1 files        0

Results for commit 5a4af51.

♻️ This comment has been updated with latest results.

@crazygao crazygao temporarily deployed to internal October 27, 2023 08:26 — with GitHub Actions Inactive
@crazygao crazygao temporarily deployed to internal October 27, 2023 08:26 — with GitHub Actions Inactive
@crazygao crazygao temporarily deployed to internal October 27, 2023 08:26 — with GitHub Actions Inactive
@crazygao crazygao temporarily deployed to internal October 27, 2023 08:26 — with GitHub Actions Inactive
@crazygao crazygao temporarily deployed to internal October 27, 2023 08:26 — with GitHub Actions Inactive
@crazygao crazygao temporarily deployed to internal October 27, 2023 08:31 — with GitHub Actions Inactive
@crazygao crazygao temporarily deployed to internal October 27, 2023 08:31 — with GitHub Actions Inactive
@crazygao crazygao temporarily deployed to internal October 27, 2023 08:31 — with GitHub Actions Inactive
@crazygao crazygao temporarily deployed to internal October 27, 2023 08:31 — with GitHub Actions Inactive
@crazygao crazygao temporarily deployed to internal October 27, 2023 08:31 — with GitHub Actions Inactive
@@ -2,6 +2,16 @@
{% block steps %}
runs-on: ubuntu-latest
steps:
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
Copy link
Contributor

Choose a reason for hiding this comment

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

seems we are using this GH action: jlumbroso/free-disk-space, add some explain to this action (maybe in PR description is enough)

@github-actions
Copy link

SDK CLI Test Result yigao/freeup

314 tests   301 ✔️  15m 55s ⏱️
    1 suites    13 💤
    1 files        0

Results for commit 5a4af51.

@crazygao crazygao closed this Oct 27, 2023
@crazygao crazygao deleted the yigao/freeup branch October 27, 2023 10:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
examples Improvements on examples fundamental
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants