Skip to content

Commit

Permalink
change setup-go branch
Browse files Browse the repository at this point in the history
  • Loading branch information
lcxznpy committed May 11, 2024
1 parent 1bc79e2 commit c29a461
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 25 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.event.pull_request.head.ref }}
- name: Set up Go
uses: matrixorigin/CI/actions/setup-env@main
uses: matrixorigin/CI/actions/setup-env@release/1.2-dev
with:
setup-java: false
- name: Set env
Expand All @@ -58,7 +58,7 @@ jobs:
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.event.pull_request.head.ref }}
- name: Set up Go
uses: matrixorigin/CI/actions/setup-env@main
uses: matrixorigin/CI/actions/setup-env@release/1.2-dev
with:
setup-java: false
- name: Set env
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
.github/ISSUE_TEMPLATE/*.yml
.github/ISSUE_TEMPLATE/*.yaml
- name: Set up Go
uses: matrixorigin/CI/actions/setup-env@main
uses: matrixorigin/CI/actions/setup-env@release/1.2-dev
with:
setup-java: false
- name: Prepare ENV
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/e2e-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
ref: main

- name: Set up Go And Java
uses: matrixorigin/CI/actions/setup-env@main
uses: matrixorigin/CI/actions/setup-env@release/1.2-dev

- name: Start BVT Test
id: bvt_on_pr_version
Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:
ref: main

- name: Set up Go And Java
uses: matrixorigin/CI/actions/setup-env@main
uses: matrixorigin/CI/actions/setup-env@release/1.2-dev

- name: Start BVT Test
id: bvt_on_pr_version
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/e2e-standalone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.event.pull_request.head.ref }}
- name: Set up Go And Java
uses: matrixorigin/CI/actions/setup-env@main
uses: matrixorigin/CI/actions/setup-env@release/1.2-dev
- name: Build MatrixOne
run: |
cd $GITHUB_WORKSPACE/head && make clean && make build
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.event.pull_request.head.ref }}
- name: Set up Go And Java
uses: matrixorigin/CI/actions/setup-env@main
uses: matrixorigin/CI/actions/setup-env@release/1.2-dev
- name: Build MatrixOne
run: |
cd $GITHUB_WORKSPACE/head && make clean && make build
Expand Down Expand Up @@ -209,7 +209,7 @@ jobs:
ref: ${{ github.event.pull_request.head.ref }}

- name: Set up Go And Java
uses: matrixorigin/CI/actions/setup-env@main
uses: matrixorigin/CI/actions/setup-env@release/1.2-dev

- name: Build MatrixOne
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/e2e-upgrade.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
ref: ${{ github.event.pull_request.base.ref }}

- name: Set up Go And Java
uses: matrixorigin/CI/actions/setup-env@main
uses: matrixorigin/CI/actions/setup-env@release/1.2-dev

- name: Build MatrixOne for head
run: |
Expand Down Expand Up @@ -198,7 +198,7 @@ jobs:
ref: ${{ steps.get-latest-release.outputs.tag }}

- name: Set up Go And Java
uses: matrixorigin/CI/actions/setup-env@main
uses: matrixorigin/CI/actions/setup-env@release/1.2-dev

- name: Build MatrixOne for head
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/merge-trigger-standalone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
path: ./matrixone
- name: Set up Go
uses: matrixorigin/CI/actions/setup-env@main
uses: matrixorigin/CI/actions/setup-env@release/1.2-dev
with:
setup-java: false
- name: GO ENV
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
with:
path: ./head
- name: Set up Go
uses: matrixorigin/CI/actions/setup-env@main
uses: matrixorigin/CI/actions/setup-env@release/1.2-dev
with:
setup-java: false
- name: Build MatrixOne
Expand Down
16 changes: 7 additions & 9 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
echo ${{ steps.get_release.outputs.upload_url }}
echo ${{ steps.get_release.outputs.tag_name }}
- name: Set up Go
uses: matrixorigin/CI/actions/setup-env@main
uses: matrixorigin/CI/actions/setup-env@release/1.2-dev
with:
setup-java: false
- name: Build normal
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
echo ${{ steps.get_release.outputs.upload_url }}
echo ${{ steps.get_release.outputs.tag_name }}
- name: Set up Go
uses: matrixorigin/CI/actions/setup-env@main
uses: matrixorigin/CI/actions/setup-env@release/1.2-dev
with:
setup-java: false
- name: Build normal
Expand Down Expand Up @@ -146,7 +146,6 @@ jobs:
region: ap-shanghai
retry_times: 5
storage_class: "STANDARD"


darwin-x86-build-job:
runs-on: macos-latest
Expand All @@ -173,7 +172,7 @@ jobs:
echo ${{ steps.get_release.outputs.upload_url }}
echo ${{ steps.get_release.outputs.tag_name }}
- name: Set up Go
uses: matrixorigin/CI/actions/setup-env@main
uses: matrixorigin/CI/actions/setup-env@release/1.2-dev
with:
setup-java: false
- name: Build normal
Expand Down Expand Up @@ -245,7 +244,7 @@ jobs:
- name: Checkout matrixorigin/CI
uses: actions/checkout@v4
with:
fetch-depth: '1'
fetch-depth: "1"
repository: matrixorigin/CI
ref: main
path: ./CI
Expand Down Expand Up @@ -348,7 +347,7 @@ jobs:
- name: Checkout matrixorigin/CI
uses: actions/checkout@v4
with:
fetch-depth: '1'
fetch-depth: "1"
repository: matrixorigin/CI
ref: main
path: ./CI
Expand Down Expand Up @@ -388,7 +387,7 @@ jobs:
echo ${{ steps.get_release.outputs.upload_url }}
echo ${{ steps.get_release.outputs.tag_name }}
- name: Set up Go
uses: matrixorigin/CI/actions/setup-env@main
uses: matrixorigin/CI/actions/setup-env@release/1.2-dev
with:
setup-java: false
- name: Build normal
Expand Down Expand Up @@ -430,7 +429,6 @@ jobs:
retry_times: 5
storage_class: "STANDARD"


musl-arm64-build-job:
runs-on: aws-arm64-runner
steps:
Expand All @@ -446,7 +444,7 @@ jobs:
echo ${{ steps.get_release.outputs.upload_url }}
echo ${{ steps.get_release.outputs.tag_name }}
- name: Set up Go
uses: matrixorigin/CI/actions/setup-env@main
uses: matrixorigin/CI/actions/setup-env@release/1.2-dev
with:
setup-java: false
- name: Build normal
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/robot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
uri_notice: ${{ secrets.DOCU_GROUP_HOOK }}
name_label: "doc influence"
mentions: "Prinz,DengNan"

add-issue-to-project:
runs-on: ubuntu-latest
if: github.event_name == 'issues' && github.event.action == 'assigned'
Expand All @@ -115,7 +115,7 @@ jobs:
name: Add Label for Assignee Role
with:
github-token: ${{ secrets.TOKEN_ACTION }}
correspondence: "{\"mo-qa-team\":\"phase/testing\"}"
correspondence: '{"mo-qa-team":"phase/testing"}'

nightly-check:
if: ${{ github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' }}
Expand All @@ -126,7 +126,7 @@ jobs:
fetch-depth: "3"
path: ./matrixone
- name: Set up Go
uses: matrixorigin/CI/actions/setup-env@main
uses: matrixorigin/CI/actions/setup-env@release/1.2-dev
- name: Set Variables
run: |
echo "ut_report='UT-Report.out'" >> $GITHUB_ENV
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/utils.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.event.pull_request.head.ref }}
- name: Set up Go and Java
uses: matrixorigin/CI/actions/setup-env@main
uses: matrixorigin/CI/actions/setup-env@release/1.2-dev
- name: Set Variables
run: |
cd $GITHUB_WORKSPACE/matrixone
Expand Down

0 comments on commit c29a461

Please sign in to comment.