Skip to content

Commit

Permalink
Merge pull request #8347 from LedgerHQ/support/fix-turbo-affected
Browse files Browse the repository at this point in the history
See (this comment)[#8347 (comment)]
  • Loading branch information
angusbayley authored Nov 12, 2024
2 parents 2f49fbd + 4120a22 commit b40b73d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/turbo-affected-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,14 @@ jobs:
packages: ${{ steps.affected.outputs.packages }}
paths: ${{ steps.affected.outputs.paths }}
steps:
- name: Checkout feature branch
- name: Checkout head branch
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Fetch develop branch
ref: ${{ inputs.head_branch }}

- name: Fetch base branch
run: |
git fetch origin develop:develop --depth=1
git fetch origin ${{ inputs.base_branch }}:${{ inputs.base_branch }} --depth=1
- uses: actions/github-script@v7
id: clean-refs
Expand Down

2 comments on commit b40b73d

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[Bot] Evm on Staging ($0.00) ⏲ 20.1s

What is the bot and how does it work? Everything is documented here!

3 critical spec errors

Spec Ethereum failed!

Error: getaddrinfo ENOTFOUND atlas-stg.ledger-test.com

Spec Ethereum Sepolia failed!

Error: getaddrinfo ENOTFOUND atlas-stg.ledger-test.com

Spec Ethereum Holesky failed!

Error: getaddrinfo ENOTFOUND atlas-stg.ledger-test.com
Details of the 0 mutations

Spec Ethereum (failed)


Spec Ethereum Sepolia (failed)


Spec Ethereum Holesky (failed)


Details of the 9 uncovered mutations

Spec Ethereum (3)

  • move 50%:
  • send max:
  • move some ERC20 like (ERC20, BEP20, etc...):

Spec Ethereum Sepolia (3)

  • move 50%:
  • send max:
  • move some ERC20 like (ERC20, BEP20, etc...):

Spec Ethereum Holesky (3)

  • move 50%:
  • send max:
  • move some ERC20 like (ERC20, BEP20, etc...):
Portfolio ($0.00) – Details of the 3 currencies
Spec (accounts) State Remaining Runs (est) funds?
Ethereum (0) 0 ops , 🤷‍♂️ ``
Ethereum Sepolia (0) 0 ops , 🤷‍♂️ ``
Ethereum Holesky (0) 0 ops , 🤷‍♂️ ``

Performance ⏲ 20.1s

Time spent for each spec: (total across mutations)

Spec (accounts) preload scan re-sync tx status sign op broadcast test destination test
TOTAL 964ms N/A N/A N/A N/A N/A N/A N/A
Ethereum (0) 599ms N/A N/A N/A N/A N/A N/A N/A
Ethereum Sepolia (0) 247ms N/A N/A N/A N/A N/A N/A N/A
Ethereum Holesky (0) 118ms N/A N/A N/A N/A N/A N/A N/A

What is the bot and how does it work? Everything is documented here!

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[Bot] Bitcoin on Staging ($0.00) ⏲ 57.2s

What is the bot and how does it work? Everything is documented here!

13 critical spec errors

Spec Bitcoin failed!

TransportStatusError: Ledger device: UNKNOWN_ERROR (0x6a86)

Spec Bitcoin Testnet failed!

Error: getaddrinfo ENOTFOUND atlas-stg.ledger-test.com

Spec Bitcoin Cash failed!

Error: getaddrinfo ENOTFOUND atlas-stg.ledger-test.com

Spec Bitcoin Gold failed!

Error: getaddrinfo ENOTFOUND atlas-stg.ledger-test.com

Spec Dash failed!

Error: getaddrinfo ENOTFOUND atlas-stg.ledger-test.com

Spec Digibyte failed!

Error: getaddrinfo ENOTFOUND atlas-stg.ledger-test.com

Spec DogeCoin failed!

Error: getaddrinfo ENOTFOUND atlas-stg.ledger-test.com

Spec Komodo failed!

Error: getaddrinfo ENOTFOUND atlas-stg.ledger-test.com

Spec Litecoin failed!

Error: getaddrinfo ENOTFOUND atlas-stg.ledger-test.com

Spec Qtum failed!

Error: getaddrinfo ENOTFOUND atlas-stg.ledger-test.com

Spec ZCash failed!

Error: getaddrinfo ENOTFOUND atlas-stg.ledger-test.com

Spec Horizen failed!

Error: getaddrinfo ENOTFOUND atlas-stg.ledger-test.com

Spec Decred failed!

Error: getaddrinfo ENOTFOUND atlas-stg.ledger-test.com
Details of the 0 mutations

Spec Bitcoin (failed)


Spec Bitcoin Testnet (failed)


Spec Bitcoin Cash (failed)


Spec Bitcoin Gold (failed)


Spec Dash (failed)


Spec Digibyte (failed)


Spec DogeCoin (failed)


Spec Komodo (failed)


Spec Litecoin (failed)


Spec Qtum (failed)


Spec ZCash (failed)


Spec Horizen (failed)


Spec Decred (failed)


Details of the 65 uncovered mutations

Spec Bitcoin (5)

  • move ~50%:
  • optimize-size:
  • send 1 utxo:
  • send OP_RETURN transaction:
  • send max:

Spec Bitcoin Testnet (5)

  • move ~50%:
  • optimize-size:
  • send 1 utxo:
  • send OP_RETURN transaction:
  • send max:

Spec Bitcoin Cash (5)

  • move ~50%:
  • optimize-size:
  • send 1 utxo:
  • send OP_RETURN transaction:
  • send max:

Spec Bitcoin Gold (5)

  • move ~50%:
  • optimize-size:
  • send 1 utxo:
  • send OP_RETURN transaction:
  • send max:

Spec Dash (5)

  • move ~50%:
  • optimize-size:
  • send 1 utxo:
  • send OP_RETURN transaction:
  • send max:

Spec Digibyte (5)

  • move ~50%:
  • optimize-size:
  • send 1 utxo:
  • send OP_RETURN transaction:
  • send max:

Spec DogeCoin (5)

  • move ~50%:
  • optimize-size:
  • send 1 utxo:
  • send OP_RETURN transaction:
  • send max:

Spec Komodo (5)

  • move ~50%:
  • optimize-size:
  • send 1 utxo:
  • send OP_RETURN transaction:
  • send max:

Spec Litecoin (5)

  • move ~50%:
  • optimize-size:
  • send 1 utxo:
  • send OP_RETURN transaction:
  • send max:

Spec Qtum (5)

  • move ~50%:
  • optimize-size:
  • send 1 utxo:
  • send OP_RETURN transaction:
  • send max:

Spec ZCash (5)

  • move ~50%:
  • optimize-size:
  • send 1 utxo:
  • send OP_RETURN transaction:
  • send max:

Spec Horizen (5)

  • move ~50%:
  • optimize-size:
  • send 1 utxo:
  • send OP_RETURN transaction:
  • send max:

Spec Decred (5)

  • move ~50%:
  • optimize-size:
  • send 1 utxo:
  • send OP_RETURN transaction:
  • send max:
Portfolio ($0.00) – Details of the 13 currencies
Spec (accounts) State Remaining Runs (est) funds?
Bitcoin (0) 0 ops , 🤷‍♂️ ``
Bitcoin Testnet (0) 0 ops , 🤷‍♂️ ``
Bitcoin Cash (0) 0 ops , 🤷‍♂️ ``
Bitcoin Gold (0) 0 ops , 🤷‍♂️ ``
Dash (0) 0 ops , 🤷‍♂️ ``
Digibyte (0) 0 ops , 🤷‍♂️ ``
DogeCoin (0) 0 ops , 🤷‍♂️ ``
Komodo (0) 0 ops , 🤷‍♂️ ``
Litecoin (0) 0 ops , 🤷‍♂️ ``
Qtum (0) 0 ops , 🤷‍♂️ ``
ZCash (0) 0 ops , 🤷‍♂️ ``
Horizen (0) 0 ops , 🤷‍♂️ ``
Decred (0) 0 ops , 🤷‍♂️ ``

Performance ⏲ 57.2s

Time spent for each spec: (total across mutations)

Spec (accounts) preload scan re-sync tx status sign op broadcast test destination test
TOTAL 5ms N/A N/A N/A N/A N/A N/A N/A
Bitcoin (0) 0.49ms N/A N/A N/A N/A N/A N/A N/A
Bitcoin Testnet (0) 0.14ms N/A N/A N/A N/A N/A N/A N/A
Bitcoin Cash (0) 0.20ms N/A N/A N/A N/A N/A N/A N/A
Bitcoin Gold (0) 0.20ms N/A N/A N/A N/A N/A N/A N/A
Dash (0) 0.16ms N/A N/A N/A N/A N/A N/A N/A
Digibyte (0) 0.17ms N/A N/A N/A N/A N/A N/A N/A
DogeCoin (0) 0.22ms N/A N/A N/A N/A N/A N/A N/A
Komodo (0) 2.66ms N/A N/A N/A N/A N/A N/A N/A
Litecoin (0) 0.17ms N/A N/A N/A N/A N/A N/A N/A
Qtum (0) 0.17ms N/A N/A N/A N/A N/A N/A N/A
ZCash (0) 0.22ms N/A N/A N/A N/A N/A N/A N/A
Horizen (0) 0.19ms N/A N/A N/A N/A N/A N/A N/A
Decred (0) 0.18ms N/A N/A N/A N/A N/A N/A N/A

What is the bot and how does it work? Everything is documented here!

Please sign in to comment.