Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit cfaf385

Browse files
authored
Merge branch 'master' into naman-inf2-example-refactor
2 parents a983a01 + 80b1679 commit cfaf385

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.github/workflows/regression_tests_docker.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,11 @@ jobs:
5353
if: success()
5454
run: |
5555
docker system prune -f && docker rmi pytorch/torchserve:ci
56+
- name: Open issue on failure
57+
if: ${{ failure() && github.event_name == 'schedule' }}
58+
uses: dacbd/create-issue-action@v1
59+
with:
60+
token: ${{ secrets.GITHUB_TOKEN }}
61+
title: Docker Regression on ${{ matrix.hardware }} failed
62+
body: The daily scheduled [Docker Regression Run](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}) failed, please check why
63+
assignees: ''

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ RUN --mount=type=cache,target=/var/cache/apt \
165165
npm \
166166
zip \
167167
unzip \
168-
&& npm install -g newman newman-reporter-htmlextra markdown-link-check \
168+
&& npm install -g newman@5.3.2 newman-reporter-htmlextra markdown-link-check \
169169
&& rm -rf /var/lib/apt/lists/* \
170170
&& cd /tmp
171171

0 commit comments

Comments
 (0)