Skip to content

Commit

Permalink
shortened job names
Browse files Browse the repository at this point in the history
  • Loading branch information
anoipm committed May 8, 2024
1 parent 83b1924 commit f01a5a2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull-integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
types: [opened, reopened, synchronize, ready_for_review, converted_to_draft]

jobs:
pull-operator-integration-test:
operator-integration-test:
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
steps:
Expand All @@ -23,7 +23,7 @@ jobs:
IMG: europe-docker.pkg.dev/kyma-project/dev/serverless-operator:PR-${{ github.event.number }}
- uses: ./.github/actions/collect-cluster-info

pull-serverless-integration-test:
serverless-integration-test:
runs-on: ubuntu-latest
if: github.event.pull_request.draft == false
steps:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/push-integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches: [ "main", "release-*" ]

jobs:
push-operator-integration-test:
operator-integration-test:
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
steps:
Expand All @@ -20,7 +20,7 @@ jobs:
IMG: europe-docker.pkg.dev/kyma-project/prod/serverless-operator:${{ github.sha }}
- uses: ./.github/actions/collect-cluster-info

push-gardener-integration-test:
gardener-integration-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
env:
GARDENER_SA_PATH: /tmp/gardener-sa.yaml

push-serverless-integration-test:
serverless-integration-test:
runs-on: ubuntu-latest
if: github.event.pull_request.draft == false
steps:
Expand All @@ -63,7 +63,7 @@ jobs:
env:
IMG: europe-docker.pkg.dev/kyma-project/prod/serverless-operator:${{ github.sha }}

push-git-auth-integration-test:
git-auth-integration-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/push-upgrade-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches: [ "main", "release-*" ]

jobs:
push-operator-upgrade-test:
operator-upgrade-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -21,7 +21,7 @@ jobs:
IMG: europe-docker.pkg.dev/kyma-project/prod/serverless-operator:${{ github.sha }}
- uses: ./.github/actions/collect-cluster-info

push-serverless-upgrade-test:
serverless-upgrade-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit f01a5a2

Please sign in to comment.