Skip to content

test(ffe): update canonical fixtures #29782

test(ffe): update canonical fixtures

test(ffe): update canonical fixtures #29782

name: Verify integrations map correctly added
on:
pull_request:
workflow_dispatch:
jobs:
bump_package_versions:
runs-on: windows-latest
timeout-minutes: 96 # max + 3*std over the last 3700 runs
permissions:
contents: read
steps:
- name: Support longpaths
run: git config --system core.longpaths true
- name: Checkout
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- uses: actions/setup-dotnet@a98b56852c35b8e3190ac28c8c2271da59106c68 # v6.0.0
with:
global-json-file: global.json
- name: "Regenerating package versions"
run: .\tracer\build.ps1 GeneratePackageVersions
- name: Report error
if: failure()
run: |
echo "## :warning: Error generating package versions" >> $GITHUB_STEP_SUMMARY
echo "" >> $GITHUB_STEP_SUMMARY
echo "New integration detected. You must update the [IntegrationGroup.IntegrationMap](tracer/build/_build/Honeypot/IntegrationGroups.cs)" >> $GITHUB_STEP_SUMMARY
echo "class to include the new integration." >> $GITHUB_STEP_SUMMARY
echo "" >> $GITHUB_STEP_SUMMARY
echo "If your new integration uses multi-api testing to test multiple package versions," >> $GITHUB_STEP_SUMMARY
echo "list the NuGet package in the associated array. Otherwise use an empty array." >> $GITHUB_STEP_SUMMARY