Skip to content

Add junit reports to e2e #183

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

Merged
merged 3 commits into from
May 25, 2020
Merged

Add junit reports to e2e #183

merged 3 commits into from
May 25, 2020

Conversation

gssbzn
Copy link
Collaborator

@gssbzn gssbzn commented May 25, 2020

Checklist

  • I have added tests that prove my fix is effective or that my feature works
  • I have added any necessary documentation (if appropriate)
  • I have run make fmt and formatted my code

@gssbzn gssbzn requested a review from andreaangiolillo May 25, 2020 12:21
commands:
- func: "clone"
- func: "build"
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

make e2e internally builds so no need to duplicate that

@@ -382,15 +386,23 @@ tasks:
- func: "lint"
- name: atlas_e2e
tags: ["e2e"]
depends_on:
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

since this depends on mcli building let's not trigger this task until we are sure we can build

<<: *go_options
command: make e2e-test-atlas
command: make e2e-test
"cloud manager e2e":
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

this can probably be just one function with different arguments but I'll change that later

Copy link
Collaborator

@andreaangiolillo andreaangiolillo left a comment

Choose a reason for hiding this comment

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

LGTM

@gssbzn gssbzn merged commit 07e3763 into master May 25, 2020
@gssbzn gssbzn deleted the e2e-reports branch May 25, 2020 12:49
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