Skip to content
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ build_root:
from_repository: true
images:
- dockerfile_path: Dockerfile
to: network-observability-cli
to: netobserv-cli
- dockerfile_literal: |
FROM src AS builder
FROM this-is-ignored-and-not-used
WORKDIR /go/src/github.com/netobserv/network-observability-cli
COPY --from=builder /go/src/github.com/netobserv/network-observability-cli /go/src/github.com/netobserv/network-observability-cli
WORKDIR /go/src/github.com/netobserv/netobserv-cli
COPY --from=builder /go/src/github.com/netobserv/netobserv-cli /go/src/github.com/netobserv/netobserv-cli
from: src
inputs:
src:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ build_root:
images:
- dockerfile_path: Dockerfile
from: ubi
to: network-observability-operator
to: netobserv-operator
operator:
bundles:
- as: noo-bundle
dockerfile_path: bundle.Dockerfile
skip_building_index: true
substitutions:
- pullspec: quay.io/netobserv/network-observability-operator:.*
with: network-observability-operator
with: netobserv-operator
- pullspec: quay.io/netobserv/flowlogs-pipeline:.*
with: pipeline:flowlogs-pipeline
- pullspec: quay.io/netobserv/netobserv-ebpf-agent:.*
Expand Down Expand Up @@ -93,7 +93,7 @@ tests:

export NAMESPACE=netobserv
PORT_FWD=false make deploy-loki
oc apply -f /go/src/github.com/netobserv/network-observability-operator/config/samples/flows_v1beta2_flowcollector.yaml
oc apply -f /go/src/github.com/netobserv/netobserv-operator/config/samples/flows_v1beta2_flowcollector.yaml

sleep 30
echo "====> Waiting for flowlogs-pipeline daemonset to be created"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ images:
local-front-build:
as:
- localhost/local-front-build:latest
to: network-observability-console-plugin
to: netobserv-web-console
- build_args:
- name: BUILDSCRIPT
value: :standalone
Expand Down Expand Up @@ -71,7 +71,7 @@ tests:
steps:
cluster_profile: aws-qe
dependencies:
PATCH_CONSOLE_PLUGIN_IMAGE: pipeline:network-observability-console-plugin
PATCH_CONSOLE_PLUGIN_IMAGE: pipeline:netobserv-web-console
env:
BASE_DOMAIN: qe.devcluster.openshift.com
CYPRESS_NO_COMMAND_LOG: "1"
Expand Down