File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -234,6 +234,18 @@ jobs:
234234 kepler_tag : release-0.7.11
235235 additional_opts : " DB"
236236
237+ integration-test-with-latest :
238+ needs : [check-secret, check-branch, check-change, base-image]
239+ if : always()
240+ uses : ./.github/workflows/integration-test.yml
241+ with :
242+ base_change : ${{ needs.check-change.outputs.base }}
243+ docker_secret : ${{ needs.check-secret.outputs.docker-secret }}
244+ image_repo : ${{ vars.IMAGE_REPO || 'docker.io/library' }}
245+ image_tag : ${{ needs.check-branch.outputs.tag }}
246+ kepler_tag : latest
247+ additional_opts : " DB"
248+
237249 verify_model_training_script :
238250 runs-on : ubuntu-latest
239251 steps :
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ wait_for_keyword() {
9191 if grep -q " $keyword " <<< $( get_${component} _log ); then
9292 return
9393 fi
94- sleep 5
94+ sleep 10
9595 done
9696
9797 echo " timeout ${num_iterations} s waiting for '${keyword} ' from ${component} log"
You can’t perform that action at this time.
0 commit comments