To help catch issues from PRs that would regress behavior,
adding a GitHub action similar to unit tests to run integration
tests.
GitHub actions do not pass secrets to actions which are triggered
by PRs sent from forks. As a result, it is not possible to have CI
run on the forks from external contributors. Currently implementing a
process that requires manual review until a more direct solution is
found.
Adding some basic instructions for future maintainers and contributors.
As a step toward adding integration testing into
the CI process for this project, adding instructions
on how to run the tests.
compute_region_disk was used as a test. Fixed
the tests which was previously hard-coded to
the `graphite-playground` GCP project to work
with the project in the user-configure .ini file.
As a first step to rehabilitate the google.cloud repository,
adding actions to help ensure that the collection is still
passing tests as changes are merged.
Details:
- ansible-devel was not added to the matrix since it may
destablize the tests, primarily used to validate the collection.
- running sanity tests reported over 100+ issues, backlogged to #498
before turning those on.
* Unnecessary "else" after "return"
* Handle if service account file is missing with proper user message
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
Signed-off-by: Modular Magician <magic-modules@google.com>
User should read GCP_SERVICE_ACCOUNT_FILE instead of
gcp_service_account_file
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
Signed-off-by: Modular Magician <magic-modules@google.com>
* Allow redisVersion to change, promoted some fields to GA
* allow updating properties if update method is defined at the field level
* upgrade post url
* fix current resources to not reference url
* add support for forceNew if version is shrinking
* don't send request if not updating anything.. request fails if update mask is empty.. also add more tests
* fix spelling mistake
* fix rake issues
* remove transcription mode... forces new on change
Signed-off-by: Modular Magician <magic-modules@google.com>
This change promotes custom_response_headers for
google_compute_backend_service and google_compute_backend_bucket
to GA.
Signed-off-by: Gorka Lerchundi Osa glertxundi@gmail.com
Signed-off-by: Modular Magician <magic-modules@google.com>
* IPsec over interconnect feature
* Removing test from other branch
* Mark several encryption fields as input-only
Signed-off-by: Modular Magician <magic-modules@google.com>
The function _compare_value attempts to return if "resp_value" is not set.
The problem occurs when one of the functions sets the response value "None" as string, rather than pythonic None.
This is a fix to also exit this function on a "None" string response value.
* make bigquery dataset dataset_id forcenew
* make project_id and datasetReference input true as well
Signed-off-by: Modular Magician <magic-modules@google.com>