Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DNM] check revert #1232

Closed
Closed
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
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: []
Loading