Caching cleanup
							parent
							
								
									f5f6e0a8c3
								
							
						
					
					
						commit
						3e9b2eefb9
					
				|  | @ -68,7 +68,7 @@ jobs: | |||
|           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||||
|           AWS_BASE_STACK_NAME: game-ci-stack-integration-tests | ||||
|           CLOUD_RUNNER_TESTS: true | ||||
|           INIT_HOOK: tail -f /var/log/syslog | xargs -d '\n' -I{} gcloud logging write game-ci "{}" | ||||
|           INIT_HOOK: tail -f /var/log/syslog | xargs -I{} gcloud logging write game-ci "{}" | ||||
|       - uses: ./ | ||||
|         id: aws-fargate-unity-build | ||||
|         env: | ||||
|  | @ -77,7 +77,7 @@ jobs: | |||
|           AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }} | ||||
|           AWS_DEFAULT_REGION: eu-west-2 | ||||
|           DEBUG: true | ||||
|           INIT_HOOK: tail -f /var/log/syslog | xargs -d '\n' -I{} gcloud logging write game-ci "{}" | ||||
|           INIT_HOOK: tail -f /var/log/syslog | xargs -I{} gcloud logging write game-ci "{}" | ||||
|         with: | ||||
|           cloudRunnerCluster: aws | ||||
|           versioning: None | ||||
|  |  | |||
|  | @ -67,7 +67,7 @@ jobs: | |||
|           GCP_PROJECT: unitykubernetesbuilder | ||||
|           GCP_LOG_NAME: game-ci | ||||
|           CLOUD_RUNNER_TESTS: true | ||||
|           INIT_HOOK: tail -f /var/log/syslog | xargs -d '\n' -I{} gcloud logging write game-ci "{}" | ||||
|           INIT_HOOK: tail -f /var/log/syslog | xargs -I{} gcloud logging write game-ci "{}" | ||||
|           # Use FUSE to mount a storage bucket to a cache folder | ||||
|           EXPERIMENTAL_HOOK: | | ||||
|             - name: FUSE filesystem to s3 for global scale caching | ||||
|  | @ -99,7 +99,7 @@ jobs: | |||
|         env: | ||||
|           CloudRunnerBranch: remote-builder/unified-providers | ||||
|           DEBUG: true | ||||
|           INIT_HOOK: tail -f /var/log/syslog | xargs -d '\n' -I{} gcloud logging write game-ci "{}" | ||||
|           INIT_HOOK: tail -f /var/log/syslog | xargs -I{} gcloud logging write game-ci "{}" | ||||
|         with: | ||||
|           cloudRunnerCluster: k8s | ||||
|           UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }} | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue