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

[8.4](backport #32937) ci: enable windows for testing heartbeat #32963

Closed
wants to merge 1 commit into from

Conversation

mergify[bot]
Copy link
Contributor

@mergify mergify bot commented Sep 1, 2022

This is an automatic backport of pull request #32937 done by Mergify.
Cherry-pick of 8552e34 has failed:

On branch mergify/bp/8.4/pr-32937
Your branch is up to date with 'origin/8.4'.

You are currently cherry-picking commit 8552e34a6a.
  (fix conflicts and run "git cherry-pick --continue")
  (use "git cherry-pick --skip" to skip this patch)
  (use "git cherry-pick --abort" to cancel the cherry-pick operation)

Changes to be committed:
	modified:   x-pack/heartbeat/Jenkinsfile.yml
	modified:   x-pack/heartbeat/monitors/browser/source/inline.go
	modified:   x-pack/heartbeat/monitors/browser/source/inline_test.go
	modified:   x-pack/heartbeat/monitors/browser/source/local.go
	modified:   x-pack/heartbeat/monitors/browser/source/local_test.go
	modified:   x-pack/heartbeat/monitors/browser/source/offline.go
	modified:   x-pack/heartbeat/monitors/browser/source/project.go
	modified:   x-pack/heartbeat/monitors/browser/source/project_test.go
	modified:   x-pack/heartbeat/monitors/browser/source/validatepackage.go
	modified:   x-pack/heartbeat/monitors/browser/source/validatepackage_test.go
	modified:   x-pack/heartbeat/monitors/browser/source/zipurl.go
	modified:   x-pack/heartbeat/monitors/browser/source/zipurl_test.go
	modified:   x-pack/heartbeat/scenarios/basics_test.go
	modified:   x-pack/heartbeat/scenarios/scenarios.go

Unmerged paths:
  (use "git add <file>..." to mark resolution)
	both modified:   x-pack/heartbeat/monitors/browser/source/source.go

To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/github/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally


Mergify commands and options

More conditions and actions can be found in the documentation.

You can also trigger Mergify actions by commenting on this pull request:

  • @Mergifyio refresh will re-evaluate the rules
  • @Mergifyio rebase will rebase this PR on its base branch
  • @Mergifyio update will merge the base branch into this PR
  • @Mergifyio backport <destination> will backport this PR on <destination> branch

Additionally, on Mergify dashboard you can:

  • look at your merge queues
  • generate the Mergify configuration with the config editor.

Finally, you can contact us on https://mergify.com

(cherry picked from commit 8552e34)

# Conflicts:
#	x-pack/heartbeat/monitors/browser/source/source.go
@mergify mergify bot requested a review from a team as a code owner September 1, 2022 17:24
@mergify mergify bot added backport conflicts There is a conflict in the backported pull request labels Sep 1, 2022
@mergify mergify bot assigned v1v Sep 1, 2022
@botelastic botelastic bot added the needs_team Indicates that the issue/PR needs a Team:* label label Sep 1, 2022
Comment on lines +4 to +9
<<<<<<< HEAD
=======

//go:build linux || darwin
// +build linux darwin
>>>>>>> 8552e34a6a (ci: enable windows for testing heartbeat (#32937))
Copy link
Member

@v1v v1v Sep 1, 2022

Choose a reason for hiding this comment

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

@andrewvc , is this correct?

Suggested change
<<<<<<< HEAD
=======
//go:build linux || darwin
// +build linux darwin
>>>>>>> 8552e34a6a (ci: enable windows for testing heartbeat (#32937))
//go:build linux || darwin
// +build linux darwin

@elasticmachine
Copy link
Collaborator

💔 Build Failed

the below badges are clickable and redirect to their specific view in the CI or DOCS
Pipeline View Test View Changes Artifacts preview preview

Expand to view the summary

Build stats

  • Start Time: 2022-09-01T17:24:21.541+0000

  • Duration: 22 min 21 sec

Test stats 🧪

Test Results
Failed 0
Passed 3
Skipped 0
Total 3

Steps errors 10

Expand to view the steps failures

x-pack/heartbeat-unitTest - mage build unitTest
  • Took 0 min 7 sec . View more details here
  • Description: mage build unitTest
x-pack/heartbeat-unitTest - mage build unitTest
  • Took 0 min 4 sec . View more details here
  • Description: mage build unitTest
x-pack/heartbeat-unitTest - mage build unitTest
  • Took 0 min 4 sec . View more details here
  • Description: mage build unitTest
x-pack/heartbeat-windows-2022-windows-2022 - mage build test
  • Took 0 min 12 sec . View more details here
  • Description: mage build test
x-pack/heartbeat-windows-2022-windows-2022 - mage build test
  • Took 0 min 10 sec . View more details here
  • Description: mage build test
x-pack/heartbeat-windows-2022-windows-2022 - mage build test
  • Took 0 min 10 sec . View more details here
  • Description: mage build test
x-pack/heartbeat-windows-2016-windows-2016 - mage build test
  • Took 0 min 11 sec . View more details here
  • Description: mage build test
x-pack/heartbeat-windows-2016-windows-2016 - mage build test
  • Took 0 min 9 sec . View more details here
  • Description: mage build test
x-pack/heartbeat-windows-2016-windows-2016 - mage build test
  • Took 0 min 9 sec . View more details here
  • Description: mage build test
Error signal
  • Took 0 min 0 sec . View more details here
  • Description: Error 'hudson.AbortException: script returned exit code 1'

💚 Flaky test report

Tests succeeded.

🤖 GitHub comments

To re-run your PR in the CI, just comment with:

  • /test : Re-trigger the build.

  • /package : Generate the packages and run the E2E tests.

  • /beats-tester : Run the installation tests with beats-tester.

  • run elasticsearch-ci/docs : Re-trigger the docs validation. (use unformatted text in the comment!)

@mergify
Copy link
Contributor Author

mergify bot commented Sep 5, 2022

This pull request has not been merged yet. Could you please review and merge it @v1v? 🙏

@mtojek mtojek added the Team:obs-ds-hosted-services Label for the Observability Hosted Services team label Sep 5, 2022
@elasticmachine
Copy link
Collaborator

Pinging @elastic/uptime (Team:Uptime)

@botelastic botelastic bot removed the needs_team Indicates that the issue/PR needs a Team:* label label Sep 5, 2022
@v1v v1v closed this Sep 7, 2022
@mergify mergify bot deleted the mergify/bp/8.4/pr-32937 branch September 7, 2022 09:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport conflicts There is a conflict in the backported pull request Team:obs-ds-hosted-services Label for the Observability Hosted Services team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants