Skip to content

Commit

Permalink
ci test
Browse files Browse the repository at this point in the history
Signed-off-by: Benny Zlotnik <[email protected]>
  • Loading branch information
bennyz committed Mar 24, 2024
1 parent bba88cc commit 4aa4e01
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@ jobs:
- name: Checkout forkliftci
uses: actions/checkout@v4
with:
repository: kubev2v/forkliftci
ref: v14.0
repository: bennyz/forkliftci
ref: openstack-imagebased

- name: Build and setup everything with bazel
id: forkliftci
uses: kubev2v/forkliftci/ci/build-and-setup@v8.0
uses: bennyz/forkliftci/ci/build-and-setup@openstack-imagebased
with:
provider_name: ${{ matrix.source_provider }}
gh_access_token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -72,13 +72,13 @@ jobs:
curl -k "${{ steps.forkliftci.outputs.cluster }}/apis/forklift.konveyor.io/v1beta1/namespaces/konveyor-forklift/providers" --header "Authorization: Bearer ${{ steps.forkliftci.outputs.token }}"
- name: Run e2e sanity suite
uses: kubev2v/forkliftci/ci/run-suite@v8.0
uses: bennyz/forkliftci/ci/run-suite@openstack-imagebased
with:
suite_name: e2e-sanity-${{ matrix.source_provider }}

- name: save k8s logs and upload-artifact
if: ${{ always() }}
uses: kubev2v/forkliftci/ci/save-artifacts@v8.0
uses: bennyz/forkliftci/ci/save-artifacts@openstack-imagebased
with:
source_provider: ${{ matrix.source_provider }}

Expand Down

0 comments on commit 4aa4e01

Please sign in to comment.