From 12d2853c000f64a9a180710ac2e4a4b0185df4a5 Mon Sep 17 00:00:00 2001 From: Grant Orndorff Date: Wed, 15 May 2024 13:20:01 +0200 Subject: [PATCH] wip: dont have ps project yet --- .github/workflows/ci-integration.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci-integration.yaml b/.github/workflows/ci-integration.yaml index e8602ab542..bb5817ff40 100644 --- a/.github/workflows/ci-integration.yaml +++ b/.github/workflows/ci-integration.yaml @@ -110,6 +110,11 @@ jobs: run: | ln -s ubuntu-advantage-tools*.deb ubuntu-advantage-tools-${{ matrix.release }}.deb ln -s ubuntu-advantage-pro*.deb ubuntu-advantage-pro-${{ matrix.release }}.deb + - name: Set up profiling + uses: polarsignals/gh-actions-ps-profiling@v0.1.0 + with: + polarsignals_cloud_token: ${{ secrets.POLAR_SIGNALS_PRO_CLOUD_TOKEN }} + labels: 'repo=${{ github.repository }};ref=${{ github.ref_name }};gh_run_id=${{ github.run_id }};release=${{ matrix.release }};platform=${{ matrix.platform }}' - name: Behave env: PYCLOUDLIB_CONFIG_CONTENTS: '${{ secrets.PYCLOUDLIB_CONFIG_CONTENTS }}'