Skip to content

Commit

Permalink
Merge pull request #501 from rook/release-1.12
Browse files Browse the repository at this point in the history
Sync from upstream release-1.12 to downstream release-4.14
  • Loading branch information
travisn authored Jul 27, 2023
2 parents a4dc1b7 + fe35e61 commit 0f51b52
Show file tree
Hide file tree
Showing 40 changed files with 549 additions and 232 deletions.
23 changes: 10 additions & 13 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ jobs:
with:
fetch-depth: 0

- name: consider debugging
uses: ./.github/workflows/tmate_debug
with:
use-tmate: ${{ secrets.USE_TMATE }}

- uses: actions/setup-go@v4
with:
go-version: "1.20"
Expand Down Expand Up @@ -71,12 +76,6 @@ jobs:
- name: validate gen-rbac
run: tests/scripts/validate_modified_files.sh gen-rbac

- name: consider debugging
if: failure()
timeout-minutes: 60
uses: ./.github/workflows/tmate_debug
with:
use-tmate: ${{ secrets.USE_TMATE }}

linux-build-all:
runs-on: ubuntu-20.04
Expand All @@ -91,6 +90,11 @@ jobs:
with:
fetch-depth: 0

- name: consider debugging
uses: ./.github/workflows/tmate_debug
with:
use-tmate: ${{ secrets.USE_TMATE }}

- name: setup golang ${{ matrix.go-version }}
uses: actions/setup-go@v4
with:
Expand All @@ -104,10 +108,3 @@ jobs:
- name: build.all rook with go ${{ matrix.go-version }}
run: |
tests/scripts/github-action-helper.sh build_rook_all
- name: consider debugging
if: failure()
timeout-minutes: 60
uses: ./.github/workflows/tmate_debug
with:
use-tmate: ${{ secrets.USE_TMATE }}
Loading

0 comments on commit 0f51b52

Please sign in to comment.