From 812b8eab0fadbd9e79e328d76549bf744a510ed3 Mon Sep 17 00:00:00 2001 From: Anthony Dillon Date: Thu, 23 Jan 2025 08:05:45 +0200 Subject: [PATCH] build(performance): Remove ID's from performance-check (#14669) --- .github/workflows/performance-check.yaml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.github/workflows/performance-check.yaml b/.github/workflows/performance-check.yaml index 69cf9e945d..6037215fbb 100644 --- a/.github/workflows/performance-check.yaml +++ b/.github/workflows/performance-check.yaml @@ -13,98 +13,84 @@ jobs: steps: - name: Running performance checks on the homepage uses: jakepartusch/psi-action@v1.3 - id: psi with: url: "https://ubuntu.com" threshold: $THRESHOLD strategy: desktop - name: Running performance checks on the desktop overview page uses: jakepartusch/psi-action@v1.3 - id: psi with: url: "https://ubuntu.com/desktop" threshold: $THRESHOLD strategy: desktop - name: Running performance checks on the download overview page uses: jakepartusch/psi-action@v1.3 - id: psi with: url: "https://ubuntu.com/download" threshold: $THRESHOLD strategy: desktop - name: Running performance checks on the blog uses: jakepartusch/psi-action@v1.3 - id: psi with: url: "https://ubuntu.com/blog" threshold: $THRESHOLD strategy: desktop - name: Running performance checks on the openstack overview uses: jakepartusch/psi-action@v1.3 - id: psi with: url: "https://ubuntu.com/openstack" threshold: $THRESHOLD strategy: desktop - name: Running performance checks on the kubernetes overview uses: jakepartusch/psi-action@v1.3 - id: psi with: url: "https://ubuntu.com/kubernetes" threshold: $THRESHOLD strategy: desktop - name: Running performance checks on the managed overview uses: jakepartusch/psi-action@v1.3 - id: psi with: url: "https://ubuntu.com/managed" threshold: $THRESHOLD strategy: desktop - name: Running performance checks on the ai overview uses: jakepartusch/psi-action@v1.3 - id: psi with: url: "https://ubuntu.com/ai" threshold: $THRESHOLD strategy: desktop - name: Running performance checks on the robotics overview uses: jakepartusch/psi-action@v1.3 - id: psi with: url: "https://ubuntu.com/robotics" threshold: $THRESHOLD strategy: desktop - name: Running performance checks on the core overview uses: jakepartusch/psi-action@v1.3 - id: psi with: url: "https://ubuntu.com/core" threshold: $THRESHOLD strategy: desktop - name: Running performance checks on the cloud overview uses: jakepartusch/psi-action@v1.3 - id: psi with: url: "https://ubuntu.com/cloud" threshold: $THRESHOLD strategy: desktop - name: Running performance checks on the tutorials overview uses: jakepartusch/psi-action@v1.3 - id: psi with: url: "https://ubuntu.com/tutorials" threshold: $THRESHOLD strategy: desktop - name: Running performance checks on a tutorial uses: jakepartusch/psi-action@v1.3 - id: psi with: url: "https://ubuntu.com/tutorials/how-to-upgrade-ubuntu-lts-to-ubuntu-pro-on-aws-using-aws-license-manager#1-overview" threshold: $THRESHOLD strategy: desktop - name: Running performance checks on the core docs uses: jakepartusch/psi-action@v1.3 - id: psi with: url: "https://ubuntu.com/core/docs" threshold: $THRESHOLD