Skip to content

Commit

Permalink
updated 'build all' workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
dusty-nv committed Aug 30, 2023
1 parent 529534d commit 65aa804
Show file tree
Hide file tree
Showing 3 changed files with 102 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .github/workflows/build-all_r35.2.1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,40 @@ jobs:
git status
ls -a
- run: ./build.sh --name=runner/ --push=dustynv l4t-text-generation
langchain:
name: "langchain"
runs-on: [self-hosted, jetson, r35.2.1]
steps:
- run: |
cat /etc/nv_tegra_release
- name: "Checkout ${{ github.repository }} SHA=${{ github.sha }}"
run: |
echo "$RUNNER_WORKSPACE"
cd $RUNNER_WORKSPACE
git clone $GITHUB_SERVER_URL/$GITHUB_REPOSITORY || echo 'repo already cloned or another error encountered'
cd jetson-containers
git fetch origin
git checkout $GITHUB_SHA
git status
ls -a
- run: ./build.sh --name=runner/ --push=dustynv langchain
langchain-samples:
name: "langchain:samples"
runs-on: [self-hosted, jetson, r35.2.1]
steps:
- run: |
cat /etc/nv_tegra_release
- name: "Checkout ${{ github.repository }} SHA=${{ github.sha }}"
run: |
echo "$RUNNER_WORKSPACE"
cd $RUNNER_WORKSPACE
git clone $GITHUB_SERVER_URL/$GITHUB_REPOSITORY || echo 'repo already cloned or another error encountered'
cd jetson-containers
git fetch origin
git checkout $GITHUB_SHA
git status
ls -a
- run: ./build.sh --name=runner/ --push=dustynv langchain:samples
llama_cpp-ggml:
name: "llama_cpp:ggml"
runs-on: [self-hosted, jetson, r35.2.1]
Expand Down
34 changes: 34 additions & 0 deletions .github/workflows/build-all_r35.3.1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,40 @@ jobs:
git status
ls -a
- run: ./build.sh --name=runner/ --push=dustynv l4t-text-generation
langchain:
name: "langchain"
runs-on: [self-hosted, jetson, r35.3.1]
steps:
- run: |
cat /etc/nv_tegra_release
- name: "Checkout ${{ github.repository }} SHA=${{ github.sha }}"
run: |
echo "$RUNNER_WORKSPACE"
cd $RUNNER_WORKSPACE
git clone $GITHUB_SERVER_URL/$GITHUB_REPOSITORY || echo 'repo already cloned or another error encountered'
cd jetson-containers
git fetch origin
git checkout $GITHUB_SHA
git status
ls -a
- run: ./build.sh --name=runner/ --push=dustynv langchain
langchain-samples:
name: "langchain:samples"
runs-on: [self-hosted, jetson, r35.3.1]
steps:
- run: |
cat /etc/nv_tegra_release
- name: "Checkout ${{ github.repository }} SHA=${{ github.sha }}"
run: |
echo "$RUNNER_WORKSPACE"
cd $RUNNER_WORKSPACE
git clone $GITHUB_SERVER_URL/$GITHUB_REPOSITORY || echo 'repo already cloned or another error encountered'
cd jetson-containers
git fetch origin
git checkout $GITHUB_SHA
git status
ls -a
- run: ./build.sh --name=runner/ --push=dustynv langchain:samples
llama_cpp-ggml:
name: "llama_cpp:ggml"
runs-on: [self-hosted, jetson, r35.3.1]
Expand Down
34 changes: 34 additions & 0 deletions .github/workflows/build-all_r35.4.1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,40 @@ jobs:
git status
ls -a
- run: ./build.sh --name=runner/ --push=dustynv l4t-text-generation
langchain:
name: "langchain"
runs-on: [self-hosted, jetson, r35.4.1]
steps:
- run: |
cat /etc/nv_tegra_release
- name: "Checkout ${{ github.repository }} SHA=${{ github.sha }}"
run: |
echo "$RUNNER_WORKSPACE"
cd $RUNNER_WORKSPACE
git clone $GITHUB_SERVER_URL/$GITHUB_REPOSITORY || echo 'repo already cloned or another error encountered'
cd jetson-containers
git fetch origin
git checkout $GITHUB_SHA
git status
ls -a
- run: ./build.sh --name=runner/ --push=dustynv langchain
langchain-samples:
name: "langchain:samples"
runs-on: [self-hosted, jetson, r35.4.1]
steps:
- run: |
cat /etc/nv_tegra_release
- name: "Checkout ${{ github.repository }} SHA=${{ github.sha }}"
run: |
echo "$RUNNER_WORKSPACE"
cd $RUNNER_WORKSPACE
git clone $GITHUB_SERVER_URL/$GITHUB_REPOSITORY || echo 'repo already cloned or another error encountered'
cd jetson-containers
git fetch origin
git checkout $GITHUB_SHA
git status
ls -a
- run: ./build.sh --name=runner/ --push=dustynv langchain:samples
llama_cpp-ggml:
name: "llama_cpp:ggml"
runs-on: [self-hosted, jetson, r35.4.1]
Expand Down

0 comments on commit 65aa804

Please sign in to comment.