Skip to content

Commit

Permalink
run whoami
Browse files Browse the repository at this point in the history
  • Loading branch information
abe-winter committed Sep 4, 2023
1 parent 1f609e2 commit 809e712
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/server-32bit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
cache-to: type=registry,ref=ghcr.io/viamrobotics/viam-server:buildcache
lint:
# needs: [docker]
if: false
runs-on: buildjet-4vcpu-ubuntu-2204-arm
# concurrency: '32bit-${{ github.ref }}'
permissions:
Expand All @@ -49,7 +50,8 @@ jobs:
strategy:
fail-fast: false
matrix:
index: ['0', '1', '2', '3', '4']
index: ['0']
# index: ['0', '1', '2', '3', '4']
permissions:
packages: read
steps:
Expand All @@ -64,7 +66,7 @@ jobs:
EXTRA_FLAGS: -tags no_tflite,no_pigpio
GO_TAGS: no_tflite,no_pigpio
CGO_ENABLED: '1'
run: docker run --rm -v $PWD/:/rdk ghcr.io/viamrobotics/viam-server:armv7 sh -c "chown -R root .git && go version && go list -json $EXTRA_FLAGS ./... | etc/splitter.py ${{ matrix.index }} --nbins 5 --command \"go test $EXTRA_FLAGS\" --fail-empty"
run: docker run --rm -v $PWD/:/rdk ghcr.io/viamrobotics/viam-server:armv7 sh -c "whoami && chown -R root .git && go version && go list -json $EXTRA_FLAGS ./... | etc/splitter.py ${{ matrix.index }} --nbins 5 --command \"go test $EXTRA_FLAGS\" --fail-empty"
build:
needs: [test]
runs-on: buildjet-4vcpu-ubuntu-2204-arm
Expand Down

0 comments on commit 809e712

Please sign in to comment.