-
Notifications
You must be signed in to change notification settings - Fork 0
/
.user-jobs.yml
45 lines (40 loc) · 957 Bytes
/
.user-jobs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
.tag-hog: &tag-hog
tags:
- hog
.tag-sr: &tag-sr
tags:
- docker
.only-default: &only-default
only:
refs:
- merge_requests
- master # or name of the default official branch
except:
variables:
- $CI_COMMIT_REF_NAME =~ /^test\/.*$/i
- $CI_MERGE_REQUEST_TITLE =~ /^Draft:.*$/ && $CI_COMMIT_MESSAGE !~ /^RESOLVE_WIP:/
etroc-sim-job:
variables:
GIT_STRATEGY: clone
<<: *only-default
<<: *tag-hog
stage: user_pre
script: "make -C src/etroc"
# dataformat-update-job:
# variables:
# GIT_STRATEGY: clone
# <<: *only-default
# <<: *tag-hog
# stage: user_pre
# script:
# - make -C src/etroc/configs && git diff --exit-code
registers-update-job:
variables:
GIT_STRATEGY: clone
<<: *only-default
<<: *tag-hog
stage: user_pre
script:
- git submodule update --init regmap
- make reg
- git checkout registers/ipbus_decode_etl_test_fw.vhd && git diff --exit-code