Skip to content

Commit

Permalink
Merge pull request #3181 from coq/test-tags
Browse files Browse the repository at this point in the history
Introduce tags for Inria GitLab CI.
  • Loading branch information
Zimmi48 authored Oct 16, 2024
2 parents ad48495 + 0b76465 commit c472754
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ before_script:

.opam-build:
stage: build
tags:
- ci.inria.fr
- medium
script: |
PR=${CI_COMMIT_REF_NAME##pr-};
echo "Github PR number: $PR";
Expand All @@ -48,6 +51,9 @@ before_script:
# Json
json-data:
stage: build
tags:
- ci.inria.fr
- medium
variables:
COMPILER: "4.11.2"
script: |
Expand All @@ -66,6 +72,9 @@ json-data:
# Lint
opam-lint:
stage: lint
tags:
- ci.inria.fr
- medium
variables:
COMPILER: "4.11.2"
script:
Expand Down

0 comments on commit c472754

Please sign in to comment.