Skip to content

Commit

Permalink
ci: rename name fields
Browse files Browse the repository at this point in the history
This commit changes workflow's name fields to
make them more human readable by adding spaces.
Also some of the names was changed to be more consistent with each other

Signed-off-by: Birol Bilgin <birol@cilium.io>
  • Loading branch information
brlbil committed Aug 24, 2023
1 parent dcef00d commit df0d946
Show file tree
Hide file tree
Showing 44 changed files with 120 additions and 45 deletions.
2 changes: 1 addition & 1 deletion .github/ariane-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ triggers:
/ci-awscni:
workflows:
- conformance-aws-cni.yaml
/ci-multicluster:
/ci-clustermesh:
workflows:
- conformance-clustermesh.yaml
/ci-e2e:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-images-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ concurrency:

jobs:
build-and-push:
name: Build and Push Images
timeout-minutes: 45
environment: release-base-images
runs-on: ubuntu-20.04
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-images-beta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ permissions:
jobs:
build-and-push:
timeout-minutes: 45
name: Build and Push Images
environment: release-beta-images
runs-on: ubuntu-20.04
strategy:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-images-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ concurrency:
jobs:
build-and-push-prs:
timeout-minutes: 45
name: Build and Push Images
runs-on: ubuntu-20.04
strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-images-docs-builder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ concurrency:

jobs:
build-and-push:
name: Build and push image
name: Build and Push Image
runs-on: ubuntu-20.04
timeout-minutes: 30
environment: docs-builder
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-images-hotfixes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ permissions:
jobs:
build-and-push:
timeout-minutes: 45
name: Build and Push Images
environment: release-developer-images
runs-on: ubuntu-20.04
strategy:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-images-releases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ permissions:
jobs:
build-and-push:
timeout-minutes: 45
name: Build and Push Images
environment: release
runs-on: ubuntu-20.04
strategy:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci-images-cache-cleaner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ concurrency:

jobs:
cache-cleaner:
name: Clean Image Cache
runs-on: ubuntu-20.04
strategy:
matrix:
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/ci-images-garbage-collect.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,12 @@ jobs:
name: scruffy
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- name: Checkout
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
with:
fetch-depth: 0
- uses: docker://quay.io/cilium/scruffy:v0.0.3@sha256:ca997451b739cbf03c204cb2523a671c31c61edc606aa5d20dc3560bc7f25bc7
- name: Garbage Collect Images
uses: docker://quay.io/cilium/scruffy:v0.0.3@sha256:ca997451b739cbf03c204cb2523a671c31c61edc606aa5d20dc3560bc7f25bc7
with:
entrypoint: scruffy
args: --git-repository=./ --stable-branches=origin/main,origin/v1.12,origin/v1.13,origin/v1.14
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/close-stale-issues.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ permissions:

jobs:
stale:
name: Close Stale Issues
runs-on: ubuntu-latest
steps:
# https://github.com/marketplace/actions/close-stale-issues
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/conformance-aks.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ConformanceAKS (ci-aks)
name: Conformance AKS (ci-aks)

# Any change in triggers needs to be reflected in the concurrency group.
on:
Expand Down Expand Up @@ -63,6 +63,7 @@ env:

jobs:
commit-status-start:
name: Commit Status Start
runs-on: ubuntu-latest
steps:
- name: Set initial commit status
Expand All @@ -71,6 +72,7 @@ jobs:
sha: ${{ inputs.SHA || github.sha }}

generate-matrix:
name: Generate Matrix
runs-on: ubuntu-latest
outputs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
Expand Down Expand Up @@ -105,7 +107,7 @@ jobs:
echo "matrix=$(jq -c . < /tmp/matrix.json)" >> $GITHUB_OUTPUT
installation-and-connectivity:
name: "Installation and Connectivity Test"
name: Installation and Connectivity Test
needs: generate-matrix
runs-on: ubuntu-latest
timeout-minutes: 60
Expand Down Expand Up @@ -330,6 +332,7 @@ jobs:

commit-status-final:
if: ${{ always() }}
name: Commit Status Final
needs: installation-and-connectivity
runs-on: ubuntu-latest
steps:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/conformance-aws-cni.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ env:

jobs:
commit-status-start:
name: Commit Status Start
runs-on: ubuntu-latest
steps:
- name: Set initial commit status
Expand All @@ -72,6 +73,7 @@ jobs:
sha: ${{ inputs.SHA || github.sha }}

generate-matrix:
name: Generate Matrix
runs-on: ubuntu-latest
outputs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
Expand Down Expand Up @@ -106,7 +108,7 @@ jobs:
echo "matrix=$(jq -c . < /tmp/matrix.json)" >> $GITHUB_OUTPUT
installation-and-connectivity:
name: "Installation and Connectivity Test"
name: Installation and Connectivity Test
needs: generate-matrix
runs-on: ubuntu-latest
timeout-minutes: 45
Expand Down Expand Up @@ -293,6 +295,7 @@ jobs:

commit-status-final:
if: ${{ always() }}
name: Commit Status Final
needs: installation-and-connectivity
runs-on: ubuntu-latest
steps:
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/conformance-clustermesh.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ClusterMesh (ci-multicluster)
name: Conformance Cluster Mesh (ci-clustermesh)

# Any change in triggers needs to be reflected in the concurrency group.
on:
Expand Down Expand Up @@ -67,6 +67,7 @@ env:

jobs:
commit-status-start:
name: Commmit Status Start
runs-on: ubuntu-latest
steps:
- name: Set initial commit status
Expand All @@ -75,7 +76,7 @@ jobs:
sha: ${{ inputs.SHA || github.sha }}

installation-and-connectivity:
name: "Installation and Connectivity Test"
name: Installation and Connectivity Test
runs-on: ubuntu-latest
timeout-minutes: 60
env:
Expand Down Expand Up @@ -475,6 +476,7 @@ jobs:

commit-status-final:
if: ${{ always() }}
name: Commit Status Final
needs: installation-and-connectivity
runs-on: ubuntu-latest
steps:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/conformance-e2e.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Cilium Conformance E2E (ci-e2e)
name: Conformance E2E (ci-e2e)

# Any change in triggers needs to be reflected in the concurrency group.
on:
Expand Down Expand Up @@ -58,6 +58,7 @@ env:

jobs:
commit-status-start:
name: Commit Status Start
runs-on: ubuntu-latest
steps:
- name: Set initial commit status
Expand Down Expand Up @@ -355,6 +356,7 @@ jobs:

commit-status-final:
if: ${{ always() }}
name: Commit Status Final
needs: setup-and-test
runs-on: ubuntu-latest
steps:
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/conformance-eks.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ConformanceEKS (ci-eks)
name: Conformance EKS (ci-eks)

# Any change in triggers needs to be reflected in the concurrency group.
on:
Expand Down Expand Up @@ -64,6 +64,7 @@ env:

jobs:
commit-status-start:
name: Commit Status Start
runs-on: ubuntu-latest
steps:
- name: Set initial commit status
Expand All @@ -72,6 +73,7 @@ jobs:
sha: ${{ inputs.SHA || github.sha }}

generate-matrix:
name: Generate Matrix
runs-on: ubuntu-latest
outputs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
Expand Down Expand Up @@ -106,7 +108,7 @@ jobs:
echo "matrix=$(jq -c . < /tmp/matrix.json)" >> $GITHUB_OUTPUT
installation-and-connectivity:
name: "Installation and Connectivity Test"
name: Installation and Connectivity Test
needs: generate-matrix
runs-on: ubuntu-latest
timeout-minutes: 75
Expand Down Expand Up @@ -318,6 +320,7 @@ jobs:

commit-status-final:
if: ${{ always() }}
name: Commit Status Final
needs: installation-and-connectivity
runs-on: ubuntu-latest
steps:
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/conformance-externalworkloads.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: External workloads (ci-external-workloads)
name: Conformance External Workloads (ci-external-workloads)

# Any change in triggers needs to be reflected in the concurrency group.
on:
Expand Down Expand Up @@ -63,6 +63,7 @@ env:

jobs:
commit-status-start:
name: Commit Status Start
runs-on: ubuntu-latest
steps:
- name: Set initial commit status
Expand All @@ -71,6 +72,7 @@ jobs:
sha: ${{ inputs.SHA || github.sha }}

generate-matrix:
name: Generate Matrix
runs-on: ubuntu-latest
outputs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
Expand Down Expand Up @@ -105,7 +107,7 @@ jobs:
echo "matrix=$(jq -c . < /tmp/matrix.json)" >> $GITHUB_OUTPUT
installation-and-connectivity:
name: "Installation and Connectivity Test"
name: Installation and Connectivity Test
needs: generate-matrix
runs-on: ubuntu-latest
timeout-minutes: 45
Expand Down Expand Up @@ -349,6 +351,7 @@ jobs:

commit-status-final:
if: ${{ always() }}
name: Commit Status Final
needs: installation-and-connectivity
runs-on: ubuntu-latest
steps:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/conformance-gateway-api.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ConformanceGatewayAPI
name: Conformance Gateway API

# Any change in triggers needs to be reflected in the concurrency group.
on:
Expand Down Expand Up @@ -69,6 +69,7 @@ env:

jobs:
commit-status-start:
name: Commit Status Start
runs-on: ubuntu-latest
steps:
- name: Set initial commit status
Expand All @@ -77,6 +78,7 @@ jobs:
sha: ${{ inputs.SHA || github.sha }}

gateway-api-conformance-test:
name: Gateway API Conformance Test
runs-on: ubuntu-latest
timeout-minutes: 120
strategy:
Expand Down Expand Up @@ -253,6 +255,7 @@ jobs:

commit-status-final:
if: ${{ always() }}
name: Commit Status Final
needs: gateway-api-conformance-test
runs-on: ubuntu-latest
steps:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/conformance-ginkgo.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Conformance ginkgo (ci-ginkgo)
name: Conformance Ginkgo (ci-ginkgo)

# Any change in triggers needs to be reflected in the concurrency group.
on:
Expand Down Expand Up @@ -55,6 +55,7 @@ env:

jobs:
setup-vars:
name: Setup Vars
runs-on: ubuntu-latest
outputs:
SHA: ${{ steps.vars.outputs.SHA }}
Expand All @@ -80,6 +81,7 @@ jobs:
echo owner=${OWNER} >> $GITHUB_OUTPUT
commit-status-start:
name: Commit Status Start
runs-on: ubuntu-latest
steps:
- name: Set initial commit status
Expand Down Expand Up @@ -459,6 +461,7 @@ jobs:

commit-status-final:
if: ${{ always() }}
name: Commit Status Final
needs: setup-and-test
runs-on: ubuntu-latest
steps:
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/conformance-gke.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ConformanceGKE (ci-gke)
name: Conformance GKE (ci-gke)

# Any change in triggers needs to be reflected in the concurrency group.
on:
Expand Down Expand Up @@ -61,6 +61,7 @@ env:

jobs:
commit-status-start:
name: Commit Status Start
runs-on: ubuntu-latest
steps:
- name: Set initial commit status
Expand All @@ -69,6 +70,7 @@ jobs:
sha: ${{ inputs.SHA || github.sha }}

generate-matrix:
name: Generate Matrix
runs-on: ubuntu-latest
outputs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
Expand Down Expand Up @@ -110,7 +112,7 @@ jobs:
echo "matrix=$(jq -c . < /tmp/matrix.json)" >> $GITHUB_OUTPUT
installation-and-connectivity:
name: "Installation and Connectivity Test"
name: Installation and Connectivity Test
needs: generate-matrix
runs-on: ubuntu-latest
timeout-minutes: 75
Expand Down Expand Up @@ -312,6 +314,7 @@ jobs:

commit-status-final:
if: ${{ always() }}
name: Commit Status Final
needs: installation-and-connectivity
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit df0d946

Please sign in to comment.