Updates for running IPLD-ETH CI tests #414

Merged
telackey merged 8 commits from roy/ipld-eth-ci into main 2023-05-31 08:10:59 +00:00
Member

A few patches needed to make this work in CI for our IPLD-ETH projects, e.g. on https://github.com/cerc-io/ipld-eth-server/pull/238.

May resolve https://github.com/cerc-io/stack-orchestrator/issues/416

A few patches needed to make this work in CI for our IPLD-ETH projects, e.g. on https://github.com/cerc-io/ipld-eth-server/pull/238. May resolve https://github.com/cerc-io/stack-orchestrator/issues/416
telackey reviewed 2023-05-28 09:29:58 +00:00
dboreham reviewed 2023-05-29 13:38:54 +00:00
dboreham left a comment
Owner

I don't see -modern images for lcli (only for lighthouse) : https://hub.docker.com/r/sigp/lcli/tags

I don't see -modern images for lcli (only for lighthouse) : https://hub.docker.com/r/sigp/lcli/tags
Author
Member

Yeah, seems lcli is always published with PORTABLE=true

Yeah, seems lcli is always published with [PORTABLE=true](https://github.com/sigp/lighthouse/blob/c547a11b0da48db6fdd03bca2c6ce2448bbcc3a9/.github/workflows/docker.yml#L145)
dboreham requested changes 2023-05-30 12:02:38 +00:00
@ -1,4 +1,5 @@
FROM sigp/lighthouse:v4.1.0-modern
ARG TAG_SUFFIX="-modern"
FROM sigp/lighthouse:v4.1.0${TAG_SUFFIX}
Owner

Remove -modern suffix default since that tag isn't used for this image?

Remove `-modern` suffix default since that tag isn't used for this image?
@ -5,3 +5,3 @@
fi
set -e
echo "Running stack-orchestrator Ethereum fixturenet test"
Owner

set -e was necessary, no?

`set -e` was necessary, no?
roysc reviewed 2023-05-30 12:14:24 +00:00
@ -5,3 +5,3 @@
fi
set -e
echo "Running stack-orchestrator Ethereum fixturenet test"
Author
Member

Already set on line 2 :)

Already set on line 2 :)
dboreham reviewed 2023-05-30 12:15:40 +00:00
@ -5,3 +5,3 @@
fi
set -e
echo "Running stack-orchestrator Ethereum fixturenet test"
Owner

The magic of context diffs without enough context ;)

The magic of context diffs without enough context ;)
roysc reviewed 2023-05-30 12:22:47 +00:00
@ -1,4 +1,5 @@
FROM sigp/lighthouse:v4.1.0-modern
ARG TAG_SUFFIX="-modern"
FROM sigp/lighthouse:v4.1.0${TAG_SUFFIX}
Author
Member

Not sure I follow - this currently uses modern, should we default to not using it?

Not sure I follow - this currently uses `modern`, should we default to not using it?
dboreham reviewed 2023-05-30 12:26:05 +00:00
@ -1,4 +1,5 @@
FROM sigp/lighthouse:v4.1.0-modern
ARG TAG_SUFFIX="-modern"
FROM sigp/lighthouse:v4.1.0${TAG_SUFFIX}
Owner

Bah, looking at the wrong image. I thought this was lcli.

Bah, looking at the wrong image. I thought this was lcli.
dboreham approved these changes 2023-05-30 12:27:16 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cerc-io/stack-orchestrator#414
No description provided.