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 Just testing together change in the operator and u/s code #372

Closed
wants to merge 2 commits into from
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
1 change: 1 addition & 0 deletions controllers/neutronapi_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,7 @@ func (r *NeutronAPIReconciler) reconcileInit(
) (ctrl.Result, error) {
Log := r.GetLogger(ctx)
Log.Info("Reconciling Service init")
Log.Info("slaweq: just testing together with u/s change")

db, result, err := r.ensureDB(ctx, helper, instance)
if err != nil {
Expand Down
3 changes: 2 additions & 1 deletion zuul.d/jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
- job:
name: neutron-operator-tempest-multinode
parent: podified-multinode-edpm-deployment-crc
dependencies: ["openstack-k8s-operators-content-provider"]
dependencies: ["openstack-meta-content-provider"]
irrelevant-files:
- .*/*.md
- ^.github/.*$
Expand All @@ -28,6 +28,7 @@
vars:
cifmw_tempest_container: openstack-tempest-all
cifmw_run_test_role: tempest
cifmw_repo_setup_branch: master
cifmw_tempest_tempestconf_profile:
overrides:
compute-feature-enabled.vnc_console: true
Expand Down
6 changes: 5 additions & 1 deletion zuul.d/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,9 @@
name: openstack-k8s-operators/neutron-operator
github-check:
jobs:
- openstack-k8s-operators-content-provider
- openstack-meta-content-provider:
vars:
cifmw_bop_openstack_release: master
cifmw_bop_dlrn_baseurl: "https://trunk.rdoproject.org/centos9-master"
cifmw_repo_setup_branch: master
- neutron-operator-tempest-multinode