https://gitlab.com/tezos/tezos

sort by:
Revision Author Date Message Commit Date
eb86eda CI: Generate [before_merging] pipeline 07 February 2024, 13:59:03 UTC
6d7acf2 CI: generate [unified_coverage-before_merging] 07 February 2024, 13:54:28 UTC
7836611 CI: refactor, remove superfluous need from [oc.unified_coverage] This job is listed twice. 07 February 2024, 13:54:28 UTC
db67b38 CI: refactor, extract [changes:] from [oc.unified_coverage] and align The intent of the rule on the [unified_coverage] is to run it when any of its dependencies run, namely tezt and unit jobs. The latter jobs have the [.rules__octez_changes] template. However, the [changes:] list of [unified_coverage] does not align. We need to add an extra condition to stop marge-bot from running this job. For this reason we need to create a new template. 07 February 2024, 13:54:28 UTC
6f585cf CI: generate job [test_kernels] 07 February 2024, 13:54:28 UTC
3b2dde6 CI: refactor, specify [when:] in [test_kernels] and simpler [cache:] [when: on_success] is the default, but we usually write it out. Since there is only one [cache:], we use the simple form. 07 February 2024, 13:54:27 UTC
32d7520 CI: refactor, apply [.default_settings_template] to [test_kernels] 07 February 2024, 13:54:27 UTC
ecdc279 CI: refactor, remove job [tezt:build-long] subsumed by [ocaml-check] [tezt:build-long] runs [dune build @tezt/long_tests/check] where as [ocaml-check] runs [dune build @check] which includes the former. 07 February 2024, 13:54:27 UTC
36ea39f Scripts: remove old custom pre-commit hook 07 February 2024, 13:54:27 UTC
333a436 CI: generate [documentation:build_all] 07 February 2024, 13:54:26 UTC
cc67463 CI: refactor, move [documentation:build_all] to [doc] stage This makes sense base on the fact that it is stored in the folder [.gitlab/jobs/doc]. It might have been put in the [build] stage at some point for ordering reasons, but they no longer apply since the job has [needs: [trigger]]. 07 February 2024, 13:54:26 UTC
ed9cba5 CI: generate all [tezt] jobs 07 February 2024, 13:54:26 UTC
e4f7eb4 CI: refactor, add stage [test] explicitly to [tezt:static-binaries] 07 February 2024, 13:54:25 UTC
b3eaa3c CI: generate [oc.test-liquidity-baking-scripts] 07 February 2024, 13:54:25 UTC
9dea0fc CI: refactor [oc.test-liquidity-baking-scripts.yml], remove coverage, retry 07 February 2024, 13:54:25 UTC
ec3699b CI: generate [oc.script:b58_prefix] 07 February 2024, 13:54:25 UTC
ad61089 CI: generate [oc.script:test_release_versions] 07 February 2024, 13:54:24 UTC
31dbf64 CI: refactor [oc.script:test_release_versions], remove coverage, retry 07 February 2024, 13:54:24 UTC
307ecb8 CI: generate [oc.script:oc.script:test-gen-genesis] 07 February 2024, 13:54:24 UTC
89d9ef6 CI: generate [oc.script:snapshot_alpha_and_link.yml] 07 February 2024, 13:54:24 UTC
f70e72f CI: refactor, split [oc.script.yml] 07 February 2024, 13:54:23 UTC
573ee7f CI: generate [oc.integration:compiler-rejections] 07 February 2024, 13:54:23 UTC
c8cf856 CI: generate unit tests 07 February 2024, 13:54:23 UTC
d79615c CI: remove unused coverage variables for [tezt_flaky] 07 February 2024, 13:54:22 UTC
c4d27bc CI: improve implementation of coverage in the CI This refactoring makes sure the variables [BISECT_FILE], [SLACK_COVERAGE_CHANNEL] and [COVERAGE_OPTIONS] is only set where required: - [COVERAGE_OPTIONS] should be set in jobs that builds instrumented binaries for testing: build and unit tests jobs. - [BISECT_FILE] should be set in jobs that produce or consume traces (test jobs and coverage report production). - [SLACK_COVERAGE_CHANNEL] should be set in jobs that produce coverage reports from traces (i.e. [unified_coverage]). 07 February 2024, 13:54:22 UTC
cc31212 CI: refactor, re-order jobs in [oc.unit] to group ocaml unit tests 07 February 2024, 13:54:22 UTC
1622ac7 CI: remove coverage, artifacts from [oc.unit:webassembly-x86_64] This job does not need coverage instrumentation, nor does it need to store any artifacts. 07 February 2024, 13:54:22 UTC
74250d7 CI: remove coverage, artifacts from [oc.unit:js_components] This job does not need coverage instrumentation, nor does it need to store any artifacts. 07 February 2024, 13:54:21 UTC
2092895 CI: remove coverage, artifacts, retry from [oc.unit:protocol_compiles] This job does not need coverage instrumentation, nor does it need to store any artifacts. It is not flaky and should not have retry. 07 February 2024, 13:54:21 UTC
1876886 CI: generate [oc.semgrep] 07 February 2024, 13:54:21 UTC
e0ada59 CI: generate [misc_opam_checks] 07 February 2024, 13:54:21 UTC
c291267 CI: refactor [misc_opam_checks], remove coverage instrumentation We keep [retry: 2] from [.test_template] as this job is known to be flaky. 07 February 2024, 13:54:20 UTC
ba2287b CI: turn off [allow_failure] for [misc_opam_checks] Closes #6604. The ocamlfind issue was resolved long ago. 07 February 2024, 13:54:20 UTC
c605073 CI: generate [oc.check_lift_limits_patch] 07 February 2024, 13:54:20 UTC
d48b8cc CI: refactor [oc.check_lift_limits_patch], remove coverage, retry This job does not need coverage instrumentation. By removing the [.test_template] extension we no longer have to overwrite [retry:]. 07 February 2024, 13:54:19 UTC
3041fe5 CI: generate [kaitai_e2e_checks] 07 February 2024, 13:54:19 UTC
e00c098 CI: refactor [kaitai_e2e_checks], remove retry, add stage This job does not extend [retry:] from anywhere so this clause can be removed. Although [test] is the default stage in GitLab CI, we usually make this explicit. 07 February 2024, 13:54:19 UTC
eb7c51a CI: generate [kaitai_checks] 07 February 2024, 13:54:19 UTC
92d2c92 CI: refactor, [kaitai_checks]: remove coverage info, fix [needs:] There is no need to instrument for coverage in this job, and by removing [test_template] we omit the overwrite of [retry]. The [needs:] clause was given twice. As the job downloads no dependencies from [oc.build_x86_64-released], seems the correct value is [trigger]. 07 February 2024, 13:54:18 UTC
6e31001 CI: generate [commit_titles] 07 February 2024, 13:54:18 UTC
44ff594 CI: reorder [{before_,,after_}script] 07 February 2024, 13:54:18 UTC
77426fd CI: generate [oc.misc-checks] 07 February 2024, 13:54:18 UTC
7aa9ef4 CI: refactor, fix [before_script] ordering in [oc.misc_checks.yml] Changes the order to follow the guideline in [.gitlab/ci/README.md]. 07 February 2024, 13:54:17 UTC
dcc726c CI: refactor, split [jobs/test/misc_checks.yml] into separate files 07 February 2024, 13:54:17 UTC
7412d89 todo notes 07 February 2024, 13:54:17 UTC
04ecf77 CI: simplify regexp for [Rules.has_mr_label] 07 February 2024, 13:53:06 UTC
39bc318 WIP generate manual bin_packages 07 February 2024, 13:53:06 UTC
73b2632 CI: refactor, align [dnf] packages in [rpm] jobs Changes the set of packages downloaded in [oc.build:rpm:amd64] of [bin_packages_manual.yml] to ensure they correspond to those downloaded in the same version of the job in [bin_packages.yml]. 07 February 2024, 13:53:06 UTC
31c818b CI: refactor, remove superflous rustup download This is already done in the [script] section of [.bin_packages_common] this job extends (compare with the other [bin_package] jobs). 07 February 2024, 13:53:05 UTC
65dfa5a CI: refactor, remove [build_get_contracts] subsumed by [ocaml-check] [build_get_contracts] runs [dune build devtools/get_contracts/@check] where as [ocaml-check] runs [dune build @check] which includes the former. 07 February 2024, 13:53:05 UTC
8d84944 CI: generate [ocaml-check] 07 February 2024, 13:53:05 UTC
548b78e CI: refactor, remove unused variables and artifacts from [ocaml-check] 07 February 2024, 13:53:04 UTC
0e0ffae CI: generate job [docker:hadolint] 07 February 2024, 13:53:04 UTC
4aa81b4 CI: generate job [sanity_ci] 07 February 2024, 13:53:04 UTC
5059ea0 CI: generate [documentation:linkcheck] 07 February 2024, 13:53:04 UTC
e81cbed CI: add [job_tezt] and generate [tezt_flaky] 07 February 2024, 13:53:03 UTC
406904d CI: refactor, print Tezt variables more consistently In addition, this format allows easier copy-pasting to a terminal for recreating the execution. 07 February 2024, 13:53:03 UTC
0050e4a CI: generate [oc.build_x86_64] jobs 07 February 2024, 13:53:03 UTC
d2487d5 CI: generate install test jobs 07 February 2024, 13:53:03 UTC
af5efb4 CI: generate [oc.fetch-records.yml] 07 February 2024, 13:53:02 UTC
e3f7813 CI: generate [oc.build_kernels.yml] 07 February 2024, 13:53:02 UTC
8b8e840 CI-in-OCaml: refactor code for adding variables 07 February 2024, 13:53:02 UTC
08ec019 CI: generate opam package test jobs 07 February 2024, 13:53:01 UTC
594d397 CI-in-OCaml: add function for writing sets of jobs to external file 07 February 2024, 13:53:01 UTC
5008500 Manifest: write opam packages to test to [script-inputs] 07 February 2024, 13:53:01 UTC
7073060 CI-in-OCaml: add target [docker-all] for building through Docker 07 February 2024, 13:53:01 UTC
e8312fa CI: generate [publish:documentation.yml] 07 February 2024, 13:53:00 UTC
2aa5147 CI: generate [oc.unified_coverage-default.yml] 07 February 2024, 13:53:00 UTC
0042932 CI: generate build_arm64 jobs 07 February 2024, 13:53:00 UTC
c9f5c29 CI: generate [*release_tag(_test)] pipelines 07 February 2024, 13:53:00 UTC
4c50f27 CI: generate jobs [docker:merge_manifests] 07 February 2024, 13:52:59 UTC
8305186 CI: generate Docker build jobs 07 February 2024, 13:52:59 UTC
51df47a CI: generate static binary build jobs 07 February 2024, 13:52:59 UTC
66feaf3 CI-in-OCaml: allow the registration of external jobs 07 February 2024, 13:52:58 UTC
09929f5 CI: generate [latest_release] and [latest_release_test] pipelines 07 February 2024, 13:52:58 UTC
f589a32 fixup! tmp: add special handling for [trigger] in dependency analysis 07 February 2024, 13:52:58 UTC
2c86428 CI-in-OCaml: can write generated pipelines with simple dependency check 07 February 2024, 13:52:58 UTC
1ebe19d fixup! better errors in tezos_ci.ml 07 February 2024, 13:52:57 UTC
9e822dd CI-in-OCaml: allow [Staged] jobs with artifact dependencies 07 February 2024, 13:52:57 UTC
bbbdf28 fixup! add a warning if the gitlab [needs:] limit is exceeded 07 February 2024, 13:52:57 UTC
beb3aee fixup! add kasprintf failwith helper 07 February 2024, 13:38:00 UTC
1a68393 fixup! add a printer for [Failure]s 26 January 2024, 13:31:20 UTC
66c0c57 fixup! handle [parallel:] jobs in [Tezos_ci.job] 26 January 2024, 13:31:20 UTC
ad92367 fixup! add [range] to [base.ml] 26 January 2024, 13:31:19 UTC
f1ff2fe fixup! CI-in-OCaml: add optional dependencies 24 January 2024, 13:40:31 UTC
1f32f06 fixup! CI-in-OCaml: a jobs [allow_failure] allow [With_exit_codes] 24 January 2024, 13:40:30 UTC
cd6db80 fixup! more explicit handling of manual, blocking jobs 24 January 2024, 13:40:30 UTC
c101b87 fixup! move [generation_header] to [Tezos_ci.generation_header] 24 January 2024, 13:40:30 UTC
d25b722 fixup! [Tezos_ci.job] complain if [~rules] and [~when] are combined 24 January 2024, 13:40:29 UTC
c59cfbd fixup! the when: field of jobs cannot be never 24 January 2024, 13:40:29 UTC
e796707 fixup! spelling error 24 January 2024, 13:40:28 UTC
6d4045e fixup! [Rules.has_mr_label] missing word 24 January 2024, 13:40:28 UTC
7505bbe CI: add [If.not], clean up the rules for release_tag pipelines 24 January 2024, 13:40:28 UTC
cc2995d Apply 1 suggestion(s) to 1 file(s) 24 January 2024, 13:40:27 UTC
3f79615 fixup! put [start_in] in [Delayed] 24 January 2024, 13:40:27 UTC
3e6500f fixup! clarify [arch] and [tags] in [jobs] 24 January 2024, 13:40:26 UTC
d05b499 fixup! improve [retry] error message 24 January 2024, 13:40:26 UTC
211c835 fixup! document [Util.reports] 24 January 2024, 13:40:25 UTC
43629ee fixup! Clarify the [coverage:] fields in jobs 24 January 2024, 13:40:25 UTC
d52cc67 fixup! remove commented out [let var] 24 January 2024, 13:40:25 UTC
back to top