Skip to content
This repository was archived by the owner on Feb 26, 2023. It is now read-only.

Commit 57d5334

Browse files
committed
refactor: Only run chart tests on tagged branches
1 parent 7d71500 commit 57d5334

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.gitlab-ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,22 +349,30 @@ dhcpdd:chartTestsAMD64:
349349
stage: dhcpdd:chartIntegrationTest
350350
script:
351351
- dibs -chartTests -target dhcpdd-linux -platform linux/amd64 -docker
352+
only:
353+
- tags
352354
# dhcpdd:chartTestsARM64:
353355
# <<: *dibsJob
354356
# stage: dhcpdd:chartIntegrationTest
355357
# script:
356358
# - dibs -chartTests -target dhcpdd-linux -platform linux/arm64 -docker
359+
# only:
360+
# - tags
357361

358362
dhclientd:chartTestsAMD64:
359363
<<: *dibsJob
360364
stage: dhclientd:chartIntegrationTest
361365
script:
362366
- dibs -chartTests -target dhclientd-linux -platform linux/amd64 -docker
367+
only:
368+
- tags
363369
# dhclientd:chartTestsARM64:
364370
# <<: *dibsJob
365371
# stage: dhclientd:chartIntegrationTest
366372
# script:
367373
# - dibs -chartTests -target dhclientd-linux -platform linux/arm64 -docker
374+
# only:
375+
# - tags
368376

369377
# Build and push chart
370378
dhcpdd:buildAndPushChart:

0 commit comments

Comments
 (0)