Skip to content

Commit

Permalink
deterministic: CI prep
Browse files Browse the repository at this point in the history
Signed-off-by: Logan Nguyen <[email protected]>

Update acceptance.yml

Signed-off-by: Logan Nguyen <[email protected]>
  • Loading branch information
quiet-node committed Apr 23, 2024
1 parent dfbfeaf commit 21174d3
Showing 1 changed file with 72 additions and 70 deletions.
142 changes: 72 additions & 70 deletions .github/workflows/acceptance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
branches: [main, release/**]
push:
branches: [main, release/**]
branches: [main, release/**, deterministic-deployment-charlie]
tags: [v*]

concurrency:
Expand All @@ -17,90 +17,92 @@ jobs:
uses: ./.github/workflows/acceptance-workflow.yml
with:
testfilter: api_batch1

api_batch_2:
name: API Batch 2
uses: ./.github/workflows/acceptance-workflow.yml
with:
testfilter: api_batch2

api_batch_3:
name: API Batch 3
uses: ./.github/workflows/acceptance-workflow.yml
with:
testfilter: api_batch3

rpc_api_schema_conformity:
name: API Conformity
uses: ./.github/workflows/acceptance-workflow.yml
with:
testfilter: rpc_api_schema_conformity

erc20:
name: ERC20
uses: ./.github/workflows/acceptance-workflow.yml
with:
testfilter: erc20

ratelimiter:
name: Rate Limiter
uses: ./.github/workflows/acceptance-workflow.yml
with:
testfilter: ratelimiter

tokencreate:
name: Token Create
uses: ./.github/workflows/acceptance-workflow.yml
with:
testfilter: tokencreate

tokenmanagement:
name: Token Management
uses: ./.github/workflows/acceptance-workflow.yml
with:
testfilter: tokenmanagement

htsprecompilev1:
name: Precompile
uses: ./.github/workflows/acceptance-workflow.yml
with:
testfilter: htsprecompilev1

precompilecalls:
name: Precompile Calls
uses: ./.github/workflows/acceptance-workflow.yml
with:
testfilter: precompile-calls
networkTag: 0.49.0-alpha.3

# api_batch_2:
# name: API Batch 2
# uses: ./.github/workflows/acceptance-workflow.yml
# with:
# testfilter: api_batch2

# api_batch_3:
# name: API Batch 3
# uses: ./.github/workflows/acceptance-workflow.yml
# with:
# testfilter: api_batch3

# rpc_api_schema_conformity:
# name: API Conformity
# uses: ./.github/workflows/acceptance-workflow.yml
# with:
# testfilter: rpc_api_schema_conformity

# erc20:
# name: ERC20
# uses: ./.github/workflows/acceptance-workflow.yml
# with:
# testfilter: erc20

# ratelimiter:
# name: Rate Limiter
# uses: ./.github/workflows/acceptance-workflow.yml
# with:
# testfilter: ratelimiter

# tokencreate:
# name: Token Create
# uses: ./.github/workflows/acceptance-workflow.yml
# with:
# testfilter: tokencreate

# tokenmanagement:
# name: Token Management
# uses: ./.github/workflows/acceptance-workflow.yml
# with:
# testfilter: tokenmanagement

# htsprecompilev1:
# name: Precompile
# uses: ./.github/workflows/acceptance-workflow.yml
# with:
# testfilter: htsprecompilev1

# precompilecalls:
# name: Precompile Calls
# uses: ./.github/workflows/acceptance-workflow.yml
# with:
# testfilter: precompile-calls

websocket:
name: Websocket
uses: ./.github/workflows/acceptance-workflow.yml
with:
testfilter: ws
test_ws_server: true
networkTag: 0.49.0-alpha.3

cacheservice:
name: Cache Service
uses: ./.github/workflows/acceptance-workflow.yml
with:
testfilter: cache-service
# cacheservice:
# name: Cache Service
# uses: ./.github/workflows/acceptance-workflow.yml
# with:
# testfilter: cache-service

publish_results:
name: Publish Results
if: ${{ !cancelled() }}
needs:
- api_batch_1
- api_batch_2
- api_batch_3
- rpc_api_schema_conformity
- erc20
- ratelimiter
- tokencreate
- tokenmanagement
- htsprecompilev1
- precompilecalls
# - api_batch_2
# - api_batch_3
# - rpc_api_schema_conformity
# - erc20
# - ratelimiter
# - tokencreate
# - tokenmanagement
# - htsprecompilev1
# - precompilecalls
- websocket
- cacheservice
# - cacheservice

runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 21174d3

Please sign in to comment.