Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jianghang8421 committed Nov 7, 2024
1 parent 9ab1ef7 commit 7a12170
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/push-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ jobs:
# headers: |-
# cache-control: public,no-cache,proxy-revalidate
build-server-amd64:
if: false
runs-on: test-runner-dind
# runs-on: [self-hosted, Linux, ARM64]
# runs-on: runs-on,runner=4cpu-${{ matrix.os }}-${{ matrix.arch }},image=ubuntu22-full-${{ matrix.arch }},run-id=${{ github.run_id }}
Expand Down Expand Up @@ -166,6 +167,7 @@ jobs:
retention-days: 4
overwrite: false
build-agent-amd64:
if: false
needs: [build-server-amd64]
strategy:
matrix:
Expand Down Expand Up @@ -253,6 +255,7 @@ jobs:
retention-days: 4
overwrite: false
build-server-arm64:
if: false
# runs-on: test-runner-dind
runs-on: [self-hosted, Linux, ARM64]
# runs-on: runs-on,runner=4cpu-${{ matrix.os }}-${{ matrix.arch }},image=ubuntu22-full-${{ matrix.arch }},run-id=${{ github.run_id }}
Expand Down Expand Up @@ -324,6 +327,7 @@ jobs:
retention-days: 4
overwrite: false
build-agent-arm64:
if: false
needs: [build-server-arm64]
strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
unit-test:
env:
GOLANG_VERSION: '1.22'
runs-on: test-runner-default
runs-on: test-runner-dind
timeout-minutes: 60
steps:
# - name: Install tools
Expand Down

0 comments on commit 7a12170

Please sign in to comment.