Skip to content

Commit b5702e8

Browse files
committed
chore: Check knopflerfish reachability
1 parent aa7c70f commit b5702e8

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.gitlab-ci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,12 @@ populate_dep_cache:
346346
- GRADLE_TARGET: ":smokeTest"
347347
CACHE_TYPE: "smoke"
348348

349+
check_knopflerfish_reachable:
350+
image: ${BUILDER_IMAGE_REPO}:${BUILDER_IMAGE_VERSION_PREFIX}base
351+
stage: .pre
352+
script:
353+
- curl --fail -I https://resources.knopflerfish.org/repo/maven2/release/org/knopflerfish/kf6/framework/8.0.11/framework-8.0.11.pom
354+
349355
publish-artifacts-to-s3:
350356
image: registry.ddbuild.io/images/mirror/amazon/aws-cli:2.4.29
351357
stage: publish
@@ -489,6 +495,7 @@ check_inst:
489495

490496
check_smoke:
491497
extends: .check_job
498+
needs: [build, check_knopflerfish_reachable]
492499
parallel: 4
493500
variables:
494501
GRADLE_TARGET: ":smokeCheck"
@@ -761,6 +768,7 @@ test_debugger:
761768

762769
test_smoke:
763770
extends: .test_job
771+
needs: [build_tests, check_knopflerfish_reachable]
764772
variables:
765773
GRADLE_TARGET: "stageMainDist :smokeTest"
766774
GRADLE_PARAMS: "-PskipFlakyTests"
@@ -770,6 +778,7 @@ test_smoke:
770778

771779
test_ssi_smoke:
772780
extends: .test_job
781+
needs: [build_tests, check_knopflerfish_reachable]
773782
rules: *master_only
774783
variables:
775784
GRADLE_TARGET: "stageMainDist :smokeTest"

0 commit comments

Comments
 (0)