ci: remove hubl (#23689)
This commit is contained in:
parent
98f2048979
commit
1aca09ce6e
9
.github/dependabot.yml
vendored
9
.github/dependabot.yml
vendored
@ -132,15 +132,6 @@ updates:
|
||||
labels:
|
||||
- "A:automerge"
|
||||
- dependencies
|
||||
- package-ecosystem: gomod
|
||||
directory: "/tools/hubl"
|
||||
schedule:
|
||||
interval: weekly
|
||||
day: thursday
|
||||
time: "02:15"
|
||||
labels:
|
||||
- "A:automerge"
|
||||
- dependencies
|
||||
- package-ecosystem: gomod
|
||||
directory: "/collections"
|
||||
schedule:
|
||||
|
||||
2
.github/pr_labeler.yml
vendored
2
.github/pr_labeler.yml
vendored
@ -45,8 +45,6 @@
|
||||
- tools/cosmovisor/**/*
|
||||
"C:Confix":
|
||||
- tools/confix/**/*
|
||||
"C:Hubl":
|
||||
- tools/hubl/**/*
|
||||
"C:Keys":
|
||||
- client/keys/**/*
|
||||
"Type: Build":
|
||||
|
||||
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -56,6 +56,3 @@ jobs:
|
||||
- name: Build Confix
|
||||
if: env.GIT_DIFF
|
||||
run: GOARCH=${{ matrix.go-arch }} make confix
|
||||
- name: Build Hubl
|
||||
if: env.GIT_DIFF
|
||||
run: GOARCH=${{ matrix.go-arch }} make hubl
|
||||
|
||||
23
.github/workflows/test.yml
vendored
23
.github/workflows/test.yml
vendored
@ -460,29 +460,6 @@ jobs:
|
||||
cd tools/confix
|
||||
go test -mod=readonly -timeout 30m -coverprofile=coverage.out -covermode=atomic -tags='norace ledger test_ledger_mock rocksdb_build' ./...
|
||||
|
||||
test-hubl:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: "1.23"
|
||||
check-latest: true
|
||||
cache: true
|
||||
cache-dependency-path: tools/hubl/go.sum
|
||||
- uses: technote-space/get-diff-action@v6.1.2
|
||||
id: git_diff
|
||||
with:
|
||||
PATTERNS: |
|
||||
tools/hubl/**/*.go
|
||||
tools/hubl/go.mod
|
||||
tools/hubl/go.sum
|
||||
- name: tests
|
||||
if: env.GIT_DIFF
|
||||
run: |
|
||||
cd tools/hubl
|
||||
go test -mod=readonly -timeout 30m -coverprofile=coverage.out -covermode=atomic -tags='norace ledger test_ledger_mock rocksdb_build' ./...
|
||||
|
||||
test-store:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user