From 1aca09ce6e7026080ddb4ef8ff5d34bd8d68240b Mon Sep 17 00:00:00 2001 From: Tyler <48813565+technicallyty@users.noreply.github.com> Date: Thu, 13 Feb 2025 06:05:56 -0800 Subject: [PATCH] ci: remove hubl (#23689) --- .github/dependabot.yml | 9 --------- .github/pr_labeler.yml | 2 -- .github/workflows/build.yml | 3 --- .github/workflows/test.yml | 23 ----------------------- 4 files changed, 37 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c29e3542ca..f4f5f9044f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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: diff --git a/.github/pr_labeler.yml b/.github/pr_labeler.yml index 66b539d6e2..434167563d 100644 --- a/.github/pr_labeler.yml +++ b/.github/pr_labeler.yml @@ -45,8 +45,6 @@ - tools/cosmovisor/**/* "C:Confix": - tools/confix/**/* -"C:Hubl": - - tools/hubl/**/* "C:Keys": - client/keys/**/* "Type: Build": diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e34841006c..9184b917f8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6862e4c2e9..4d351d6f8b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: