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

Add an alembic revision adding to CI notifs to the packager's defaut pack #225

Merged
merged 1 commit into from
Aug 17, 2017

Conversation

pypingou
Copy link
Member

This setting will notify packager of any step of the CI pipeline that
did not complete successfully.

Signed-off-by: Pierre-Yves Chibon pingou@pingoured.fr

@codecov
Copy link

codecov bot commented Aug 17, 2017

Codecov Report

Merging #225 into develop will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #225   +/-   ##
========================================
  Coverage    44.42%   44.42%           
========================================
  Files           70       70           
  Lines         3881     3881           
  Branches       496      496           
========================================
  Hits          1724     1724           
  Misses        2098     2098           
  Partials        59       59

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4429003...3abc010. Read the comment docs.

@pypingou pypingou changed the title Add an alembic revision adding to CI notifs to the packager's defaut packg Add an alembic revision adding to CI notifs to the packager's defaut pack Aug 17, 2017
continue

modified += 1
filt.add_rule(session, valid_paths, path, negated=True)
Copy link
Member

Choose a reason for hiding this comment

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

Are you sure negated=True is correct? Is the purpose of this migration to ignore all messages matched by ci_step_complete that have to do with a user's packages?

Copy link
Member Author

Choose a reason for hiding this comment

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

To ignore the ones that have successfully completed, ie: notify about the ones that did not (that failed)

Copy link
Member

Choose a reason for hiding this comment

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

Oh, okay.

target = "Events on packages that I own"


def upgrade():
Copy link
Member

Choose a reason for hiding this comment

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

Please add a comment detailing the purpose of the migration

Copy link
Member Author

Choose a reason for hiding this comment

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

sure

… pack

This setting will notify packager of any step of the CI pipeline that
did not complete successfully.

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
@jeremycline jeremycline merged commit 8b8b050 into develop Aug 17, 2017
@jeremycline jeremycline deleted the default_ci_notifs branch August 17, 2017 15:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants