Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

lucian-ioan
Copy link
Contributor

Proposed commit message

Update tests to use the debian archive as they were previously failing.

Checklist

  • I have reviewed tips for building integrations and this pull request is aligned with them.
  • I have verified that all data streams collect metrics or logs.
  • I have added an entry to my package's changelog.yml file.
  • I have verified that Kibana version constraints are current according to guidelines.
  • I have verified that any added dashboard complies with Kibana's Dashboard good practices

Author's Checklist

  • [ ]

How to test this PR locally

Related issues

Screenshots

@lucian-ioan lucian-ioan requested a review from ishleenk17 July 25, 2025 06:34
@lucian-ioan lucian-ioan self-assigned this Jul 25, 2025
@lucian-ioan lucian-ioan requested a review from a team as a code owner July 25, 2025 06:34
@lucian-ioan lucian-ioan added Integration:apache Apache HTTP Server Team:Obs-InfraObs Observability Infrastructure Monitoring team [elastic/obs-infraobs-integrations] bugfix Pull request that fixes a bug issue labels Jul 25, 2025
@elastic-vault-github-plugin-prod

🚀 Benchmarks report

To see the full report comment with /test benchmark fullreport

ARG SERVICE_VERSION=${SERVICE_VERSION:-2.4.46}
FROM httpd:$SERVICE_VERSION
RUN sed -i "/jessie-updates/d" /etc/apt/sources.list
RUN sed -i 's/deb.debian/archive.debian/' /etc/apt/sources.list && \
Copy link
Member

Choose a reason for hiding this comment

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

Please mention a comment about why the archives are being used.
For future referebce

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Added.

@lucian-ioan lucian-ioan requested a review from ishleenk17 July 28, 2025 09:36
Copy link

@elasticmachine
Copy link

💚 Build Succeeded

History

cc @lucian-ioan

@lucian-ioan lucian-ioan merged commit 4ab7b4b into elastic:main Jul 28, 2025
9 checks passed
@elastic-vault-github-plugin-prod

Package apache - 2.0.1 containing this change is available at https://epr.elastic.co/package/apache/2.0.1/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment