Skip to content

Commit

Permalink
Add native:candidate to pre-commit template docker_image:nightly (d…
Browse files Browse the repository at this point in the history
…emisto#33944)

* update candidate image tag

* add `native:candidate` to `docker_image:nightly`

* undo tag change
  • Loading branch information
dorschw authored Apr 15, 2024
1 parent dbfadef commit bf67509
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config_template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ repos:
- id: pylint-in-docker
name: pylint-in-docker
description: Run pylint on the code in content packs
docker_image:nightly: native:ga,native:maintenance,from-yml
docker_image:nightly: native:ga,native:maintenance,from-yml,native:candidate
docker_image:ci: native:ga,from-yml,native:dev,native:maintenance
docker_image:native: native:ga,from-yml,native:dev,native:maintenance
docker_image: from-yml
Expand All @@ -112,7 +112,7 @@ repos:
- id: pytest-in-docker
name: pytest-in-docker
description: Run pytest on the code in content packs
docker_image:nightly: native:ga,native:maintenance,from-yml
docker_image:nightly: native:ga,native:maintenance,from-yml,native:candidate
docker_image:ci: native:ga,from-yml,native:dev,native:maintenance
docker_image:native: native:ga,from-yml,native:dev,native:maintenance
docker_image: from-yml
Expand Down Expand Up @@ -147,7 +147,7 @@ repos:
- id: pytest-network-in-docker
name: pytest-network-in-docker
description: Run pytest with network enabled on the code in content packs
docker_image:nightly: native:ga,native:maintenance,from-yml
docker_image:nightly: native:ga,native:maintenance,from-yml,native:candidate
docker_image:ci: native:ga,from-yml,native:dev,native:maintenance
docker_image:native: native:ga,from-yml,native:dev,native:maintenance
docker_image: from-yml
Expand Down

0 comments on commit bf67509

Please sign in to comment.