Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
Cashmaney committed Jun 20, 2023
1 parent 55794b9 commit 6096c6f
Showing 1 changed file with 11 additions and 17 deletions.
28 changes: 11 additions & 17 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,6 @@ trigger:
- "docs/*"
- ".gitignore"
- "LICENSE"

pool:
name:


variables:
baseImageRepository: 'azcr.io/enigmampc/ci-base-image'
baseImageRepositoryLocalTests: 'azcr.io/enigmampc/ci-base-image-local'
nodeImageRepository: 'azcr.io/enigmampc/ci-node-image'
containerRegistry: 'enigmampcdocker'
dockerfilePath: '$(Build.SourcesDirectory)/deployment/dockerfiles/Dockerfile'
tag: '$(Build.BuildId)'
DOCKER_BUILDKIT: 1
SGX_MODE: "HW"
FEATURES: "light-client-validation,random"
FEATURES_TESTS_LOCAL: "random"

jobs:
- job: RunTests
displayName: Run Hardware Tests
Expand All @@ -34,6 +17,17 @@ jobs:
name: "sgx scale set new"
workspace:
clean: all # what to clean up before the job runs
variables:
baseImageRepository: 'azcr.io/enigmampc/ci-base-image'
baseImageRepositoryLocalTests: 'azcr.io/enigmampc/ci-base-image-local'
nodeImageRepository: 'azcr.io/enigmampc/ci-node-image'
containerRegistry: 'enigmampcdocker'
dockerfilePath: '$(Build.SourcesDirectory)/deployment/dockerfiles/Dockerfile'
tag: '$(Build.BuildId)'
DOCKER_BUILDKIT: 1
SGX_MODE: "HW"
FEATURES: "light-client-validation,random"
FEATURES_TESTS_LOCAL: "random"

steps:
- checkout: "self"
Expand Down

0 comments on commit 6096c6f

Please sign in to comment.