mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-16 06:27:58 +00:00
try 1003
This commit is contained in:
parent
d79ea110ef
commit
fa8970769e
1 changed files with 9 additions and 18 deletions
27
.github/workflows/integration-vision-tests.yml
vendored
27
.github/workflows/integration-vision-tests.yml
vendored
|
@ -50,7 +50,7 @@ jobs:
|
|||
- name: Checkout repository
|
||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
||||
with:
|
||||
ref: ${{ github.head_ref }}
|
||||
ref: ${{ github.event.pull_request.head.ref }}
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Generate test types
|
||||
|
@ -119,24 +119,15 @@ jobs:
|
|||
git status --porcelain tests/integration/recordings/
|
||||
git status
|
||||
|
||||
# if [[ -n $(git status --porcelain tests/integration/recordings/) ]]; then
|
||||
# echo "New recordings detected, committing and pushing"
|
||||
# git add tests/integration/recordings/
|
||||
# git commit -m "Update recordings"
|
||||
if [[ -n $(git status --porcelain tests/integration/recordings/) ]]; then
|
||||
echo "New recordings detected, committing and pushing"
|
||||
git add tests/integration/recordings/
|
||||
git commit -m "Update recordings"
|
||||
|
||||
# # re-sync with whatever is now on GitHub
|
||||
# git fetch origin ${{ github.head_ref }}
|
||||
# git rebase origin/${{ github.head_ref }}
|
||||
|
||||
# git push --force-with-lease origin HEAD:${{ github.head_ref }}
|
||||
# else
|
||||
# echo "No recording changes"
|
||||
# fi
|
||||
|
||||
- name: Commit and push recordings
|
||||
uses: stefanzweifel/git-auto-commit-action@v6
|
||||
with:
|
||||
commit_message: "style: auto-format from CI"
|
||||
git push --force-with-lease origin HEAD:${{ github.event.pull_request.head.ref }}
|
||||
else
|
||||
echo "No recording changes"
|
||||
fi
|
||||
|
||||
- name: Write inference logs to file
|
||||
if: ${{ always() }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue