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
Owner

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
dboreham left a comment
Contributor

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
Owner

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)
@@ -1,4 +1,5 @@
FROM sigp/lighthouse:v4.1.0-modern
ARG TAG_SUFFIX="-modern"
FROM sigp/lighthouse:v4.1.0${TAG_SUFFIX}
Contributor

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"
Contributor

set -e was necessary, no?

`set -e` was necessary, no?
@@ -5,3 +5,3 @@
fi
set -e
echo "Running stack-orchestrator Ethereum fixturenet test"
Author
Owner

Already set on line 2 :)

Already set on line 2 :)
@@ -5,3 +5,3 @@
fi
set -e
echo "Running stack-orchestrator Ethereum fixturenet test"
Contributor

The magic of context diffs without enough context ;)

The magic of context diffs without enough context ;)
@@ -1,4 +1,5 @@
FROM sigp/lighthouse:v4.1.0-modern
ARG TAG_SUFFIX="-modern"
FROM sigp/lighthouse:v4.1.0${TAG_SUFFIX}
Author
Owner

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?
@@ -1,4 +1,5 @@
FROM sigp/lighthouse:v4.1.0-modern
ARG TAG_SUFFIX="-modern"
FROM sigp/lighthouse:v4.1.0${TAG_SUFFIX}
Contributor

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
This repo is archived. You cannot comment on pull requests.
3 Participants
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: cerc-io/stack-orchestrator#414