Skip to content
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
55 changes: 55 additions & 0 deletions images.json
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,61 @@
"additional-tests": []
}
},
{
"tag": "nightly-tracy",
"events": [
"push",
"schedule"
],
"config": {
"protocol_version_default": 24
},
"deps": [
{
"name": "xdr",
"repo": "stellar/rs-stellar-xdr",
"ref": "main"
},
Comment on lines +251 to +255
Copy link
Member

Choose a reason for hiding this comment

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

If you add the inherits field and inherit from the nightly image, then you can leave out all the dependencies except for core, and you can also leave out the config block as well.

{
"name": "core",
"repo": "stellar/stellar-core",
"ref": "master",
"options": {
"configure_flags": "--enable-tracy --enable-tracy-capture --enable-tracy-csvexport"
}
},
{
"name": "rpc",
"repo": "stellar/stellar-rpc",
"ref": "main"
},
{
"name": "horizon",
"repo": "stellar/stellar-horizon",
"ref": "main",
"options": {
"pkg": "github.com/stellar/stellar-horizon"
}
},
{
"name": "friendbot",
"repo": "stellar/friendbot",
"ref": "main",
"options": {
"pkg": "github.com/stellar/friendbot"
}
},
{
"name": "lab",
"repo": "stellar/laboratory",
"ref": "main"
}
],
"tests": {
"continue-on-error": true,
"additional-tests": []
}
},
{
"tag": "nightly-next",
"events": [
Expand Down