diff --git a/ci-operator/config/trusted-execution-clusters/operator/trusted-execution-clusters-operator-main__azure.yaml b/ci-operator/config/trusted-execution-clusters/operator/trusted-execution-clusters-operator-main__azure.yaml index 3f076807168fe..dbf1195d11cde 100644 --- a/ci-operator/config/trusted-execution-clusters/operator/trusted-execution-clusters-operator-main__azure.yaml +++ b/ci-operator/config/trusted-execution-clusters/operator/trusted-execution-clusters-operator-main__azure.yaml @@ -23,24 +23,32 @@ images: source_path: /usr/bin/oc to: azure-test-image - build_args: + - name: build_target + value: operator - name: build_type value: release dockerfile_path: Containerfile to: operator - build_args: + - name: build_target + value: compute-pcrs - name: build_type value: release - dockerfile_path: compute-pcrs/Containerfile + dockerfile_path: Containerfile to: compute-pcrs - build_args: + - name: build_target + value: register-server - name: build_type value: release - dockerfile_path: register-server/Containerfile + dockerfile_path: Containerfile to: register-server - build_args: + - name: build_target + value: attestation-key-register - name: build_type value: release - dockerfile_path: attestation-key-register/Containerfile + dockerfile_path: Containerfile to: attestation-key-register releases: latest: diff --git a/ci-operator/jobs/trusted-execution-clusters/operator/trusted-execution-clusters-operator-main-presubmits.yaml b/ci-operator/jobs/trusted-execution-clusters/operator/trusted-execution-clusters-operator-main-presubmits.yaml index 16a4413bac253..7d6b962f94141 100644 --- a/ci-operator/jobs/trusted-execution-clusters/operator/trusted-execution-clusters-operator-main-presubmits.yaml +++ b/ci-operator/jobs/trusted-execution-clusters/operator/trusted-execution-clusters-operator-main-presubmits.yaml @@ -11,9 +11,6 @@ presubmits: decoration_config: sparse_checkout_files: - Containerfile - - attestation-key-register/Containerfile - - compute-pcrs/Containerfile - - register-server/Containerfile labels: ci-operator.openshift.io/variant: azure ci.openshift.io/generator: prowgen @@ -73,9 +70,6 @@ presubmits: decoration_config: sparse_checkout_files: - Containerfile - - attestation-key-register/Containerfile - - compute-pcrs/Containerfile - - register-server/Containerfile labels: ci-operator.openshift.io/cloud: aws ci-operator.openshift.io/cloud-cluster-profile: openshift-org-aws