Skip to content

Commit

Permalink
ci: pull windows client image in a separate step (#796)
Browse files Browse the repository at this point in the history
# Motivation

Separate pull and run of windows image to improve workflows success
rate.

# Description

This PR modifies the CI to pull bench windows image before running them
to let more time to download the image than the run of it.

# Testing

Windows workflow now succeed.

# Impact

Improve windows workflow success rate.

# Checklist

- [x] My code adheres to the coding and style guidelines of the project.
- [x] I have performed a self-review of my code.
- [ ] I have commented my code, particularly in hard-to-understand
areas.
- [ ] I have made corresponding changes to the documentation.
- [x] I have thoroughly tested my modifications and added tests when
necessary.
- [x] Tests pass locally and in the CI.
- [x] I have assessed the performance impact of my modifications.
  • Loading branch information
aneojgurhem authored Nov 14, 2024
2 parents abf9864 + 1eb7f5e commit aa0d9f3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -614,6 +614,11 @@ jobs:
run: just -v tag=$env:VERSION object=local worker=htcmock ingress=false prometheus=false grafana=false seq=false queue=rabbitmq091 deploy
shell: powershell

- name: Pull image
run: docker pull dockerhubaneo/armonik_core_htcmock_test_client:$env:VERSION
timeout-minutes: 10
shell: powershell

- name: Run HtcMock test 100 tasks 1 level
timeout-minutes: 3
shell: powershell
Expand Down

0 comments on commit aa0d9f3

Please sign in to comment.