Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ethereum-package
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vicotor
ethereum-package
Commits
cab694a5
Unverified
Commit
cab694a5
authored
Nov 01, 2024
by
Rafael Matias
Committed by
GitHub
Nov 01, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: run latest kurtosis version again on CI (#823)
parent
08ce034e
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1 addition
and
4 deletions
+1
-4
action.yaml
.github/actions/kurtosis-install/action.yaml
+1
-1
nightly.yml
.github/workflows/nightly.yml
+0
-1
per-pr.yml
.github/workflows/per-pr.yml
+0
-1
run-k8s.yml
.github/workflows/run-k8s.yml
+0
-1
No files found.
.github/actions/kurtosis-install/action.yaml
View file @
cab694a5
...
...
@@ -3,7 +3,7 @@ inputs:
version
:
description
:
'
Version
to
install'
required
:
false
default
:
'
1.3.1
'
default
:
'
latest
'
runs
:
using
:
composite
steps
:
...
...
.github/workflows/nightly.yml
View file @
cab694a5
...
...
@@ -72,7 +72,6 @@ jobs:
-
name
:
Kurtosis Assertoor GitHub Action
uses
:
ethpandaops/kurtosis-assertoor-github-action@v1
with
:
kurtosis_version
:
"
1.3.1"
kurtosis_extra_args
:
"
--image-download
always
--non-blocking-tasks
--verbosity
DETAILED"
ethereum_package_branch
:
"
"
ethereum_package_args
:
.github/tests/mix-assert.yaml
...
...
.github/workflows/per-pr.yml
View file @
cab694a5
...
...
@@ -73,7 +73,6 @@ jobs:
-
name
:
Kurtosis Assertoor GitHub Action
uses
:
ethpandaops/kurtosis-assertoor-github-action@v1
with
:
kurtosis_version
:
"
1.3.1"
ethereum_package_url
:
"
."
ethereum_package_branch
:
"
"
ethereum_package_args
:
.github/tests/mix-assert.yaml
.github/workflows/run-k8s.yml
View file @
cab694a5
...
...
@@ -38,7 +38,6 @@ jobs:
id
:
testnet
uses
:
ethpandaops/kurtosis-assertoor-github-action@v1
with
:
kurtosis_version
:
"
1.3.1"
kurtosis_extra_args
:
"
--image-download
always
--non-blocking-tasks
--verbosity
DETAILED"
kurtosis_backend
:
"
kubernetes"
kubernetes_config
:
"
${{
steps.kubeconfig.outputs.kubeconfig
}}"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment