Skip to content

Commit 908b9f2

Browse files
mguetta1claude
andauthored
Remove release-0.7 references from CI workflows (#208)
- Remove release-0.7 nightly status badge from README - Remove nightly-release-0.7.yaml from deprecated workflows list - Delete nightly-release-0.7.yaml workflow file - Remove release-0.7 start-minikube and install-tackle blocks from global-ci.yml 🤖 Generated with [Claude Code](https://claude.com/claude-code) Signed-off-by: Maayan Hadasi <mguetta@redhat.com> Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 967e20c commit 908b9f2

3 files changed

Lines changed: 0 additions & 72 deletions

File tree

.github/workflows/global-ci.yml

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -199,12 +199,6 @@ jobs:
199199
if: "${{ inputs.component_name != '' }}"
200200
uses: docker/setup-buildx-action@v2
201201

202-
- name: start minikube
203-
uses: konveyor/tackle2-operator/.github/actions/start-minikube@release-0.7
204-
if: "${{ startsWith(inputs.operator_tag, 'v0.7') }}"
205-
with:
206-
memory: 'max'
207-
cpus: 'max'
208202
- name: start minikube
209203
uses: konveyor/tackle2-operator/.github/actions/start-minikube@release-0.8
210204
if: "${{ startsWith(inputs.operator_tag, 'v0.8') }}"
@@ -239,17 +233,6 @@ jobs:
239233
docker load --input ${image}
240234
done
241235
242-
- name: install konveyor
243-
uses: konveyor/tackle2-operator/.github/actions/install-tackle@release-0.7
244-
if: "${{ startsWith(inputs.operator_tag, 'v0.7') }}"
245-
with:
246-
operator-bundle-image: "quay.io/konveyor/tackle2-operator-bundle:${{ inputs.operator_tag }}"
247-
hub-image: "quay.io/konveyor/tackle2-hub:${{ inputs.tag }}"
248-
ui-image: "quay.io/konveyor/tackle2-ui:${{ inputs.tag }}"
249-
addon-analyzer-image: "quay.io/konveyor/tackle2-addon-analyzer:${{ inputs.tag }}"
250-
image-pull-policy: IfNotPresent
251-
analyzer-container-memory: 0
252-
analyzer-container-cpu: 0
253236
- name: install konveyor
254237
uses: konveyor/tackle2-operator/.github/actions/install-tackle@release-0.8
255238
if: "${{ startsWith(inputs.operator_tag, 'v0.8') }}"
@@ -325,12 +308,6 @@ jobs:
325308
if: "${{ inputs.component_name != '' }}"
326309
uses: docker/setup-buildx-action@v2
327310

328-
- name: start minikube
329-
uses: konveyor/tackle2-operator/.github/actions/start-minikube@release-0.7
330-
if: "${{ startsWith(inputs.operator_tag, 'v0.7') }}"
331-
with:
332-
memory: 'max'
333-
cpus: 'max'
334311
- name: start minikube
335312
uses: konveyor/tackle2-operator/.github/actions/start-minikube@release-0.8
336313
if: "${{ startsWith(inputs.operator_tag, 'v0.8') }}"
@@ -365,18 +342,6 @@ jobs:
365342
docker load --input ${image}
366343
done
367344
368-
- name: install konveyor
369-
uses: konveyor/tackle2-operator/.github/actions/install-tackle@release-0.7
370-
if: "${{ startsWith(inputs.operator_tag, 'v0.7') }}"
371-
with:
372-
operator-bundle-image: "quay.io/konveyor/tackle2-operator-bundle:${{ inputs.operator_tag }}"
373-
hub-image: "quay.io/konveyor/tackle2-hub:${{ inputs.tag }}"
374-
ui-image: "quay.io/konveyor/tackle2-ui:${{ inputs.tag }}"
375-
addon-analyzer-image: "quay.io/konveyor/tackle2-addon-analyzer:${{ inputs.tag }}"
376-
java-provider-image: "quay.io/konveyor/java-external-provider:${{ inputs.tag }}"
377-
image-pull-policy: IfNotPresent
378-
analyzer-container-memory: 0
379-
analyzer-container-cpu: 0
380345
- name: install konveyor
381346
uses: konveyor/tackle2-operator/.github/actions/install-tackle@release-0.8
382347
if: "${{ startsWith(inputs.operator_tag, 'v0.8') }}"

.github/workflows/nightly-release-0.7.yaml

Lines changed: 0 additions & 35 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ Branch | Konveyor | CLI
66
--|--|--
77
**main** | [![Run Konveyor main nightly tests](https://github.com/konveyor/ci/actions/workflows/nightly-main.yaml/badge.svg?branch=main)](https://github.com/konveyor/ci/actions/workflows/nightly-main.yaml) | [![Nightly CLI test for main](https://github.com/konveyor-ecosystem/kantra-cli-tests/actions/workflows/nightly-main-latest.yaml/badge.svg)](https://github.com/konveyor-ecosystem/kantra-cli-tests/actions/workflows/nightly-main-latest.yaml)
88
**release-0.8** | [![Run Konveyor release-0.8 nightly tests](https://github.com/konveyor/ci/actions/workflows/nightly-release-0.8.yaml/badge.svg?branch=main)](https://github.com/konveyor/ci/actions/workflows/nightly-release-0.8.yaml) | [![Nightly CLI test for release-0.8](https://github.com/konveyor-ecosystem/kantra-cli-tests/actions/workflows/nightly-main-release08.yaml/badge.svg)](https://github.com/konveyor-ecosystem/kantra-cli-tests/actions/workflows/nightly-main-release08.yaml)
9-
**release-0.7** | [![Run Konveyor release-0.7 nightly tests](https://github.com/konveyor/ci/actions/workflows/nightly-release-0.7.yaml/badge.svg?branch=main)](https://github.com/konveyor/ci/actions/workflows/nightly-release-0.7.yaml) | [![Nightly CLI test for release-0.7](https://github.com/konveyor-ecosystem/kantra-cli-tests/actions/workflows/nightly-main-release07.yaml/badge.svg)](https://github.com/konveyor-ecosystem/kantra-cli-tests/actions/workflows/nightly-main-release07.yaml)
109

1110
## Repositories status
1211

@@ -28,7 +27,6 @@ Today all of the workflows below are deprecated, and we will be moving away from
2827
* [ci-repo.yaml](.github/workflows/ci-repo.yaml)
2928
* [global-ci-bundle.yml](.github/workflows/global-ci-bundle.yml)
3029
* [nightly-main.yaml](.github/workflows/nightly-main.yaml)
31-
* [nightly-release-0.7.yaml](.github/workflows/nightly-release-0.7.yaml)
3230
* [validate-shared-tests.yml](.github/workflows/validate-shared-tests.yml)
3331

3432
These workflows are the new workflows and related files:

0 commit comments

Comments
 (0)