Skip to content

Commit

Permalink
remove benchmark action, will add in separate PR
Browse files Browse the repository at this point in the history
  • Loading branch information
Pacman99 authored and zeme-wana committed Nov 29, 2022
1 parent 42d685f commit 58795ad
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 25 deletions.
7 changes: 3 additions & 4 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Expand Up @@ -57,7 +57,7 @@
inputs.nixpkgs.follows = "nixpkgs";
};
tullia = {
url = "github:input-output-hk/tullia/gh-comment";
url = "github:input-output-hk/tullia";
inputs.nixpkgs.follows = "nixpkgs";
};
};
Expand Down
21 changes: 3 additions & 18 deletions nix/cells/cloud/actions.nix
@@ -1,7 +1,7 @@
{ cell
, inputs
}: {
/* "plutus/ci" = {
"plutus/ci" = {
task = "ci";
io = ''
// This is a CUE expression that defines what events trigger a new run of this action.
Expand All @@ -18,23 +18,9 @@
{ #lib.io.github_pr, github, #target_default: false },
]
'';
};*/

"plutus/benchmark" = {
task = "benchmark";
io = ''
// Two inputs need to match: PR sync event & issue comment creation event
#lib.io.github_pr_comment & {
#target: "zeme-iohk/benchmarking"
#input: "${cell.library.actions.benchmark.commentInput}"
#prInput: "${cell.library.actions.benchmark.prInput}"
#repo: "input-output-hk/plutus"
#comment: "^/benchmark .+"
}
'';
};

/*"plutus/publish-documents" = {
"plutus/publish-documents" = {
task = "publish-documents";
io = ''
let push = {
Expand All @@ -54,6 +40,5 @@
}
}
'';
};*/

};
}
2 changes: 0 additions & 2 deletions nix/cells/cloud/library.nix
Expand Up @@ -3,8 +3,6 @@
}: {
actions = {
ci.input = "GitHub event";
benchmark.commentInput = "GitHub comment";
benchmark.prInput = "GitHub pr";
documents.input = "GitHub push";
};
}

0 comments on commit 58795ad

Please sign in to comment.