sample_export: name: Samples Export 2021.2 agent: type: Unity::VM image: package-ci/ubuntu:stable flavor: b1.large variables: UNITY_VERSION: 2021.2 commands: - python3 -m pip install pyyaml --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple - python3 -m pip install unity-downloader-cli --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple --upgrade - unity-downloader-cli -u 2021.2 -c editor --wait --fast - python3 -u -m ml-agents.tests.yamato.sample_curation --scene "Assets/ML-Agents/Examples/Basic/Scenes/Basic.unity" "Assets/ML-Agents/Examples/Match3/Scenes/Match3.unity" "Assets/ML-Agents/Examples/WallJump/Scenes/WallJump.unity" "Assets/ML-Agents/TestScenes/TestCompressedGrid/TestGridCompressed.unity" "Assets/ML-Agents/TestScenes/TestCompressedTexture/TestTextureCompressed.unity" triggers: cancel_old_ci: true artifacts: logs: paths: - "artifacts/sample_export.txt" samples: paths: - "artifacts/Samples/**"