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

Dynamic branch specifier for E2E tests jobs #3113

Merged
merged 1 commit into from
May 20, 2020

Conversation

thbkrkr
Copy link
Contributor

@thbkrkr thbkrkr commented May 20, 2020

  • Add a branch specifier parameter to dynamically checkout a given
    sha1, branch or tag in the E2E tests jobs.
  • Propagate the git commit that triggers a nightly or release build to
    the E2E tests jobs that are triggered after a successful build.

Resolves #3066.

* Add a branch specifier parameter to dynamically checkout a given
sha1, branch or tag in the E2E tests jobs.
* Propagate the git commit that triggers a nightly or release build to
the E2E tests jobs that are triggered after a successful build.
@thbkrkr thbkrkr added :ci Things related to Continuous Integration, automation and releases >test Related to unit/integration/e2e tests labels May 20, 2020
Copy link
Contributor

@sebgl sebgl left a comment

Choose a reason for hiding this comment

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

LGTM

@thbkrkr thbkrkr merged commit e1ffe9d into elastic:master May 20, 2020
@thbkrkr thbkrkr deleted the branch-param branch May 20, 2020 20:33
sebgl pushed a commit to sebgl/cloud-on-k8s that referenced this pull request May 25, 2020
* Add a branch specifier parameter to dynamically checkout a given
sha1, branch or tag in the E2E tests jobs.
* Propagate the git commit that triggers a nightly or release build to
the E2E tests jobs that are triggered after a successful build.
sebgl pushed a commit that referenced this pull request May 25, 2020
* Add a branch specifier parameter to dynamically checkout a given
sha1, branch or tag in the E2E tests jobs.
* Propagate the git commit that triggers a nightly or release build to
the E2E tests jobs that are triggered after a successful build.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:ci Things related to Continuous Integration, automation and releases >test Related to unit/integration/e2e tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

E2E Tests are always run from the master branch
2 participants