Skip to content

Commit

Permalink
Update global ci default UI testing tag to @ci (#82)
Browse files Browse the repository at this point in the history
A recent change in the UI tests repo [1] changed
the basic CI testing suite from `@tier0` to `@ci`.
Updating the CI workflows to use the new tier.

[1]: konveyor/tackle-ui-tests#1351

Signed-off-by: Scott J Dickerson <sdickers@redhat.com>
  • Loading branch information
sjd78 authored Feb 27, 2025
1 parent e2f66b8 commit e4a9766
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/global-ci-bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,11 @@ on:
ui_test_tags:
description: |
A comma separated list of test tags/tiers to select the ui tests to run. Each tag/tier
needs to be explicitly included in the list. For example, to use tiers 0, 1, and 2,
the value should be: "@tier0,@tier1,@tier2".
needs to be explicitly included in the list. For example, to use tiers ci, 0, 1, and 2,
the value should be: "@ci,@tier0,@tier1,@tier2".
required: false
type: string
default: "@tier0"
default: "@ci"

workflow_dispatch:
inputs:
Expand Down Expand Up @@ -191,11 +191,11 @@ on:
ui_test_tags:
description: |
A comma separated list of test tags/tiers to select the ui tests to run. Each tag/tier
needs to be explicitly included in the list. For example, to use tiers 0, 1, and 2,
the value should be: "@tier0,@tier1,@tier2".
needs to be explicitly included in the list. For example, to use tiers ci, 0, 1, and 2,
the value should be: "@ci,@tier0,@tier1,@tier2".
required: false
type: string
default: "@tier0"
default: "@ci"

env:
operator_bundle: ttl.sh/konveyor-operator-bundle-${{ github.sha }}:2h
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/global-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,11 @@ on:
ui_test_tags:
description: |
A comma separated list of test tags/tiers to select the ui tests to run. Each tag/tier
needs to be explicitly included in the list. For example, to use tiers 0, 1, and 2,
the value should be: "@tier0,@tier1,@tier2".
needs to be explicitly included in the list. For example, to use tiers ci, 0, 1, and 2,
the value should be: "@ci,@tier0,@tier1,@tier2".
required: false
type: string
default: "@tier0"
default: "@ci"
workflow_dispatch:
inputs:
tag:
Expand Down Expand Up @@ -160,11 +160,11 @@ on:
ui_test_tags:
description: |
A comma separated list of test tags/tiers to select the ui tests to run. Each tag/tier
needs to be explicitly included in the list. For example, to use tiers 0, 1, and 2,
the value should be: "@tier0,@tier1,@tier2".
needs to be explicitly included in the list. For example, to use tiers ci, 0, 1, and 2,
the value should be: "@ci,@tier0,@tier1,@tier2".
required: false
type: string
default: "@tier0"
default: "@ci"

jobs:
e2e-api-integration-tests:
Expand Down

0 comments on commit e4a9766

Please sign in to comment.