File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -142,6 +142,10 @@ jobs:
142142 bash init-custom-env.sh $OC_PROJECT stage vault-password
143143 popd
144144
145+ - name : Create secret allowing the fake partner account to submit the results in CI pipeline
146+ run : |
147+ oc create secret generic pyxis-api-secret --from-literal pyxis_api_key=${{ secrets.PYXIS_API_KEY }}
148+
145149 - name : Run CI pipeline
146150 run : |
147151 tkn pipeline start operator-ci-pipeline \
@@ -150,6 +154,7 @@ jobs:
150154 --param git_branch=$SHORT_SHA \
151155 --param bundle_path=operators/test-e2e-operator/0.0.7-$SHORT_SHA \
152156 --param env=stage \
157+ --param submit=true \
153158 --workspace name=pipeline,volumeClaimTemplateFile=templates/workspace-template.yml \
154159 --workspace name=kubeconfig,secret=kubeconfig \
155160 --workspace name=ssh-dir,secret=github-ssh-credentials \
You can’t perform that action at this time.
0 commit comments