Skip to content

Commit

Permalink
Try to diagnose instability of ZipkinWebClientSenderTests
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkinsona committed Sep 20, 2024
1 parent b470261 commit 0728f37
Show file tree
Hide file tree
Showing 8 changed files with 55 additions and 363 deletions.
42 changes: 41 additions & 1 deletion .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,47 @@ runs:
id: build
if: ${{ inputs.publish == 'false' }}
shell: bash
run: ./gradlew build
run: |
./gradlew --no-build-cache spring-boot-project:spring-boot-actuator-autoconfigure:test --tests ZipkinWebClientSenderTests
rm -r spring-boot-project/spring-boot-actuator-autoconfigure/build/test-results
./gradlew --no-build-cache spring-boot-project:spring-boot-actuator-autoconfigure:test --tests ZipkinWebClientSenderTests
rm -r spring-boot-project/spring-boot-actuator-autoconfigure/build/test-results
./gradlew --no-build-cache spring-boot-project:spring-boot-actuator-autoconfigure:test --tests ZipkinWebClientSenderTests
rm -r spring-boot-project/spring-boot-actuator-autoconfigure/build/test-results
./gradlew --no-build-cache spring-boot-project:spring-boot-actuator-autoconfigure:test --tests ZipkinWebClientSenderTests
rm -r spring-boot-project/spring-boot-actuator-autoconfigure/build/test-results
./gradlew --no-build-cache spring-boot-project:spring-boot-actuator-autoconfigure:test --tests ZipkinWebClientSenderTests
rm -r spring-boot-project/spring-boot-actuator-autoconfigure/build/test-results
./gradlew --no-build-cache spring-boot-project:spring-boot-actuator-autoconfigure:test --tests ZipkinWebClientSenderTests
rm -r spring-boot-project/spring-boot-actuator-autoconfigure/build/test-results
./gradlew --no-build-cache spring-boot-project:spring-boot-actuator-autoconfigure:test --tests ZipkinWebClientSenderTests
rm -r spring-boot-project/spring-boot-actuator-autoconfigure/build/test-results
./gradlew --no-build-cache spring-boot-project:spring-boot-actuator-autoconfigure:test --tests ZipkinWebClientSenderTests
rm -r spring-boot-project/spring-boot-actuator-autoconfigure/build/test-results
./gradlew --no-build-cache spring-boot-project:spring-boot-actuator-autoconfigure:test --tests ZipkinWebClientSenderTests
rm -r spring-boot-project/spring-boot-actuator-autoconfigure/build/test-results
./gradlew --no-build-cache spring-boot-project:spring-boot-actuator-autoconfigure:test --tests ZipkinWebClientSenderTests
rm -r spring-boot-project/spring-boot-actuator-autoconfigure/build/test-results
./gradlew --no-build-cache spring-boot-project:spring-boot-actuator-autoconfigure:test --tests ZipkinWebClientSenderTests
rm -r spring-boot-project/spring-boot-actuator-autoconfigure/build/test-results
./gradlew --no-build-cache spring-boot-project:spring-boot-actuator-autoconfigure:test --tests ZipkinWebClientSenderTests
rm -r spring-boot-project/spring-boot-actuator-autoconfigure/build/test-results
./gradlew --no-build-cache spring-boot-project:spring-boot-actuator-autoconfigure:test --tests ZipkinWebClientSenderTests
rm -r spring-boot-project/spring-boot-actuator-autoconfigure/build/test-results
./gradlew --no-build-cache spring-boot-project:spring-boot-actuator-autoconfigure:test --tests ZipkinWebClientSenderTests
rm -r spring-boot-project/spring-boot-actuator-autoconfigure/build/test-results
./gradlew --no-build-cache spring-boot-project:spring-boot-actuator-autoconfigure:test --tests ZipkinWebClientSenderTests
rm -r spring-boot-project/spring-boot-actuator-autoconfigure/build/test-results
./gradlew --no-build-cache spring-boot-project:spring-boot-actuator-autoconfigure:test --tests ZipkinWebClientSenderTests
rm -r spring-boot-project/spring-boot-actuator-autoconfigure/build/test-results
./gradlew --no-build-cache spring-boot-project:spring-boot-actuator-autoconfigure:test --tests ZipkinWebClientSenderTests
rm -r spring-boot-project/spring-boot-actuator-autoconfigure/build/test-results
./gradlew --no-build-cache spring-boot-project:spring-boot-actuator-autoconfigure:test --tests ZipkinWebClientSenderTests
rm -r spring-boot-project/spring-boot-actuator-autoconfigure/build/test-results
./gradlew --no-build-cache spring-boot-project:spring-boot-actuator-autoconfigure:test --tests ZipkinWebClientSenderTests
rm -r spring-boot-project/spring-boot-actuator-autoconfigure/build/test-results
./gradlew --no-build-cache spring-boot-project:spring-boot-actuator-autoconfigure:test --tests ZipkinWebClientSenderTests
rm -r spring-boot-project/spring-boot-actuator-autoconfigure/build/test-results
- name: Publish
id: publish
if: ${{ inputs.publish == 'true' }}
Expand Down
55 changes: 0 additions & 55 deletions .github/workflows/build-and-deploy-snapshot.yml

This file was deleted.

42 changes: 0 additions & 42 deletions .github/workflows/build-pull-request.yml

This file was deleted.

27 changes: 1 addition & 26 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,37 +1,20 @@
name: CI
on:
push:
branches:
- '3.2.x'
on: push
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
jobs:
ci:
name: '${{ matrix.os.name}} | Java ${{ matrix.java.version}}'
runs-on: ${{ matrix.os.id }}
if: ${{ github.repository == 'spring-projects/spring-boot' }}
strategy:
fail-fast: false
matrix:
os:
- id: ${{ vars.UBUNTU_MEDIUM || 'ubuntu-latest' }}
name: Linux
- id: windows-latest
name: Windows
java:
- version: 17
toolchain: false
- version: 21
toolchain: true
- version: 22
toolchain: true
- version: 23
toolchain: true
exclude:
- os:
name: Linux
java:
version: 17
steps:
- name: Prepare Windows runner
if: ${{ runner.os == 'Windows' }}
Expand All @@ -50,11 +33,3 @@ jobs:
java-toolchain: ${{ matrix.java.toolchain }}
java-distribution: ${{ matrix.java.distribution }}
develocity-access-key: ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
- name: Send Notification
uses: ./.github/actions/send-notification
if: always()
with:
webhook-url: ${{ secrets.GOOGLE_CHAT_WEBHOOK_URL }}
status: ${{ job.status }}
build-scan-url: ${{ steps.build.outputs.build-scan-url }}
run-name: ${{ format('{0} | {1} | Java {2}', github.ref_name, matrix.os.name, matrix.java.version) }}
126 changes: 0 additions & 126 deletions .github/workflows/release.yml

This file was deleted.

40 changes: 0 additions & 40 deletions .github/workflows/run-system-tests.yml

This file was deleted.

Loading

0 comments on commit 0728f37

Please sign in to comment.