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

[Metricbeat] gcp: fix integration tests #28364

Merged
merged 5 commits into from
Oct 13, 2021
Merged

Commits on Oct 13, 2021

  1. ci: whitelist GCP_* env vars

    GCP SDK require GCP_* based variable for a correct initialization.
    In our tests for GCP module we require GCP_PROJECT_ID and
    GCP_CREDENTIALS_FILE_PATH to be set.
    endorama committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    d8642d7 View commit details
    Browse the repository at this point in the history
  2. gcp.billing: add billing build tag

    GCP Billing tests require access to the billing account. This access is
    restricted and will not be granted to everyone working on beats.
    
    In order to be able to run integration tests without a always-failing
    gcp.billing tests, adding this tag allow to skip billing tests unless
    specified.
    endorama committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    c1bc43f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b6065ef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0e4e610 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e4fcab7 View commit details
    Browse the repository at this point in the history