Skip to content

Commit

Permalink
TEST: Add missing action refs
Browse files Browse the repository at this point in the history
  • Loading branch information
ameryhung committed Jan 27, 2025
1 parent 11c898a commit 6c57378
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/kernel-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
repo-root: ${{ env.REPO_ROOT }}

- name: Setup build environment
uses: ameryhung/ci/setup-build-env
uses: ameryhung/ci/setup-build-env@dev
with:
arch: ${{ inputs.arch }}
llvm-version: ${{ inputs.llvm-version }}
Expand All @@ -118,7 +118,7 @@ jobs:
install-dir: ${{ env.BPF_GCC_INSTALL_DIR }}

- name: Build selftests/bpf
uses: ameryhung/ci/build-selftests
uses: ameryhung/ci/build-selftests@dev
env:
MAX_MAKE_JOBS: 32
RELEASE: ${{ inputs.release && '1' || '' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kernel-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
run: zstd -d -T0 vmlinux-${{ inputs.arch }}-${{ inputs.toolchain_full }}.tar.zst --stdout | tar -xf -

- name: Run selftests
uses: ameryhung/ci/run-vmtest
uses: ameryhung/ci/run-vmtest@dev
# https://github.com/actions/runner/issues/1483#issuecomment-1031671517
# booleans are weird in GH.
continue-on-error: ${{ fromJSON(env.CONTINUE_ON_ERROR) }}
Expand Down

0 comments on commit 6c57378

Please sign in to comment.