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 support for system tests using independent Elastic agents in Elastic Serverless #1828

Merged
merged 31 commits into from
May 14, 2024

Conversation

mrodm
Copy link
Contributor

@mrodm mrodm commented May 10, 2024

Part of #787

This PR adds support to run tests with Elastic Serverless.

Author's Checklist

How to test

export EC_API_KEY="...."
export EC_HOST="..."

elastic-package profiles create serverless
elastic-package profiles use serverless

elastic-package stack up -v -d --provider serverless
cd test/packages/parallel/custom_entrypoint

ELASTIC_PACKAGE_TEST_ENABLE_INDEPENDENT_AGENT=true elastic-package test system -v

elastic-package stack down -v

elastic-package profiles use default

@mrodm mrodm self-assigned this May 10, 2024
@mrodm mrodm requested a review from a team May 13, 2024 18:03
@mrodm mrodm marked this pull request as ready for review May 13, 2024 18:03
@elasticmachine
Copy link
Collaborator

💚 Build Succeeded

History

cc @mrodm

Copy link
Member

@jsoriano jsoriano left a comment

Choose a reason for hiding this comment

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

👍

internal/agentdeployer/agent.go Show resolved Hide resolved
@mrodm mrodm merged commit 7b156a5 into elastic:main May 14, 2024
3 checks passed
@mrodm mrodm deleted the independent-agent-serverless branch May 14, 2024 11:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants