Commit graph

24 commits

Author SHA1 Message Date
Chris Hawk
c819fc798d Test with Python 3.11 and 3.12, the two versions compatible with Ansible 2.17 and 2.18 2025-01-10 15:06:25 -08:00
Chris Hawk
38146cdc9b Back off Python versions as Ansible 2.17 is not supported with Python 3.13 2025-01-10 15:03:59 -08:00
Chris Hawk
7cee2e87b0 Make 2.17 the min Ansible version 2025-01-10 15:01:28 -08:00
Chris Hawk
7a95362e03 Remove debugging lines 2024-07-26 16:44:29 -07:00
Chris Hawk
7ae46673ed Use the path that ansible-lint is reporting for exclusion 2024-07-26 16:33:09 -07:00
Chris Hawk
dfe85d24a0 ansible-lint truly hates not running in the workspace root directory 2024-07-26 16:18:55 -07:00
Chris Hawk
12d500f044 Use the submodule path, not the name of the repo 2024-07-26 16:08:18 -07:00
Chris Hawk
811901f82c Add some debugging statements 2024-07-26 16:02:15 -07:00
Chris Hawk
c9b7cf5a21 Try passing a full path to the ansible-lint config file 2024-07-26 15:42:19 -07:00
Chris Hawk
fc42b8fbc2 Revert ansible/ansible-lint GitHub action usage 2024-07-25 11:13:41 -07:00
Chris Hawk
2aebc4f1b3 Bump min Ansible version to 2.16 2024-07-25 10:47:31 -07:00
Chris Hawk
b06fbef58e
Merge pull request #594 from jefferbrecht/master
Update roles/google_cloud_ops_agents submodule to 1.0.7.
2024-05-16 15:25:31 -07:00
Chris Hawk
50ed9f42b5 chore: rebase to master 2023-11-20 10:44:17 -08:00
Chris Hawk
08ada5354d fix: upgrade ansible version, address test and lint errors 2023-11-17 16:39:42 -08:00
Chris Hawk
c15b47250d chore: fix minimum version format, upgrade ansible-lint 2023-11-14 13:03:58 -08:00
Chris Hawk
13af84c3db chore: bump ansible versions 2023-11-14 12:43:01 -08:00
Jeff Erbrecht
d0028188df Checkout submodules during lint workflow 2023-09-12 09:22:16 -04:00
Yusuke Tsutsumi
791e11d45d chore: pin ansible-lint to 6.13.1
ansible-lint was updated and the GitHub
action did not pin the dependency, resulting
in the repository to fail sanity tests.

Updating the repository to adhere to new fatal
linter rules, but also pinning the linter to
prevent failures that may be unrelated to the
particular commit.

Updating usages for python3.8 to 3.9 as ansible-lint
is dropping support for 3.8.
2023-02-18 11:44:25 -08:00
Yusuke Tsutsumi
509e0207ff tests: add sanity tests for python 2.7
Automation Hub still runs sanity tests on python 2.7

updating release to 1.1.1 to publish a new version.
2022-12-16 09:40:24 -08:00
Yusuke Tsutsumi
4907356bba fixing ansible-lint errors, fix gcsfuse
Ansible-lint is required for Ansible collection
certification for Automation Hub.

gcsfuse had no metadata associated with it, failing
the Ansible Hub upload.
2022-12-10 10:49:01 -08:00
Yusuke Tsutsumi
a9545c77a4 fix linting and updating maintenance guide
Updating the maintainers guide with updated intructions from
Ansible engineers.

Fixing linting issues, and adding the linter as a GitHub workflow
to ensure there are no regressions.
2022-12-07 15:36:21 -08:00
Yusuke Tsutsumi
eab8b1fb7b disable spanner_database_info tests, python to 3.9
The client's List continues to be flakey. disabling until
the endpoint is stable.

Switching tests to use ansible 2.14, as 2.13 has issues with
spawning a docker container.

Upgrading the base python version as a consequence.

Removing the need for docker from unit tests, since that was failing
and also non-critical to run unit tests.
2022-12-04 12:00:59 -08:00
Yusuke Tsutsumi
1ec54b286d prepping for 1.1.0-beta release
- Updating and documenting changelog creation process.
  antsibull-changelog was chosen because it is the standard tooling
  recommended by Ansible developers.
- Documenting the release process and several others so others can perform it in the
  future.
- Updating the integration tests to test against 2.13, which the 1.1.0
  final release will be certified for.
- Created changelog and update galaxy.yaml for 1.1.0-beta, which will be
  the next release.
2022-12-04 12:00:59 -08:00
Yusuke Tsutsumi
f6d42b4bc1
Adding a GitHub action to run ansible-test (#497)
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.
2022-09-23 18:42:29 +00:00