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 E2E workflow github action #348

Merged
merged 3 commits into from
Jul 7, 2021
Merged

Conversation

NaomiHaser
Copy link
Contributor

@NaomiHaser NaomiHaser commented Jul 1, 2021

What does this PR do?

A GitHub action(CI flow) in order to validate the E2E workflows.

What ticket does this PR close?

Resolves #340

Checklists

Change log

  • The CHANGELOG has been updated, or
  • This PR does not include user-facing changes and doesn't require a CHANGELOG update

Test coverage

  • This PR includes new unit and integration tests to go with the code changes, or
  • The changes in this PR do not require tests

Documentation

  • Docs (e.g. READMEs) were updated in this PR, and/or there is a follow-on issue to update docs, or
  • This PR does not require updating any documentation

Manual tests

If you are preparing for a release, have you run the following manual tests to verify existing functionality continues to function as expected?

@imheresamir imheresamir requested a review from a team July 1, 2021 21:19
@NaomiHaser NaomiHaser marked this pull request as ready for review July 6, 2021 15:18
@NaomiHaser NaomiHaser requested a review from a team as a code owner July 6, 2021 15:18
- main

# Or when PR operations are done
pull_request:
Copy link
Member

Choose a reason for hiding this comment

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

do we want to add branches: [ master ] so it runs only on PRs to master?

Copy link
Contributor

Choose a reason for hiding this comment

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

master branch will soon be renamed to main so I think this is fine as is

Copy link
Member

Choose a reason for hiding this comment

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

then the same question with main :)

in main.yml we have this guard so PRs to other branches do not run. i think that we should be aligned between GH actions, unless we have a good reason not to be. I'm ok with not having this guard but let's be consistent across actions so let's remove it from there.

Comment on lines +5 to +7
push:
branches:
- main
Copy link
Member

Choose a reason for hiding this comment

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

so will this happen when the PR is merged to main?

@orenbm
Copy link
Member

orenbm commented Jul 6, 2021

@NaomiHaser i noticed that this file has a very clear name that says what it does (which is great!). Do you think we should rename main.yml and ci.yml to have better names?

@NaomiHaser NaomiHaser force-pushed the test-workflow-githubactions branch from b2b5e90 to 1c46512 Compare July 6, 2021 20:13
Update action name and path

Edit lines and comments

Git rules fix
@NaomiHaser NaomiHaser force-pushed the test-workflow-githubactions branch from 1c46512 to 5b1f249 Compare July 6, 2021 20:16
@orenbm
Copy link
Member

orenbm commented Jul 6, 2021

@NaomiHaser thanks for making the alignments!

Copy link
Contributor

@imheresamir imheresamir left a comment

Choose a reason for hiding this comment

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

LGTM!

@NaomiHaser NaomiHaser merged commit 659c2e0 into master Jul 7, 2021
imheresamir pushed a commit that referenced this pull request Jul 7, 2021
* Add E2E workflow github action

Update action name and path

Edit lines and comments

Git rules fix

* Change file names and fix PR types

* Remove branch master
imheresamir pushed a commit that referenced this pull request Jul 9, 2021
* Add E2E workflow github action

Update action name and path

Edit lines and comments

Git rules fix

* Change file names and fix PR types

* Remove branch master
@imheresamir imheresamir deleted the test-workflow-githubactions branch July 21, 2021 13:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Validate E2E workflow in CI
3 participants