Skip to content
This repository has been archived by the owner on Jun 9, 2024. It is now read-only.

Only run mini-agi on push and PR #230

Merged
merged 3 commits into from
Aug 1, 2023
Merged

Only run mini-agi on push and PR #230

merged 3 commits into from
Aug 1, 2023

Conversation

waynehamadi
Copy link
Contributor

@waynehamadi waynehamadi commented Aug 1, 2023

Background

Changes

We needed to integrate a bunch of agents so it was useful to all run them on push.
Now it starts to be expensive, we can just run a benchmark manually or by waiting 1 day, since it runs every day.
We can keep mini-agi.

PR Quality Checklist

  • I have run the following commands against my code to ensure it passes our linters:
    black . --exclude test.py
    isort .
    mypy .
    autoflake --remove-all-unused-imports --recursive --ignore-init-module-imports --ignore-pass-after-docstring --in-place agbenchmark

@github-actions
Copy link

github-actions bot commented Aug 1, 2023

PR Analysis

  • 🎯 Main theme: Optimizing CI workflow by running 'mini-agi' only on push and PR
  • 📌 Type of PR: Enhancement
  • 🧪 Relevant tests added: No
  • Focused PR: Yes, the PR has a clear title and description that aligns with the changes made in the code. The changes are focused on optimizing the CI workflow.
  • 🔒 Security concerns: No, the changes made in this PR do not introduce any apparent security concerns as they are primarily related to the CI workflow.

PR Feedback

  • 💡 General PR suggestions: The PR seems well-structured and the changes are clearly explained. However, it would be beneficial to include some form of testing to ensure that the new CI workflow operates as expected. Also, it would be helpful to explain why only 'mini-agi' is chosen to run on push and PR in the PR description.

How to use

To invoke the PR-Agent, add a comment using one of the following commands:
/review [-i]: Request a review of your Pull Request. For an incremental review, which only considers changes since the last review, include the '-i' option.
/describe: Modify the PR title and description based on the contents of the PR.
/improve: Suggest improvements to the code in the PR.
/ask <QUESTION>: Pose a question about the PR.

To edit any configuration parameter from 'configuration.toml', add --config_path=new_value
For example: /review --pr_reviewer.extra_instructions="focus on the file: ..."

@waynehamadi waynehamadi merged commit 6d3b07b into master Aug 1, 2023
@waynehamadi waynehamadi deleted the increase-speed-ci branch August 1, 2023 17:22
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant