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

chore(build): travis stages for specific branches #448

Merged
merged 2 commits into from
Oct 8, 2020

Conversation

cdcabrera
Copy link
Member

@cdcabrera cdcabrera commented Oct 8, 2020

What's included

  • chore(build): travis stages for specific branches
  • chore(build): workflow for commits, deprecated set-env

Notes

  • Coordinates CI against GitHub PR workflow. Once the GitHub workflows merge into master Travis will be limited to branch pushes only. This focuses Travis build stages to specific branches in order to avoid duplicated effort handled by GitHub workflows, and potentially unnecessary cycles since deploys are already branch specific.
  • Replace deprecated env var "set" for GitHub workflow

How to test

  • Confirm Travis stages have fired correctly for this PR. They should be
    • Test
    • Beta Deploy

Example

...

Updates issue/story

Ongoing, #275

@codecov-io
Copy link

codecov-io commented Oct 8, 2020

Codecov Report

Merging #448 into ci will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##               ci     #448   +/-   ##
=======================================
  Coverage   93.04%   93.04%           
=======================================
  Files          70       70           
  Lines        2201     2201           
  Branches      705      705           
=======================================
  Hits         2048     2048           
  Misses        136      136           
  Partials       17       17           

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 a86bdc2...7ee8c0b. Read the comment docs.

@cdcabrera cdcabrera merged commit 3fdcb3d into RedHatInsights:ci Oct 8, 2020
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