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

ci: ensure nightly builds actually runs #143

Merged
merged 1 commit into from
Oct 18, 2021
Merged

ci: ensure nightly builds actually runs #143

merged 1 commit into from
Oct 18, 2021

Conversation

Callisto13
Copy link
Member

@Callisto13 Callisto13 commented Oct 14, 2021

What this PR does / why we need it:

Fixes the e2e nightlies, it appears they never actually had a successful run.

Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged):
Fixes #127

@Callisto13 Callisto13 added the kind/bug Something isn't working label Oct 14, 2021
@Callisto13 Callisto13 force-pushed the fix-e2e branch 5 times, most recently from 557d19c to 286421c Compare October 15, 2021 10:39
@codecov-commenter
Copy link

codecov-commenter commented Oct 15, 2021

Codecov Report

Merging #143 (c2060e4) into main (12b503c) will decrease coverage by 0.62%.
The diff coverage is 83.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #143      +/-   ##
==========================================
- Coverage   40.09%   39.47%   -0.63%     
==========================================
  Files          32       32              
  Lines        1444     1477      +33     
==========================================
+ Hits          579      583       +4     
- Misses        789      818      +29     
  Partials       76       76              
Impacted Files Coverage Δ
core/application/commands.go 64.93% <83.33%> (+1.92%) ⬆️
infrastructure/firecracker/config.go 0.00% <0.00%> (ø)
infrastructure/firecracker/provider.go 0.00% <0.00%> (ø)

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 660390c...c2060e4. Read the comment docs.

@Callisto13 Callisto13 force-pushed the fix-e2e branch 5 times, most recently from 0e45af8 to f527e32 Compare October 15, 2021 13:26
@Callisto13 Callisto13 changed the title ci: Use correct format for terraform action ci: ensure nightly builds actually runs Oct 15, 2021
@Callisto13 Callisto13 force-pushed the fix-e2e branch 2 times, most recently from 5fb2c87 to 493c88f Compare October 15, 2021 13:50
richardcase
richardcase previously approved these changes Oct 17, 2021
Copy link
Member

@richardcase richardcase left a comment

Choose a reason for hiding this comment

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

I'm not surrpised this never worked via action as it was only tested locally. Thanks for also adding the janitor.

@Callisto13
Copy link
Member Author

ffs i swear those commits were signed when i pushed them

- ensure TF metal create works
- cleanup projects after e2e run
- use the correct format for the terraform action
- ensure TF outputs are correctly formatted. The TF wrapper included in
  the action manipulates stdout and stderr to make it compatible with
  use in action pipelines, but that unfortunately makes it a pain to
  work with if you are using the output elsewhere.
@Callisto13 Callisto13 merged commit 2941cce into main Oct 18, 2021
@Callisto13 Callisto13 deleted the fix-e2e branch October 18, 2021 10:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working size/xs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

GitHub Actions fails because something is not good with the uses attribute [nightly_e2e]
3 participants