Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
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
exchain
nebula
Commits
7efa4e7c
Unverified
Commit
7efa4e7c
authored
Sep 16, 2024
by
Inphi
Committed by
GitHub
Sep 16, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
circleci: Enable mt-cannon in develop-fault-proofs (#11928)
parent
db10999f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
config.yml
.circleci/config.yml
+2
-4
No files found.
.circleci/config.yml
View file @
7efa4e7c
...
@@ -888,7 +888,7 @@ jobs:
...
@@ -888,7 +888,7 @@ jobs:
command
:
|
command
:
|
# Make sure the workspace is properly owned
# Make sure the workspace is properly owned
sudo chown -R $USER:$USER .
sudo chown -R $USER:$USER .
mkdir -p /tmp/test-results
mkdir -p /tmp/test-results
mkdir -p /tmp/testlogs
mkdir -p /tmp/testlogs
-
run
:
-
run
:
name
:
run tests
name
:
run tests
...
@@ -2123,9 +2123,7 @@ workflows:
...
@@ -2123,9 +2123,7 @@ workflows:
name
:
op-e2e-cannon-tests<< matrix.variant >>
name
:
op-e2e-cannon-tests<< matrix.variant >>
matrix
:
matrix
:
parameters
:
parameters
:
variant
:
[
"
"
]
variant
:
[
"
"
,
"
-mt-cannon"
]
# TODO(#11893): add mt-cannon to matrix once it's stable
#variant: ["", "-mt-cannon"]
module
:
op-e2e
module
:
op-e2e
target
:
test-cannon
target
:
test-cannon
parallelism
:
4
parallelism
:
4
...
...
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