forked from openshift/release
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove openshift-service-mesh sail-operator nightly-images job (opens…
…hift#58104) Signed-off-by: bmangoen <[email protected]> Co-authored-by: bmangoen <[email protected]>
- Loading branch information
1 parent
bb9dc8b
commit 833b0c3
Showing
2 changed files
with
0 additions
and
146 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -378,74 +378,6 @@ tests: | |
memory: 100Mi | ||
timeout: 2h0m0s | ||
workflow: servicemesh-istio-e2e-hypershift | ||
- as: nightly-images | ||
cron: 00 03 * * * | ||
steps: | ||
cluster_profile: ossm-aws | ||
dependencies: | ||
RELEASE_IMAGE_LATEST: release:latest | ||
env: | ||
BASE_DOMAIN: servicemesh.devcluster.openshift.com | ||
HYPERSHIFT_HC_RELEASE_IMAGE: quay.io/openshift-release-dev/ocp-release:4.16.5-multi | ||
MAISTRA_BUILDER_IMAGE: registry.ci.openshift.org/ci/maistra-builder:upstream-master | ||
MAISTRA_NAMESPACE: maistra-nightly-images | ||
MAISTRA_SC_POD: maistra-nightly-images-pod | ||
test: | ||
- as: copy-src | ||
cli: latest | ||
commands: | | ||
# copy the script to privileged pod | ||
# SRC_PATH does end with /. : the content of the source directory is copied into dest directory | ||
oc cp ./. "${MAISTRA_NAMESPACE}"/"${MAISTRA_SC_POD}":/work/ | ||
env: | ||
- name: MAISTRA_NAMESPACE | ||
- name: MAISTRA_SC_POD | ||
from: src | ||
resources: | ||
requests: | ||
cpu: 100m | ||
memory: 100Mi | ||
timeout: 10m0s | ||
- as: build | ||
cli: latest | ||
commands: | | ||
export QUAY_PASS=$(cat /quay-secret/password) | ||
export GITHUB_TOKEN=$(cat /creds-github/token) | ||
# login to quay.io in the privileged pod | ||
oc rsh -n "${MAISTRA_NAMESPACE}" "${MAISTRA_SC_POD}" \ | ||
docker login -u='maistra-dev+prow' \ | ||
-p=${QUAY_PASS} quay.io | ||
# build and push images and publish the bundle into OperatorHub | ||
oc rsh -n "${MAISTRA_NAMESPACE}" "${MAISTRA_SC_POD}" \ | ||
entrypoint \ | ||
sh -c \ | ||
"git config --global user.email '[email protected]'; \ | ||
git config --global user.name 'Jonh Wendell'; \ | ||
cd /work && \ | ||
export BUILD_WITH_CONTAINER="0" && \ | ||
export VERSIONS_YAML_FILE=versions.yaml && \ | ||
rm Makefile.vendor.mk bundle/**/*.yaml && \ | ||
# generate everything using versions.yaml not ossm/versions.yaml | ||
make gen && \ | ||
make -e GITHUB_TOKEN=${GITHUB_TOKEN} -e NIGHTLY=true docker-buildx bundle-publish-nightly" | ||
oc cp "${MAISTRA_NAMESPACE}"/"${MAISTRA_SC_POD}":"${ARTIFACT_DIR}"/. "${ARTIFACT_DIR}" | ||
credentials: | ||
- mount_path: /quay-secret | ||
name: quay-pass | ||
namespace: test-credentials | ||
- mount_path: /creds-github | ||
name: ossm-github | ||
namespace: test-credentials | ||
env: | ||
- name: MAISTRA_NAMESPACE | ||
- name: MAISTRA_SC_POD | ||
from: src | ||
resources: | ||
requests: | ||
cpu: 100m | ||
memory: 100Mi | ||
timeout: 2h0m0s | ||
workflow: servicemesh-istio-e2e-hypershift | ||
zz_generated_metadata: | ||
branch: main | ||
org: openshift-service-mesh | ||
|
78 changes: 0 additions & 78 deletions
78
...shift-service-mesh/sail-operator/openshift-service-mesh-sail-operator-main-periodics.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters