Skip to content

Commit 56b46d9

Browse files
MarcinGinsztAllda
authored andcommitted
testing submitting results from CI pipeline
1 parent 8254acf commit 56b46d9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/e2e.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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 \

0 commit comments

Comments
 (0)