Skip to content

Commit 27bf8f9

Browse files
committed
Remove Historian integration
1 parent bb61ae6 commit 27bf8f9

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -201,18 +201,6 @@ jobs:
201201
run: "vendor/bin/phpunit --log-junit phpunit-${{ matrix.php-version }}-${{ matrix.dependency }}.xml"
202202
env:
203203
SKIP_XDEBUG_TESTS: "${{ matrix.skip_xdebug_tests }}"
204-
-
205-
name: "Upload to Historian"
206-
run: |
207-
curl https://${{ secrets.HISTORIAN_HOST }}/api/upload -XPOST \
208-
-H"X-Api-Key: ${{ secrets.HISTORIAN_API_KEY }}" \
209-
-H"X-Build: ${{ github.run_number }}" \
210-
-H"X-Commit-Sh: ${{ github.sha }}" \
211-
-H"X-Commit-Message: ${{ github.event.head_commit.message }}" \
212-
-H"X-Author-Name: ${{ github.event.head_commit.author.name }}" \
213-
-H"X-Author-Email: ${{ github.event.head_commit.author.email }}" \
214-
-H"X-Host: ${{ runner.name }}" \
215-
-F"phpunit=@phpunit-${{ matrix.php-version }}-${{ matrix.dependency }}.xml"
216204

217205
- name: "Run benchmarks with PHPBench"
218206
run: "bin/phpbench run --report=env --progress=plain --dump-file=phpbench-${{ matrix.php-version }}-${{ matrix.dependency }}.xml"

0 commit comments

Comments
 (0)