Skip to content
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,11 @@ images:
source_path: /tmp/osac
to: osac-cli
- dockerfile_path: Containerfile
to: fulfillment-service-pr
to: fulfillment-service
- dockerfile_literal: |
FROM src
from: src
to: fulfillment-service-code
- dockerfile_literal: |
FROM osac-installer
COPY manifests/ /installer/base/osac-fulfillment-service/manifests/
Expand All @@ -52,7 +56,6 @@ images:
promotion:
to:
- excluded_images:
- fulfillment-service-pr
- osac-installer-with-pr
name: latest
namespace: osac-project
Expand Down Expand Up @@ -81,7 +84,7 @@ tests:
skip_if_only_changed: ^.*\.(md|adoc)$|^LICENSE$|^\.github/workflows/
steps:
dependencies:
COMPONENT_IMAGE: fulfillment-service-pr
COMPONENT_IMAGE: fulfillment-service
OSAC_INSTALLER_IMAGE: osac-installer-with-pr
OSAC_TEST_IMAGE: osac-test-infra
env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ images:
paths:
- destination_dir: .
source_path: /usr/bin/oc
to: osac-aap-pr
to: osac-aap-ee
- dockerfile_literal: |
FROM osac-installer
COPY config/ /installer/base/osac-aap/config/
Expand All @@ -62,7 +62,6 @@ images:
promotion:
to:
- excluded_images:
- osac-aap-pr
- osac-installer-with-pr
name: latest
namespace: osac-project
Expand All @@ -86,7 +85,7 @@ tests:
skip_if_only_changed: ^(README\.md|AGENTS\.md|CLAUDE\.md|docs/.*|samples/.*|charts/.*|\.github/workflows/.*|\.ansible-lint.*|OWNERS|LICENSE)$
steps:
dependencies:
COMPONENT_IMAGE: osac-aap-pr
COMPONENT_IMAGE: osac-aap-ee
OSAC_INSTALLER_IMAGE: osac-installer-with-pr
OSAC_TEST_IMAGE: osac-test-infra
env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@ images:
items:
- dockerfile_path: Containerfile
to: osac-operator
- dockerfile_path: Containerfile
to: osac-operator-pr
- dockerfile_literal: |
FROM src
from: src
to: osac-operator-code
- dockerfile_literal: |
FROM osac-installer
COPY config/ /installer/base/osac-operator/config/
Expand All @@ -34,7 +36,6 @@ images:
promotion:
to:
- excluded_images:
- osac-operator-pr
- osac-installer-with-pr
name: latest
namespace: osac-project
Expand All @@ -58,7 +59,7 @@ tests:
skip_if_only_changed: ^(README\.md|AGENTS\.md|CLAUDE\.md|docs/.*|\.ai-bot/.*|\.claude/rules/.*|\.golangci\.yml|\.yamllint\.yaml|\.pre-commit-config.*\.yaml|\.dockerignore|\.gitattributes|OWNERS|LICENSE|bin/.*)$
steps:
dependencies:
COMPONENT_IMAGE: osac-operator-pr
COMPONENT_IMAGE: osac-operator
OSAC_INSTALLER_IMAGE: osac-installer-with-pr
OSAC_TEST_IMAGE: osac-test-infra
env:
Expand Down