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

Allow aicoe-ci to do only tox and precommit checks #145

Merged
merged 1 commit into from
Dec 2, 2020

Conversation

harshad16
Copy link
Member

Related Issues and Dependencies

Fixes: #143
Related-to: #101

This introduces a breaking change

  • No

This Pull Request implements

Allow aicoe-ci to do only tox and precommit checks
Signed-off-by: Harshad Reddy Nalla [email protected]

Description

This pull request has no code changes, just linting changes present.
As thoth-station component has moved from simple coala check to pre-commit check, in which multiple hooks can be run like flake, pep8, black, etc.

this pull-request would also stop the unnecessary, aicoe-ci/build-check and pytest-check on pull -request as it is not needed for micropipenv.
we have enabled tox -check, for the component, as we want to get the aicoe-ci to do better work in testing environments.
and also enable pre-commit check, which collaborators can run on their local system, by the following command:
pre-commit run --all-files

@sesheta sesheta added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Dec 1, 2020
Copy link
Collaborator

@fridex fridex left a comment

Choose a reason for hiding this comment

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

nice! 💯 changes look good to me 👍

/assign @frenzymadness
PTAL

.aicoe-ci.yaml Show resolved Hide resolved
.aicoe-ci.yaml Show resolved Hide resolved
micropipenv.py Outdated Show resolved Hide resolved
@frenzymadness
Copy link
Collaborator

I'm not sure I am the right person to review all these changes and CI configs but overall they look good to me.

@fridex
Copy link
Collaborator

fridex commented Dec 2, 2020

I'm not sure I am the right person to review all these changes and CI configs but overall they look good to me.

Let's keep the Travis CI together with AICoE CI. Travis CI has configured support matrix we need. I'm personally fine with changes, are you OK with merging this? It will serve as an addition, not a replacement for any functionality present in the repo.

@frenzymadness
Copy link
Collaborator

I'm okay with these changes. More testing is always better.

Copy link
Collaborator

@fridex fridex left a comment

Choose a reason for hiding this comment

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

👍 thanks! 💯

@sesheta
Copy link
Member

sesheta commented Dec 2, 2020

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: fridex

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@sesheta sesheta added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Dec 2, 2020
@sesheta sesheta merged commit 2962d3e into thoth-station:master Dec 2, 2020
@harshad16 harshad16 deleted the CI-checks branch December 2, 2020 12:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Do we need aicor-ci.yaml in this repo?
5 participants