Skip to content

Commit

Permalink
[ci] Enhancement: Rename workflows to disambiguate
Browse files Browse the repository at this point in the history
Renaming all workflows to have distinct and clearer names so that GitHub
reporting and status updates are unambiguous and to the point. Without
this, several reports were displayed as a single check.
  • Loading branch information
anandbonde committed Nov 26, 2024
1 parent 7ad7708 commit fb5c7cd
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/catnap.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT license.

name: Catnap (Linux)
name: Catnap (Linux Kernel)

concurrency:
group: catnap
Expand All @@ -26,7 +26,7 @@ env:
jobs:

debug-pipeline:
name: Catnap Debug Pipeline (Linux)
name: Catnap Debug Pipeline (Linux Kernel)
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
**/*.stderr.txt
release-pipeline:
name: Catnap Release Pipeline (Linux)
name: Catnap Release Pipeline (Linux Kernel)
needs: debug-pipeline
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
**/*.stderr.txt
report-performance:
name: Catnap Performance Report (Linux)
name: Catnap Performance Report (Linux Kernel)
needs: release-pipeline
runs-on: ubuntu-latest
permissions:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/catnapw.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT license.

name: Catnap (Windows)
name: Catnap (Windows Kernel and XDP)

concurrency:
group: catnapw
Expand All @@ -26,7 +26,7 @@ env:
jobs:

debug-pipeline:
name: Catnap Debug Pipeline (Windows)
name: Catnap Debug Pipeline (Windows Kernel)
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
**/*.stderr.txt
release-pipeline:
name: Catnap Release Pipeline (Windows)
name: Catnap Release Pipeline (Windows Kernel)
needs: debug-pipeline
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
**/*.stderr.txt
catpowder-debug-pipeline:
name: Catpowder Debug Pipeline (Windows)
name: Catpowder Debug Pipeline (Windows XDP)
needs: release-pipeline
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -177,7 +177,7 @@ jobs:
**/*.stderr.txt
catpowder-release-pipeline:
name: Catpowder Release Pipeline (Windows)
name: Catpowder Release Pipeline (Windows XDP)
needs: catpowder-debug-pipeline
runs-on: ubuntu-latest
steps:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/catnip.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT license.

name: Catnip (Linux)
name: Catnip (Linux DPDK)

concurrency:
group: catnip
Expand All @@ -26,7 +26,7 @@ env:
jobs:

debug-pipeline:
name: Catnip Debug Pipeline (Linux)
name: Catnip Debug Pipeline (Linux DPDK)
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
**/*.stderr.txt
release-pipeline:
name: Catnip Release Pipeline (Linux)
name: Catnip Release Pipeline (Linux DPDK)
needs: debug-pipeline
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -168,7 +168,7 @@ jobs:
**/*.stderr.txt
report-performance:
name: Catnip Performance Report (Linux)
name: Catnip Performance Report (Linux DPDK)
needs: release-pipeline
runs-on: ubuntu-latest
permissions:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/catpowder.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT license.

name: Catpowder (Linux)
name: Catpowder (Linux Raw Sockets)

concurrency:
group: catpowder
Expand All @@ -26,7 +26,7 @@ env:
jobs:

debug-pipeline:
name: Catpowder Debug Pipeline (Linux)
name: Catpowder Debug Pipeline (Linux Raw Sockets)
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
**/*.stderr.txt
release-pipeline:
name: Catpowder Release Pipeline (Linux)
name: Catpowder Release Pipeline (Linux Raw Sockets)
needs: debug-pipeline
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -160,7 +160,7 @@ jobs:
**/*.stderr.txt
report-performance:
name: Catpowder Performance Report (Linux)
name: Catpowder Performance Report (Linux Raw Sockets)
needs: release-pipeline
runs-on: ubuntu-latest
permissions:
Expand Down

0 comments on commit fb5c7cd

Please sign in to comment.