Skip to content

Commit

Permalink
Merge branch 'chore/add_more_tags_to_speedup_ci' into 'master'
Browse files Browse the repository at this point in the history
chore(ci): Updated the tag of deploy job to speedup ci

See merge request application/esp-at!1628
  • Loading branch information
xcguang committed Oct 23, 2024
2 parents 3d32c95 + 48ae87f commit e28eaf0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab/ci/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ push_to_github:
- .rules:protected
stage: deploy
tags:
- deploy
- internet
when: on_success
image: $CI_DOCKER_REGISTRY/esp-env-v4.4:1
variables:
Expand All @@ -20,7 +20,7 @@ push_to_github:
stage: deploy_docs
image: $CI_DOCKER_REGISTRY/esp-idf-doc-env-v5.0:4-4
tags:
- deploy
- internet
needs:
- build_docs_html
- build_docs_pdf
Expand Down
3 changes: 3 additions & 0 deletions .gitlab/ci/rules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
.patterns-docs: &patterns-docs
- "docs/**/*"
- "components/at/include/*"
- ".gitlab/ci/build_docs.yml"
- ".gitlab/ci/deploy.yml"
- ".gitlab/ci/post_deploy.yml"

.patterns-src: &patterns-src
- "bootloader_components/**/*"
Expand Down

0 comments on commit e28eaf0

Please sign in to comment.