Skip to content

Conversation

@mergify
Copy link
Contributor

@mergify mergify bot commented Jun 4, 2025


Since in a later step we are creating a multi arch build, my understanding is that tagging each build independently can cause a race condition on dockerhub's side.

Since we are seeing single architecture builds on dockerhub, this will hopefully fix it.

PR checklist

  • Tests written/updated
  • Changelog entry added in .changelog (we use unclog to manage our changelog)
  • Updated relevant documentation (docs/ or spec/) and code comments

This is an automatic backport of pull request #5173 done by [Mergify](https://mergify.com).

---

Since in a later step we are creating a multi arch build, my
understanding is that tagging each build independently can cause a race
condition on dockerhub's side.

Since we are seeing single architecture builds on dockerhub, this will
hopefully fix it.

#### PR checklist

- [ ] Tests written/updated
- [ ] Changelog entry added in `.changelog` (we use
[unclog](https://github.com/informalsystems/unclog) to manage our
changelog)
- [ ] Updated relevant documentation (`docs/` or `spec/`) and code
comments

(cherry picked from commit 574e9ad)
@mergify mergify bot requested review from a team as code owners June 4, 2025 20:10
@ironbird-prod
Copy link

ironbird-prod bot commented Jun 4, 2025

Ironbird - launch a network To use Ironbird, you can use the following commands:
  • /ironbird start OR /ironbird start --load-test-config= - Launch a testnet with the specified chain and load test configuration.
  • /ironbird chains - List of chain images that ironbird can use to spin-up testnet
  • /ironbird loadtests - List of load test modes that ironbird can run against testnet
Custom Load Test Configuration You can provide a custom load test configuration using the `--load-test-config=` flag:
/ironbird start cosmos --load-test-config={
  "block_gas_limit_target": 0.75,
  "num_of_blocks": 50,
  "msgs": [
    {"weight": 0.3, "type": "MsgSend"},
    {"weight": 0.3, "type": "MsgMultiSend"},
	{"weight": 0.4, "type": "MsgArr", "ContainedType": "MsgSend", "NumMsgs": 3300}
  ]
}

Use /ironbird loadtests to see more examples.

@mergify mergify bot merged commit 702238c into v0.38.x Jun 4, 2025
18 checks passed
@mergify mergify bot deleted the mergify/bp/v0.38.x/pr-5173 branch June 4, 2025 20:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants