-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Develop upgrade Sentis 2.0.0 (#6137)
* Upgraded to Sentis v1.4.0-pre.3 * Disabling sonar qube yamato job. Will add gha sonar scanner at a later date. * Addressing PR comments. * Addressing feedback. * Upgraded to sentis 2.0.0. * Fixed failing tests. * Fixed soccertwos policy. * Fixed pytorch deprecation message during training startup. Updated Installation.md * Updated installation docs. * Fixed failing torch utils test.
- Loading branch information
1 parent
a66ffbf
commit 2b50f60
Showing
81 changed files
with
2,591 additions
and
1,259 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
csharp: | ||
name: Sonarqube Scan for ml-agents python repo | ||
agent: | ||
type: Unity::metal::macmini | ||
image: package-ci/mac:v1.8.1-822785 | ||
flavor: m1.mac | ||
variables: | ||
SONARQUBE_PROJECT_KEY: ai-ml-agents-toolkit | ||
TARGET_BRANCH: develop | ||
commands: | ||
- npm install shellcheck --save-dev | ||
- npm install upm-ci-utils@1.27.0 -g --registry https://artifactory.prd.it.unity3d.com/artifactory/api/npm/upm-npm | ||
- curl https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-4.7.0.2747-macosx.zip -o sonar-scanner-cli-macosx.zip -L | ||
- unzip sonar-scanner-cli-macosx.zip -d ~/sonar-scanner-cli | ||
- ~/sonar-scanner-cli/sonar-scanner-4.7.0.2747-macosx/bin/sonar-scanner -Dsonar.projectKey=$SONARQUBE_PROJECT_KEY -Dsonar.sources=ml-agents-env -Dsonar.sources=ml-agents -Dsonar.sources=ml-agents-plugin-examples -Dsonar.sources=ml-agents-trainer-plugin -Dsonar.sources=utils -Dsonar.host.url=$SONARQUBE_URL -Dsonar.login=$SONARQUBE_TOKEN -Dsonar.branch.name=$TARGET_BRANCH -Dsonar.scm.provider=git | ||
triggers: | ||
cancel_old_ci: true | ||
expression: | | ||
((pull_request.target eq "main" OR pull_request.target eq "develop" OR pull_request.target match "release.+") | ||
AND NOT pull_request.push.changes.all match "**/*.md") OR | ||
(push.branch eq "main" OR push.branch eq "develop") | ||
#csharp: | ||
# name: Sonarqube Scan for ml-agents python repo | ||
# agent: | ||
# type: Unity::metal::macmini | ||
# image: package-ci/mac:v1.8.1-822785 | ||
# flavor: m1.mac | ||
# variables: | ||
# SONARQUBE_PROJECT_KEY: ai-ml-agents-toolkit | ||
# TARGET_BRANCH: develop | ||
# commands: | ||
# - npm install shellcheck --save-dev | ||
# - npm install upm-ci-utils@1.27.0 -g --registry https://artifactory.prd.it.unity3d.com/artifactory/api/npm/upm-npm | ||
# - curl https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-4.7.0.2747-macosx.zip -o sonar-scanner-cli-macosx.zip -L | ||
# - unzip sonar-scanner-cli-macosx.zip -d ~/sonar-scanner-cli | ||
# - ~/sonar-scanner-cli/sonar-scanner-4.7.0.2747-macosx/bin/sonar-scanner -Dsonar.projectKey=$SONARQUBE_PROJECT_KEY -Dsonar.sources=ml-agents-env -Dsonar.sources=ml-agents -Dsonar.sources=ml-agents-plugin-examples -Dsonar.sources=ml-agents-trainer-plugin -Dsonar.sources=utils -Dsonar.host.url=$SONARQUBE_URL -Dsonar.login=$SONARQUBE_TOKEN -Dsonar.branch.name=$TARGET_BRANCH -Dsonar.scm.provider=git | ||
# triggers: | ||
# cancel_old_ci: true | ||
# expression: | | ||
# ((pull_request.target eq "main" OR pull_request.target eq "develop" OR pull_request.target match "release.+") | ||
# AND NOT pull_request.push.changes.all match "**/*.md") OR | ||
# (push.branch eq "main" OR push.branch eq "develop") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.