Skip to content

Commit

Permalink
extended-ci-test trigger openstack migration test
Browse files Browse the repository at this point in the history
Signed-off-by: Evgeny Slutsky <eslutsky@redhat.com>
  • Loading branch information
eslutsky committed Jul 10, 2023
1 parent 0114cf0 commit cc4ab2e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/run-osp-extended-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,16 @@ jobs:

- run: kubectl get pods -n konveyor-forklift

- name: run e2e-sanity-openstack
- name: run e2e-sanity-openstack extended
uses: kubev2v/forkliftci/ci/run-suite@v6.0
with:
suite_name: e2e-sanity-openstack-extended

- name: run e2e-sanity-openstack migration
uses: kubev2v/forkliftci/ci/run-suite@v6.0
with:
suite_name: e2e-sanity-openstack

- name: save k8s logs and upload-artifact
if: ${{ always() }}
uses: kubev2v/forkliftci/ci/save-artifacts@v6.0
Expand Down

0 comments on commit cc4ab2e

Please sign in to comment.