Skip to content

Commit

Permalink
chore: rm mbt, trace tests from CI; fix dependabot (#2000)
Browse files Browse the repository at this point in the history
* Remove MBT from pipeline

* chore: disable trace tests

* cleanup dependabot

* cleanup test

---------

Co-authored-by: MSalopek <[email protected]>
(cherry picked from commit eb93342)

# Conflicts:
#	.github/dependabot.yml
#	.github/workflows/test.yml
  • Loading branch information
p-offtermatt authored and mergify[bot] committed Jul 16, 2024
1 parent 16ea5c7 commit e86a261
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 31 deletions.
23 changes: 23 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,29 @@ updates:
labels:
- dependencies

<<<<<<< HEAD
=======
- package-ecosystem: gomod
directory: "/"
schedule:
interval: daily
target-branch: "release/v4.3.x"
# Only allow automated security-related dependency updates on release branches.
open-pull-requests-limit: 0
labels:
- dependencies

- package-ecosystem: gomod
directory: "/"
schedule:
interval: daily
target-branch: "release/v4.3.x-lsm"
# Only allow automated security-related dependency updates on release branches.
open-pull-requests-limit: 0
labels:
- dependencies

>>>>>>> eb93342 (chore: rm mbt, trace tests from CI; fix dependabot (#2000))
- package-ecosystem: gomod
directory: "/"
schedule:
Expand Down
35 changes: 4 additions & 31 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ jobs:
name: "${{ github.sha }}-integration-coverage"
path: ./integration-profile.out

<<<<<<< HEAD
test-mbt:
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -133,9 +134,11 @@ jobs:
path: tests/mbt/driver/traces
retention-days: 6 # to not clog our cloud storage too much, we retain only for a few days

=======
>>>>>>> eb93342 (chore: rm mbt, trace tests from CI; fix dependabot (#2000))
repo-analysis:
runs-on: ubuntu-latest
needs: [tests, test-integration, test-mbt]
needs: [tests, test-integration]
steps:
- uses: actions/checkout@v4
- uses: technote-space/[email protected]
Expand Down Expand Up @@ -229,36 +232,6 @@ jobs:
run: |
make test-e2e-compatibility-tests-latest
test-trace:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
lfs: true
- name: checkout LFS objects
run: git lfs checkout
- uses: actions/setup-go@v5
with:
go-version: "1.22"
check-latest: true
cache: true
cache-dependency-path: go.sum
- uses: technote-space/[email protected]
id: git_diff
with:
PATTERNS: |
**/*.go
go.mod
go.sum
**/go.mod
**/go.sum
**/Makefile
Makefile
Dockerfile*
- name: trace-e2e tests
if: env.GIT_DIFF
run: |
make test-trace
model-analysis:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit e86a261

Please sign in to comment.