Skip to content

Commit

Permalink
[NO-TICKET] WIP: Try to fix rate limit issues when running system-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ivoanjo committed Jan 16, 2025
1 parent 4bdcc0f commit 4ecc046
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/system-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,10 @@ jobs:
run: |
docker pull ${{ env.REPO }}/system-tests/${{ matrix.library }}/weblog-${{ matrix.app }}:gha${{ github.run_id }}-g${{ github.sha }}
docker tag ${{ env.REPO }}/system-tests/${{ matrix.library }}/weblog-${{ matrix.app }}:gha${{ github.run_id }}-g${{ github.sha }} system_tests/weblog:latest
- name: Cache dependent images
run: |
PYTHONPATH=. python utils/scripts/get-image-list.py ruby ${{ matrix.app }} '${{ matrix.scenario }}' > compose.yaml
docker compose pull
- name: List images
run: |
docker image list
Expand Down

0 comments on commit 4ecc046

Please sign in to comment.