Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add release-0.6 to workflows #230

Merged
merged 2 commits into from
Dec 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions .github/workflows/releases-tier0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,15 @@ name: Test TIER0 release braches

on:
pull_request:
branches: ["release-0.5", "release-0.4", "release-0.3"]
branches: ["release-0.6", "release-0.5", "release-0.4"]
paths-ignore:
- "**.md"
push:
branches: ["release-0.5", "release-0.4", "release-0.3"]
branches: ["release-0.6", "release-0.5", "release-0.4"]
paths-ignore:
- "**.md"

jobs:
test-tier0-release03:
uses: konveyor/ci/.github/workflows/global-ci.yml@main
if: ${{ github.ref == 'refs/heads/release-0.3' || github.event.pull_request.base.ref == 'release-0.3' }}
with:
tag: release-0.3
operator_tag: v0.3.2
api_tests_ref: ${{ github.ref }}
api_tests_tiers: DEBUG=1 make test-tier0
run_api_tests: true
run_ui_tests: false
api_hub_tests_ref: "release-0.3"
test-tier0-release04:
uses: konveyor/ci/.github/workflows/global-ci.yml@main
if: ${{ github.ref == 'refs/heads/release-0.4' || github.event.pull_request.base.ref == 'release-0.4' }}
Expand All @@ -44,3 +33,14 @@ jobs:
run_api_tests: true
run_ui_tests: false
api_hub_tests_ref: "release-0.5"
test-tier0-release06:
uses: konveyor/ci/.github/workflows/global-ci.yml@main
if: ${{ github.ref == 'refs/heads/release-0.6' || github.event.pull_request.base.ref == 'release-0.6' }}
with:
tag: release-0.6
operator_tag: v0.6.0-beta.1
api_tests_ref: ${{ github.ref }}
api_tests_tiers: DEBUG=1 make test-tier0
run_api_tests: true
run_ui_tests: false
api_hub_tests_ref: "release-0.6"
26 changes: 13 additions & 13 deletions .github/workflows/releases-tier1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,15 @@ name: Test TIER1 release braches

on:
pull_request:
branches: ["release-0.5", "release-0.4", "release-0.3"]
branches: ["release-0.6", "release-0.5", "release-0.4"]
paths-ignore:
- "**.md"
push:
branches: ["release-0.5", "release-0.4", "release-0.3"]
branches: ["release-0.6", "release-0.5", "release-0.4"]
paths-ignore:
- "**.md"

jobs:
test-tier1-release03:
uses: konveyor/ci/.github/workflows/global-ci.yml@main
if: ${{ github.ref == 'refs/heads/release-0.3' || github.event.pull_request.base.ref == 'release-0.3' }}
with:
tag: release-0.3
operator_tag: v0.3.2
api_tests_ref: ${{ github.ref }}
api_tests_tiers: DEBUG=1 make test-tier1
run_api_tests: true
run_ui_tests: false
api_hub_tests_ref: "release-0.3"
test-tier1-release04:
uses: konveyor/ci/.github/workflows/global-ci.yml@main
if: ${{ github.ref == 'refs/heads/release-0.4' || github.event.pull_request.base.ref == 'release-0.4' }}
Expand All @@ -44,3 +33,14 @@ jobs:
run_api_tests: true
run_ui_tests: false
api_hub_tests_ref: "release-0.5"
test-tier1-release06:
uses: konveyor/ci/.github/workflows/global-ci.yml@main
if: ${{ github.ref == 'refs/heads/release-0.6' || github.event.pull_request.base.ref == 'release-0.6' }}
with:
tag: release-0.6
operator_tag: v0.6.0-beta.1
api_tests_ref: ${{ github.ref }}
api_tests_tiers: DEBUG=1 make test-tier1
run_api_tests: true
run_ui_tests: false
api_hub_tests_ref: "release-0.6"
26 changes: 13 additions & 13 deletions .github/workflows/releases-tier2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,15 @@ name: Test TIER2 release braches

on:
pull_request:
branches: ["release-0.5", "release-0.4", "release-0.3"]
branches: ["release-0.6", "release-0.5", "release-0.4"]
paths-ignore:
- "**.md"
push:
branches: ["release-0.5", "release-0.4", "release-0.3"]
branches: ["release-0.6", "release-0.5", "release-0.4"]
paths-ignore:
- "**.md"

jobs:
test-tier2-release03:
uses: konveyor/ci/.github/workflows/global-ci.yml@main
if: ${{ github.ref == 'refs/heads/release-0.3' || github.event.pull_request.base.ref == 'release-0.3' }}
with:
tag: release-0.3
operator_tag: v0.3.2
api_tests_ref: ${{ github.ref }}
api_tests_tiers: DEBUG=1 make test-tier2
run_api_tests: true
run_ui_tests: false
api_hub_tests_ref: "release-0.3"
test-tier2-release04:
uses: konveyor/ci/.github/workflows/global-ci.yml@main
if: ${{ github.ref == 'refs/heads/release-0.4' || github.event.pull_request.base.ref == 'release-0.4' }}
Expand All @@ -44,3 +33,14 @@ jobs:
run_api_tests: true
run_ui_tests: false
api_hub_tests_ref: "release-0.5"
test-tier2-release06:
uses: konveyor/ci/.github/workflows/global-ci.yml@main
if: ${{ github.ref == 'refs/heads/release-0.6' || github.event.pull_request.base.ref == 'release-0.6' }}
with:
tag: release-0.6
operator_tag: v0.6.0-beta.1
api_tests_ref: ${{ github.ref }}
api_tests_tiers: DEBUG=1 make test-tier2
run_api_tests: true
run_ui_tests: false
api_hub_tests_ref: "release-0.6"
Loading