-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into add-install-script
- Loading branch information
Showing
15 changed files
with
621 additions
and
120 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,6 +28,11 @@ jobs: | |
with: | ||
version: ${{ env.KURTOSIS_VERSION }} | ||
|
||
- name: Cache Docker images | ||
uses: ScribeMD/[email protected] | ||
with: | ||
key: docker-${{ runner.os }}-${{ hashFiles('Makefile', 'examples', 'src/config/default_config.yaml') }} | ||
|
||
- name: Run Package with default args | ||
run: | | ||
kurtosis run ./kurtosis_package | ||
|
@@ -50,6 +55,11 @@ jobs: | |
with: | ||
version: ${{ env.KURTOSIS_VERSION }} | ||
|
||
- name: Cache Docker images | ||
uses: ScribeMD/[email protected] | ||
with: | ||
key: docker-${{ runner.os }}-${{ hashFiles('Makefile', 'examples', 'src/config/default_config.yaml') }} | ||
|
||
- name: Run example '${{ matrix.example }}' | ||
run: make ${{ matrix.example }} | ||
|
||
|
@@ -66,6 +76,11 @@ jobs: | |
with: | ||
version: ${{ env.KURTOSIS_VERSION }} | ||
|
||
- name: Cache Docker images | ||
uses: ScribeMD/[email protected] | ||
with: | ||
key: docker-${{ runner.os }}-${{ env.KURTOSIS_VERSION }} | ||
|
||
- name: Kurtosis Lint | ||
run: make kurtosis_lint | ||
|
||
|
@@ -120,6 +135,11 @@ jobs: | |
with: | ||
go-version: ${{ env.GO_VERSION }} | ||
|
||
- name: Cache Docker images | ||
uses: ScribeMD/[email protected] | ||
with: | ||
key: docker-${{ runner.os }}-${{ hashFiles('Makefile', 'examples', 'src/config/default_config.yaml') }} | ||
|
||
- name: Run go test | ||
run: make test | ||
|
||
|
@@ -144,14 +164,19 @@ jobs: | |
|
||
- name: Install devnet | ||
run: make install | ||
|
||
|
||
- name: Cache Docker images | ||
uses: ScribeMD/[email protected] | ||
with: | ||
key: docker-${{ runner.os }}-a294978-${{ hashFiles('examples/eigenda.yaml') }} | ||
|
||
- name: Checkout EigenDA repo | ||
uses: actions/checkout@v4 | ||
with: | ||
repository: Layr-Labs/eigenda | ||
path: eigenda/ | ||
ref: a294978e346fe9d7ede0f1a57012c36f64f1212a | ||
|
||
- name: Download SRS points | ||
run: | | ||
cd eigenda/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.