Skip to content

Commit 67a6a7a

Browse files
committed
Remove Develocity from GitHub Actions for now
Revert this commit once Develocity was configured in HV.
1 parent b097215 commit 67a6a7a

File tree

2 files changed

+0
-88
lines changed

2 files changed

+0
-88
lines changed

.github/workflows/ci-report.yml

Lines changed: 0 additions & 68 deletions
This file was deleted.

.github/workflows/ci.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -107,33 +107,13 @@ jobs:
107107
run: |
108108
./mvnw $MAVEN_ARGS ${{ matrix.os.maven.args }} clean install \
109109
-Pjqassistant -Pdist -Prelocation
110-
env:
111-
DEVELOCITY_ACCESS_KEY: "${{ secrets.DEVELOCITY_ACCESS_KEY || '' }}"
112-
# For jobs running on 'pull_request', upload build scan data.
113-
# The actual publishing must be done in a separate job (see ci-report.yml).
114-
# We don't write to the remote cache as that would be unsafe.
115-
- name: Upload GitHub Actions artifact for the Develocity build scan
116-
uses: actions/upload-artifact@v4
117-
if: "${{ github.event_name == 'pull_request' && !cancelled() }}"
118-
with:
119-
name: build-scan-data-initial-${{ matrix.os.name }}
120-
path: ~/.m2/.develocity/build-scan-data
121110
122111
- name: Build code and run tests in container mode
123112
run: |
124113
./mvnw $MAVEN_ARGS ${{ matrix.os.maven.args }} clean verify \
125114
-Pjqassistant -Pskip-checks \
126115
-am -pl :hibernate-validator-tck-runner \
127116
-Dincontainer -Dincontainer-prepared
128-
env:
129-
DEVELOCITY_ACCESS_KEY: "${{ secrets.DEVELOCITY_ACCESS_KEY || '' }}"
130-
# Same as above, but for the build scan of the latest Maven run.
131-
- name: Upload GitHub Actions artifact for the Develocity build scan
132-
uses: actions/upload-artifact@v4
133-
if: "${{ github.event_name == 'pull_request' && !cancelled() }}"
134-
with:
135-
name: build-scan-data-tck-container-${{ matrix.os.name }}
136-
path: ~/.m2/.develocity/build-scan-data
137117
138118
- name: Omit produced artifacts from build cache
139119
run: rm -r ~/.m2/repository/org/hibernate/validator

0 commit comments

Comments
 (0)