We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f90ed1f commit 4ad9ca6Copy full SHA for 4ad9ca6
.github/workflows/pr.yml
@@ -234,6 +234,18 @@ jobs:
234
kepler_tag: release-0.7.11
235
additional_opts: " DB"
236
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
+
249
verify_model_training_script:
250
runs-on: ubuntu-latest
251
steps:
0 commit comments