Nabarun Gogoi
72f1abcdf6
* Add a script to deploy test records * Add checks for ApplicationDeploymentRecord and the deployment URL * Add a CI workflow to run the app deployment test * Update test deployment request record config * Add test for deployment removal * Update test deployment request record * Increase max retries * Add retries when checking if URL is up or down * Rename test script * Run webapp deployment test CI on PR * Remove unnecessary jq installation step from CI * Revert "Run webapp deployment test CI on PR" This reverts commit 01f373501a95b95cf0abc1dee8fed639ec62daf5. * Add a step for Slack alerts on a CI failure * Add a workflow dispatch for manual trigger * Update workflow title and remove trigger on main * Document deployment test setup --------- Co-authored-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
16 lines
579 B
YAML
16 lines
579 B
YAML
record:
|
|
type: ApplicationDeploymentRequest
|
|
version: '1.0.0'
|
|
name: deployment-test-app@0.1.24
|
|
application: crn://snowballtools/applications/deployment-test-app@0.1.24
|
|
dns: deployment-ci-test
|
|
config:
|
|
env:
|
|
CERC_TEST_WEBAPP_CONFIG1: "deployment test config 1"
|
|
CERC_TEST_WEBAPP_CONFIG2: "deployment test config 2"
|
|
CERC_WEBAPP_DEBUG: 0
|
|
meta:
|
|
note: Deployment test @ Thu 11 Apr 2024 07:29:19 AM UTC
|
|
repository: "https://github.com/snowball-tools-platform/test-progressive-web-app"
|
|
repository_ref: 05819619487a0d2dbc5453b6d1ccff3044c0dd26
|