Skip to content

Commit

Permalink
NO-ISSUE - Deprecate Images anda DBs not supported (apache#1726)
Browse files Browse the repository at this point in the history
Signed-off-by: Ricardo Zanini <[email protected]>
  • Loading branch information
ricardozanini authored and rgdoliveira committed Jan 22, 2024
1 parent 675de76 commit a7449e6
Show file tree
Hide file tree
Showing 111 changed files with 54 additions and 4,827 deletions.
3 changes: 0 additions & 3 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ How to retest this PR or trigger a specific build:

- <b>(Re)run Jenkins tests</b>
Please add comment: <b>Jenkins [test|retest] this</b>

- <b>Prod tests</b>
Please add comment: <b>Jenkins (re)run [prod|Prod|PROD]</b>
</details>

<details>
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/kogito-images-pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ jobs:
- name: validate kogito imagestream
run: |
${HOME}/openshift-template-validator-linux-amd64 validate -f kogito-imagestream.yaml
- name: validate logic imagestream
run: |
${HOME}/openshift-template-validator-linux-amd64 validate -f logic-imagestream.yaml
shellcheck:
concurrency:
Expand Down
26 changes: 0 additions & 26 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,26 +55,6 @@ ifneq ($(ignore_test),true)
tests/shell/run.sh ${image_name} "quay.io/kiegroup/${image_name}:${SHORTENED_LATEST_VERSION}"
endif

# Build all images
.PHONY: build-prod
# start to build the images
build-prod:
@for iname in $(shell make list arg=--prod); do make build-prod-image image_name=$${iname}; done


.PHONY: build-prod-image
image_name=
build-prod-image: clone-repos _build-prod-image

_build-prod-image:
ifneq ($(ignore_build),true)
scripts/build-kogito-apps-components.sh ${image_name} ${KOGITO_APPS_TARGET_BRANCH} ${KOGITO_APPS_TARGET_URI};
scripts/build-product-image.sh "build" $(image_name) ${build_options} ${BUILD_ENGINE}
endif
# if ignore_test is set to true, ignore the tests
ifneq ($(ignore_test),true)
scripts/build-product-image.sh "test" $(image_name) ${test_options}
endif

# push images to quay.io, this requires permissions under kiegroup organization
.PHONY: push
Expand Down Expand Up @@ -116,9 +96,3 @@ push-local-registry:
.PHONY: bats
bats:
./scripts/run-bats.sh

.PHONY: container-build-osbs
prod_component=
container-build-osbs:
echo "calling RHPAM container-build-osbs......................................"
$(CEKIT_CMD) --descriptor $(prod_component).yaml --redhat build ${build_options} osbs --assume-yes ${osbs_options}
182 changes: 8 additions & 174 deletions README.md

Large diffs are not rendered by default.

89 changes: 0 additions & 89 deletions kogito-data-index-infinispan-image.yaml

This file was deleted.

71 changes: 0 additions & 71 deletions kogito-data-index-mongodb-image.yaml

This file was deleted.

71 changes: 0 additions & 71 deletions kogito-data-index-oracle-image.yaml

This file was deleted.

73 changes: 0 additions & 73 deletions kogito-explainability-image.yaml

This file was deleted.

Loading

0 comments on commit a7449e6

Please sign in to comment.