Skip to content

Commit

Permalink
Create ssampletest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Prabhatkumar59 authored Aug 22, 2024
1 parent 0473039 commit 70d64b7
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .github/workflows/ssampletest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
name: 3.3.x | Framework Smoke Tests | Webmvc Tomcat
on:
schedule:
- cron : '10 0 * * *'
workflow_dispatch:
jobs:
webmvc_tomcat_test:
name: Webmvc Tomcat Test
uses: ./.github/workflows/smoke-test.yml
secrets: inherit
with:
checkout_repository: spring-projects/spring-lifecycle-smoke-tests
checkout_ref: main
project: framework:webmvc-tomcat
task: test
webmvc_tomcat_app_test:
name: Webmvc Tomcat App Test
uses: ./.github/workflows/smoke-test.yml
secrets: inherit
with:
checkout_repository: spring-projects/spring-lifecycle-smoke-tests
checkout_ref: main
project: framework:webmvc-tomcat
task: appTest
webmvc_tomcat_checkpoint_restore_app_test:
name: Webmvc Tomcat Checkpoint Restore App Test
uses: ./.github/workflows/smoke-test.yml
secrets: inherit
with:
checkout_repository: spring-projects/spring-lifecycle-smoke-tests
checkout_ref: main
project: framework:webmvc-tomcat
task: checkpointRestoreAppTest

0 comments on commit 70d64b7

Please sign in to comment.