Skip to content

Commit

Permalink
[DNM] check revert
Browse files Browse the repository at this point in the history
  • Loading branch information
karelyatin committed Dec 17, 2024
1 parent 68357b2 commit 57e4eca
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
7 changes: 7 additions & 0 deletions .prow_ci.env
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
export USE_IMAGE_DIGESTS=true
export BUNDLE_DOCKERFILE=bundle.Dockerfile
export FAIL_FIPS_CHECK=true
if [ ! -d "${HOME}/install_yamls" ]; then
git clone https://github.com/openstack-k8s-operators/install_yamls ${HOME}/install_yamls -b revert-975-deploy_metallb
else
pushd ${HOME}/install_yamls
git checkout revert-975-deploy_metallb
popd
fi
8 changes: 1 addition & 7 deletions zuul.d/projects.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
---
- project:
name: openstack-k8s-operators/openstack-operator
templates:
- podified-multinode-edpm-baremetal-pipeline
- data-plane-adoption-pipeline
github-check:
jobs:
- openstack-operator-tempest-multinode
- openstack-operator-docs-preview
jobs: []

0 comments on commit 57e4eca

Please sign in to comment.