Skip to content

Commit d2bb03c

Browse files
Fixed build-docker and updated CHANGELOG to add unreleased section. (#5682)
* Fixed build-docker and updated CHANGELOG to add unreleased section. * Updated backward compat mac training yamato test. (#5685)
1 parent 88f186a commit d2bb03c

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

.github/workflows/build-docker.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v2
13-
- uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
13+
- uses: google-github-actions/setup-gcloud@v0
1414
with:
1515
version: '270.0.0'
1616
service_account_email: ${{ secrets.GCP_STG_EMAIL }}
@@ -28,7 +28,7 @@ jobs:
2828
run: |
2929
docker push gcr.io/unity-ai-ml-agents-stg/ml-agents:${GITHUB_SHA}
3030
docker push gcr.io/unity-ai-ml-agents-stg/ml-agents:latest
31-
- uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
31+
- uses: google-github-actions/setup-gcloud@v0
3232
with:
3333
version: '270.0.0'
3434
service_account_email: ${{ secrets.GCP_PRD_EMAIL }}

.yamato/training-backcompat-tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

2-
test_mac_backcompat_2020.3:
3-
{% capture editor_version %}2020.3{% endcapture %}
2+
test_mac_backcompat_2019.4:
3+
{% capture editor_version %}2019.4{% endcapture %}
44
{% capture csharp_backcompat_version %}1.0.0{% endcapture %}
55
# This test has to run on mac because it requires the custom build of tensorflow without AVX
66
# Test against 2020.1 because 2020.2 has to run against package version 1.2.0

com.unity.ml-agents/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to
77
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).
88

9+
## [Unreleased]
10+
### Major Changes
11+
#### com.unity.ml-agents / com.unity.ml-agents.extensions (C#)
12+
#### ml-agents / ml-agents-envs / gym-unity (Python)
13+
### Minor Changes
14+
#### com.unity.ml-agents / com.unity.ml-agents.extensions (C#)
15+
#### ml-agents / ml-agents-envs / gym-unity (Python)
16+
### Bug Fixes
17+
#### com.unity.ml-agents / com.unity.ml-agents.extensions (C#)
18+
#### ml-agents / ml-agents-envs / gym-unity (Python)
19+
920
## [2.2.1-exp.1] - 2022-01-14
1021
### Major Changes
1122

0 commit comments

Comments
 (0)