Skip to content

Commit

Permalink
bump dependedency forkliftci version to v5.0
Browse files Browse the repository at this point in the history
Signed-off-by: Evgeny Slutsky <eslutsky@redhat.com>
  • Loading branch information
eslutsky committed Jun 20, 2023
1 parent f738ab3 commit c2db728
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions .github/workflows/run-osp-extended-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,13 @@ jobs:
jq -r '."tests/" | index("@${{ github.event.comment.user.login }}")') -eq 1 ]]
- name: prepare the secrets
#uses: kubev2v/forkliftci/ci/prepare-ansible-secrets@v4.0
uses: eslutsky/forkliftci/ci/prepare-ansible-secrets@gh-runner-fail-early
uses: kubev2v/forkliftci/ci/prepare-ansible-secrets@v5.0
with:
OKD_ENGINE_SECRETS: ${{ secrets.OKD_ENGINE_SECRETS }}
OKD_SSH_KEY: ${{ secrets.OKD_SSH_KEY }}

- name: provision self hosted runner
#uses: kubev2v/forkliftci/ci/create-self-runner@v4.0
uses: eslutsky/forkliftci/ci/create-self-runner@gh-runner-fail-early
uses: kubev2v/forkliftci/ci/create-self-runner@v5.0

- name: Set latest commit status as ${{ job.status }}
uses: myrotvorets/set-commit-status-action@master
Expand Down Expand Up @@ -80,14 +78,13 @@ jobs:
uses: actions/checkout@v3
with:
repository: kubev2v/forkliftci
ref: v4.0
ref: v5.0

- name: add docker-hub token
run: echo "${{ secrets.DOCKER_HUB_TOKEN }}" | docker login --username "${{ secrets.DOCKER_HUB_USER }}" --password-stdin

- name: build and setup everything
#uses: kubev2v/forkliftci/ci/build-and-setup@v4.0
uses: eslutsky/forkliftci/ci/build-and-setup@gh-runner-fail-early
uses: kubev2v/forkliftci/ci/build-and-setup@v5.0
with:
provider_name: openstack
gh_access_token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -98,13 +95,13 @@ jobs:
- run: kubectl get pods -n konveyor-forklift

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

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

Expand Down Expand Up @@ -144,11 +141,11 @@ jobs:
needs: [create_ovirt_runner,ci_setup]
steps:
- name: prepare the secrets
uses: kubev2v/forkliftci/ci/prepare-ansible-secrets@v4.0
uses: kubev2v/forkliftci/ci/prepare-ansible-secrets@v5.0
with:
OKD_ENGINE_SECRETS: ${{ secrets.OKD_ENGINE_SECRETS }}
OKD_SSH_KEY: ${{ secrets.OKD_SSH_KEY }}
- name: provision self hosted runner
uses: kubev2v/forkliftci/ci/create-self-runner@v4.0
uses: kubev2v/forkliftci/ci/create-self-runner@v5.0
with:
perform_cleanup: true

0 comments on commit c2db728

Please sign in to comment.