Skip to content

Commit

Permalink
Merge pull request #912 from openconfig/fix-ci-push
Browse files Browse the repository at this point in the history
Fix CI push and change pyangbind to run against its master branch as a compatibility report check
  • Loading branch information
wenovus authored Jul 17, 2023
2 parents 37557d2 + bf264a4 commit a0e4461
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ steps:
git clone [email protected]:openconfig/models-ci.git /go/src/github.com/openconfig/models-ci
cd /go/src/github.com/openconfig/models-ci
# Modify the major version to update models-ci version.
branch=$(git tag -l 'v9*' | sort -V | tail -1)
branch=$(git tag -l 'v10.*' | sort -V | tail -1)
git checkout $branch
volumes:
- name: 'ssh'
Expand Down Expand Up @@ -89,8 +89,8 @@ steps:
-pr-number=$_PR_NUMBER
-skipped-validators=confd,yanglint
-extra-pyang-versions=2.2.1
#-compat-report=yanglint
-branch=$BRANCH_NAME
-compat-report=pyangbind
secretEnv: ['GITHUB_ACCESS_TOKEN']
env:
- 'GOPATH=/go'
Expand Down

0 comments on commit a0e4461

Please sign in to comment.