diff options
| author | Pierre-Marie Pédrot | 2020-08-24 14:34:37 +0200 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2020-08-24 15:03:55 +0200 |
| commit | bcde3d1726a1ffee3d39ef22e1d12d86c2842ece (patch) | |
| tree | 0252bc5538a06a4bfee281e232b5ebd8078b7aa8 /.gitlab-ci.yml | |
| parent | f42b28ed0cfd200395a4a32fd1ebe6a7f73a7ddb (diff) | |
Perform a few tweaks to make the bench script work properly.
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ed944366f1..3449d9547b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -939,14 +939,13 @@ bench: tags: - timing variables: + GIT_DEPTH: "" coq_pr_number: "" coq_pr_comment_id: "" new_ocaml_switch: "ocaml-base-compiler.4.07.1" old_ocaml_switch: "ocaml-base-compiler.4.07.1" new_coq_repository: "https://gitlab.com/coq/coq.git" old_coq_repository: "https://gitlab.com/coq/coq.git" - new_coq_commit: "$CI_COMMIT_SHA" - old_coq_commit: "master" new_coq_opam_archive_git_uri: "https://github.com/coq/opam-coq-archive.git" old_coq_opam_archive_git_uri: "https://github.com/coq/opam-coq-archive.git" new_coq_opam_archive_git_branch: "master" |
