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 cd5a049
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 355 deletions.
2 changes: 1 addition & 1 deletion .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ runs:
id: build
if: ${{ inputs.publish == 'false' }}
shell: bash
run: ./gradlew build
run: ./gradlew --rerun spring-boot-project:spring-boot-autoconfigure:test --tests ZipkinWebClientSenderTests
- 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.

19 changes: 1 addition & 18 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 Down
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.

73 changes: 0 additions & 73 deletions .github/workflows/verify.yml

This file was deleted.

Loading

0 comments on commit cd5a049

Please sign in to comment.