-
Task
-
Resolution: Done
-
Major
-
1.3.0.GA
-
None
-
None
We need to add the following gating.yaml file for every dist-git branch[1] we create for the 1.3.0 release for the Continuous Verification Pipeline(CVP) to work properly:
gating.yaml
--- !Policy id: kafka-jenkins product_versions: - cvp decision_context: cvp_default rules: - !PassingTestCaseRule {test_case_name: kafka-jenkins.default.systemtest}
For cloning and navigating the dist-git repo:
git clone ssh://<username>@pkgs.devel.redhat.com/containers/amqstreams-1 cd amqstreams-1 git fetch --all git checkout <branch> #e.g. rh-amqstreams-1.1-javabase-openshift-rhel-7 # Make changes, then commit changes
[1] http://pkgs.devel.redhat.com/cgit/containers/amqstreams-1/refs/heads