Skip to content

Commit

Permalink
🧪📌 Pin awx_plugins.interfaces @ pre-commit
Browse files Browse the repository at this point in the history
This is necessary since it influences cache invalidation and not
having versioned dependences effectively makes the cache immortal,
making us always test against the outdated dependency.
  • Loading branch information
webknjaz committed Oct 9, 2024
1 parent 2cc356e commit 497375f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ repos:
additional_dependencies:
- >- # standard interface declarations for AWX plugins
awx_plugins.interfaces
@ git+https://github.com/ansible/awx_plugins.interfaces.git
@ git+https://github.com/ansible/awx_plugins.interfaces.git@ad4a965
- azure-identity # needed by credentials.azure_kv
- azure-keyvault # needed by credentials.azure_kv
- boto3-stubs # needed by credentials.awx_secretsmanager
Expand Down Expand Up @@ -224,7 +224,7 @@ repos:
additional_dependencies:
- >- # standard interface declarations for AWX plugins
awx_plugins.interfaces
@ git+https://github.com/ansible/awx_plugins.interfaces.git
@ git+https://github.com/ansible/awx_plugins.interfaces.git@ad4a965
- azure-identity # needed by credentials.azure_kv
- azure-keyvault # needed by credentials.azure_kv
- boto3-stubs # needed by credentials.awx_secretsmanager
Expand Down Expand Up @@ -254,7 +254,7 @@ repos:
additional_dependencies:
- >- # standard interface declarations for AWX plugins
awx_plugins.interfaces
@ git+https://github.com/ansible/awx_plugins.interfaces.git
@ git+https://github.com/ansible/awx_plugins.interfaces.git@ad4a965
- azure-identity # needed by credentials.azure_kv
- azure-keyvault # needed by credentials.azure_kv
- boto3-stubs # needed by credentials.awx_secretsmanager
Expand Down Expand Up @@ -286,7 +286,7 @@ repos:
additional_dependencies:
- >- # standard interface declarations for AWX plugins
awx_plugins.interfaces
@ git+https://github.com/ansible/awx_plugins.interfaces.git
@ git+https://github.com/ansible/awx_plugins.interfaces.git@ad4a965
- azure-identity # needed by credentials.azure_kv
- azure-keyvault # needed by credentials.azure_kv
- boto3 # needed by credentials.awx_secretsmanager
Expand Down

0 comments on commit 497375f

Please sign in to comment.