Skip to content

Commit 6e38599

Browse files
authored
test: rename full-convergence-check.yaml to bom-content-test (googleapis#6366)
* test: rename full-convergence-check.yaml to bom-content-test Removing full-dependencies-convergence check because, while it's desirable to have full-convergence, we do not act on the failures and there's no harm to customers to have slight differences in dependencies. * renamed * renamed to yaml
1 parent f3c611a commit 6e38599

1 file changed

Lines changed: 0 additions & 18 deletions

File tree

.github/workflows/full-convergence-check.yaml renamed to .github/workflows/bom-content-test.yaml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -47,21 +47,3 @@ jobs:
4747
mvn -B -V -ntp verify -Dtest="BomContentAssertionsTest"
4848
working-directory: tests
4949
50-
full-dependencies-convergence:
51-
runs-on: ubuntu-latest
52-
if: github.repository_owner == 'googleapis' && github.head_ref == 'release-please--branches--main'
53-
steps:
54-
- uses: actions/checkout@v4
55-
- uses: actions/setup-java@v4
56-
with:
57-
distribution: zulu
58-
java-version: 8
59-
- run: java -version
60-
- name: Install BOMs
61-
run: |
62-
mvn -B -V -ntp install
63-
- name: Validate dependency convergence of library dependencies in the Google Cloud BOM
64-
run: |
65-
mvn -B -V -ntp validate
66-
working-directory: tests/dependency-convergence
67-

0 commit comments

Comments
 (0)