Skip to content

Commit

Permalink
gitlab: add etl label & rule
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Aizman <[email protected]>
  • Loading branch information
alex-aizman committed Dec 12, 2023
1 parent d5c82e5 commit d274b0a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ test:short:python-etl:
except:
variables:
- $CI_MERGE_REQUEST_LABELS =~ /.*skip-ci.*/
- $CI_MERGE_REQUEST_LABELS !~ /.*python.*/
- $CI_MERGE_REQUEST_LABELS !~ /.*etl.*/
retry:
max: 2
when:
Expand Down Expand Up @@ -359,6 +359,7 @@ test:short:k8s:
variables:
- $CI_MERGE_REQUEST_LABELS =~ /.*skip-ci.*/
- $CI_MERGE_REQUEST_LABELS =~ /.*python-tests-only.*/
- $CI_MERGE_REQUEST_LABELS !~ /.*etl.*/
script:
- export NUM_TARGET=3
- export NUM_PROXY=3
Expand Down

0 comments on commit d274b0a

Please sign in to comment.