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

[8.0](backport #1740) Support running tests in full VM's#1854

Merged
adam-stokes merged 2 commits into
8.0from
mergify/bp/8.0/pr-1740
Nov 30, 2021
Merged

[8.0](backport #1740) Support running tests in full VM's#1854
adam-stokes merged 2 commits into
8.0from
mergify/bp/8.0/pr-1740

Conversation

@mergify
Copy link
Copy Markdown
Contributor

@mergify mergify Bot commented Nov 30, 2021

This is an automatic backport of pull request #1740 done by Mergify.
Cherry-pick of 8a94011 has failed:

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

You are currently cherry-picking commit 8a94011.
  (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:   .ci/.e2e-tests-for-elastic-agent.yaml
	modified:   .ci/.e2e-tests.yaml
	new file:   .ci/README.md
	new file:   .ci/ansible/playbook.yml
	new file:   .ci/ansible/requirements.yml
	new file:   .ci/ansible/tasks/copy_test_files.yml
	new file:   .ci/ansible/tasks/install_deps.yml
	new file:   .ci/ansible/tasks/runners.yml
	new file:   .ci/ansible/tasks/setup_test_script.yml
	new file:   .ci/ansible/tasks/teardown.yml
	new file:   .ci/ansible/tasks/wait_for_ssh.yml
	modified:   .ci/scripts/install-test-dependencies.sh
	modified:   .gitignore
	modified:   NOTICE.txt
	modified:   e2e/_suites/fleet/features/agent_endpoint_integration.feature
	modified:   e2e/_suites/fleet/features/backend_processes.feature
	modified:   e2e/_suites/fleet/features/fleet_mode_agent.feature
	modified:   e2e/_suites/fleet/features/linux_integration.feature
	modified:   e2e/_suites/fleet/features/permission_output_change.feature
	modified:   e2e/_suites/fleet/features/preconfigured_policies.feature
	modified:   e2e/_suites/fleet/features/running_on_top_of_beats.feature
	modified:   e2e/_suites/fleet/features/system_integration.feature
	modified:   e2e/_suites/fleet/fleet.go
	modified:   e2e/_suites/fleet/ingest_manager_test.go
	new file:   e2e/_suites/fleet/testresources/default_system_metrics.json
	modified:   go.mod
	modified:   go.sum
	modified:   internal/action/base.go
	modified:   internal/action/process.go
	modified:   internal/deploy/remote.go
	modified:   internal/elasticsearch/client.go
	modified:   internal/installer/elasticagent_tar.go
	modified:   internal/kibana/client.go
	modified:   internal/kibana/fleet.go
	modified:   internal/kibana/integrations.go
	modified:   internal/kibana/policies.go
	modified:   internal/kibana/url_prefixes.go
	modified:   internal/utils/utils.go
	modified:   internal/utils/utils_test.go
	modified:   notice/overrides.json

Unmerged paths:
  (use "git add <file>..." to mark resolution)
	both modified:   .ci/Jenkinsfile

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

* Support running e2e in VM's

Signed-off-by: Adam Stokes <51892+adam-stokes@users.noreply.github.com>
Co-authored-by: Manuel de la Peña <mdelapenya@gmail.com>
(cherry picked from commit 8a94011)

# Conflicts:
#	.ci/Jenkinsfile
@mergify mergify Bot added the conflicts There is a conflict in the backported pull request label Nov 30, 2021
Signed-off-by: Adam Stokes <51892+adam-stokes@users.noreply.github.com>
@adam-stokes adam-stokes removed the conflicts There is a conflict in the backported pull request label Nov 30, 2021
@elasticmachine
Copy link
Copy Markdown
Contributor

💚 Build Succeeded

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: 2021-11-30T17:56:09.973+0000

  • Duration: 39 min 33 sec

  • Commit: 172c2eb

Test stats 🧪

Test Results
Failed 0
Passed 86
Skipped 0
Total 86

💚 Flaky test report

Tests succeeded.

🤖 GitHub comments

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

  • /test : Re-trigger the build.

@adam-stokes adam-stokes merged commit b227988 into 8.0 Nov 30, 2021
@mergify mergify Bot deleted the mergify/bp/8.0/pr-1740 branch November 30, 2021 19:05
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