Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Migrate end to end tests to GitHub actions #6156

Merged
merged 4 commits into from
Jun 10, 2021

Conversation

germain-gg
Copy link
Contributor

@germain-gg germain-gg commented Jun 7, 2021

Introducing to you, GitHub Actions! This pull request migrates end to end tests pipelines to GitHub

What is worth noting about the changes

  • A retention_policy of 14 days has been introduced for the end to end tests logs. I could not think of a good reasons why this would be kept for longer
  • There has no concepts of xlarge instance in GitHub Actions but the runtime takes 5mn on GitHub on average versus 5mn45s on BuildKite

@germain-gg germain-gg force-pushed the gsouquet/gh-actions-e2e-tests branch from a577bab to 5c62728 Compare June 8, 2021 11:52
@germain-gg germain-gg marked this pull request as ready for review June 8, 2021 12:01
@germain-gg germain-gg requested a review from a team June 8, 2021 12:01
Co-authored-by: J. Ryan Stinnett <jryans@gmail.com>
@germain-gg germain-gg requested a review from jryans June 9, 2021 09:46
Copy link
Collaborator

@jryans jryans left a comment

Choose a reason for hiding this comment

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

Overall this is looking good, just a few more questions / tweaks. 😄

.github/workflows/end-to-end-tests.yml Outdated Show resolved Hide resolved
.github/workflows/end-to-end-tests.yml Outdated Show resolved Hide resolved
.github/workflows/end-to-end-tests.yml Outdated Show resolved Hide resolved
.github/workflows/end-to-end-tests.yml Outdated Show resolved Hide resolved
.github/workflows/end-to-end-tests.yml Outdated Show resolved Hide resolved
@germain-gg germain-gg requested a review from jryans June 9, 2021 11:28
Copy link
Collaborator

@jryans jryans left a comment

Choose a reason for hiding this comment

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

Looks great, thanks for working on this! 😄

@@ -0,0 +1,27 @@
name: Develop jobs
Copy link
Collaborator

@jryans jryans Jun 10, 2021

Choose a reason for hiding this comment

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

Yes, this is a bit pedantic, but the "jobs" suffix seems quite redundant... Everything in a workflow will be a job, so there's no need to have that in the name, I think?

Suggested change
name: Develop jobs
name: Develop

@germain-gg germain-gg merged commit c6968b4 into develop Jun 10, 2021
@germain-gg germain-gg deleted the gsouquet/gh-actions-e2e-tests branch January 27, 2022 10:52
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants