mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-06 10:42:39 +00:00
test action
This commit is contained in:
parent
e7b7dea6ed
commit
62c5fb8409
1 changed files with 13 additions and 10 deletions
23
.github/workflows/publish-to-test-pypi.yml
vendored
23
.github/workflows/publish-to-test-pypi.yml
vendored
|
@ -12,18 +12,18 @@ on:
|
||||||
# - cron: "0 0 * * *" # Run every day at midnight
|
# - cron: "0 0 * * *" # Run every day at midnight
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
trigger-client-and-models-build:
|
# trigger-client-and-models-build:
|
||||||
name: Trigger llama-stack-client and llama-models build
|
# name: Trigger llama-stack-client and llama-models build
|
||||||
runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
# outputs:
|
# outputs:
|
||||||
# version: ${{ steps.version.outputs.version }}
|
# version: ${{ steps.version.outputs.version }}
|
||||||
# client_run_id: ${{ steps.trigger-client.outputs.workflow_id }}
|
# client_run_id: ${{ steps.trigger-client.outputs.workflow_id }}
|
||||||
# model_run_id: ${{ steps.trigger-models.outputs.workflow_id }}
|
# model_run_id: ${{ steps.trigger-models.outputs.workflow_id }}
|
||||||
steps:
|
# steps:
|
||||||
- uses: actions/checkout@v4
|
# - uses: actions/checkout@v4
|
||||||
with:
|
# with:
|
||||||
persist-credentials: false
|
# persist-credentials: false
|
||||||
# - name: Get date
|
# # - name: Get date
|
||||||
# id: date
|
# id: date
|
||||||
# run: echo "date=$(date +'%Y%m%d')" >> $GITHUB_OUTPUT
|
# run: echo "date=$(date +'%Y%m%d')" >> $GITHUB_OUTPUT
|
||||||
# - name: Compute version based on dispatch event
|
# - name: Compute version based on dispatch event
|
||||||
|
@ -196,11 +196,14 @@ jobs:
|
||||||
|
|
||||||
test-published-package:
|
test-published-package:
|
||||||
name: Test published package
|
name: Test published package
|
||||||
needs:
|
# needs:
|
||||||
# - publish-to-testpypi
|
# - publish-to-testpypi
|
||||||
- trigger-client-and-models-build
|
# - trigger-client-and-models-build
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
persist-credentials: false
|
||||||
- name: Install the package
|
- name: Install the package
|
||||||
run: |
|
run: |
|
||||||
max_attempts=6
|
max_attempts=6
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue