File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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+
349355publish-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
490496check_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
762769test_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
771779test_ssi_smoke :
772780 extends : .test_job
781+ needs : [build_tests, check_knopflerfish_reachable]
773782 rules : *master_only
774783 variables :
775784 GRADLE_TARGET : " stageMainDist :smokeTest"
You can’t perform that action at this time.
0 commit comments