mirror of
https://github.com/game-ci/unity-builder.git
synced 2025-07-04 12:25:19 -04:00
no message
This commit is contained in:
parent
3db9ec2db7
commit
4b6ca3b5a4
73
.github/workflows/cloud-runner-ci-pipeline.yml
vendored
73
.github/workflows/cloud-runner-ci-pipeline.yml
vendored
@ -118,47 +118,48 @@ jobs:
|
|||||||
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
|
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
|
||||||
GIT_PRIVATE_TOKEN: ${{ secrets.GIT_PRIVATE_TOKEN }}
|
GIT_PRIVATE_TOKEN: ${{ secrets.GIT_PRIVATE_TOKEN }}
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
awsTests:
|
#awsTests:
|
||||||
name: AWS Tests
|
# name: AWS Tests
|
||||||
if: github.event.event_type != 'pull_request_target'
|
# if: github.event.event_type != 'pull_request_target'
|
||||||
runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
strategy:
|
# strategy:
|
||||||
fail-fast: false
|
# fail-fast: false
|
||||||
matrix:
|
# matrix:
|
||||||
test:
|
# test:
|
||||||
# - 'cloud-runner-end2end-locking'
|
# - 'cloud-runner-end2end-locking'
|
||||||
# - 'cloud-runner-end2end-caching'
|
# - 'cloud-runner-end2end-caching'
|
||||||
# - 'cloud-runner-end2end-retaining'
|
# - 'cloud-runner-end2end-retaining'
|
||||||
# - 'cloud-runner-environment'
|
# - 'cloud-runner-environment'
|
||||||
# - 'cloud-runner-s3-steps'
|
# - 'cloud-runner-s3-steps'
|
||||||
steps:
|
# steps:
|
||||||
- name: Checkout (default)
|
# - name: Checkout (default)
|
||||||
uses: actions/checkout@v2
|
# uses: actions/checkout@v2
|
||||||
with:
|
# with:
|
||||||
lfs: false
|
# lfs: false
|
||||||
- name: Configure AWS Credentials
|
# - name: Configure AWS Credentials
|
||||||
uses: aws-actions/configure-aws-credentials@v1
|
# uses: aws-actions/configure-aws-credentials@v1
|
||||||
with:
|
# with:
|
||||||
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
|
# aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
|
||||||
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
|
# aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
|
||||||
aws-region: eu-west-2
|
# aws-region: eu-west-2
|
||||||
- run: yarn
|
# - run: yarn
|
||||||
- run: yarn run test "${{ matrix.test }}" --detectOpenHandles --forceExit --runInBand
|
# - run: yarn run test "${{ matrix.test }}" --detectOpenHandles --forceExit --runInBand
|
||||||
timeout-minutes: 60
|
# timeout-minutes: 60
|
||||||
env:
|
# env:
|
||||||
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
|
# UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
|
||||||
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
|
# UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
|
||||||
UNITY_SERIAL: ${{ secrets.UNITY_SERIAL }}
|
# UNITY_SERIAL: ${{ secrets.UNITY_SERIAL }}
|
||||||
PROJECT_PATH: test-project
|
# PROJECT_PATH: test-project
|
||||||
TARGET_PLATFORM: StandaloneWindows64
|
# TARGET_PLATFORM: StandaloneWindows64
|
||||||
cloudRunnerTests: true
|
# cloudRunnerTests: true
|
||||||
versioning: None
|
# versioning: None
|
||||||
KUBE_STORAGE_CLASS: local-path
|
# KUBE_STORAGE_CLASS: local-path
|
||||||
PROVIDER_STRATEGY: aws
|
# PROVIDER_STRATEGY: aws
|
||||||
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
|
# AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
|
||||||
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
|
# AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
|
||||||
GIT_PRIVATE_TOKEN: ${{ secrets.GIT_PRIVATE_TOKEN }}
|
# GIT_PRIVATE_TOKEN: ${{ secrets.GIT_PRIVATE_TOKEN }}
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
#
|
||||||
|
|
||||||
buildTargetTests:
|
buildTargetTests:
|
||||||
name: Local Build Target Tests
|
name: Local Build Target Tests
|
||||||
|
Loading…
Reference in New Issue
Block a user