Skip to content

Adjust RNN tests to changes in openvinotoolkit/openvino#18138 #435

Adjust RNN tests to changes in openvinotoolkit/openvino#18138

Adjust RNN tests to changes in openvinotoolkit/openvino#18138 #435

Workflow file for this run

name: History CUDA
on:
push:
paths:
- 'modules/nvidia_plugin/**'
pull_request:
paths:
- 'modules/nvidia_plugin/**'
- '.github/workflows/history_cuda.yml'
jobs:
history:
runs-on: ubuntu-22.04
steps:
- name: checkout master branch
uses: actions/checkout@v3
with:
ref: master
fetch-depth: 0
- name: delete temporary branch
run: git branch -D temporary-ci-branch | echo 1
- name: fetch
run: git fetch origin $GITHUB_REF:temporary-ci-branch
- name: rebased
run: git merge-base --is-ancestor origin/master temporary-ci-branch
- name: autosquashed
run: "! git rev-list --pretty=oneline -E --grep '^(fixup|squash|amend)!' origin/master..temporary-ci-branch | fgrep !"