Fix k8s and enable it by default on PRs (#742)
Publish / Build and publish (push) Successful in 52s
Details
Smoke Test / Run basic test suite (push) Successful in 3m45s
Details
Lint Checks / Run linter (push) Failing after 3s
Details
Deploy Test / Run deploy test suite (push) Successful in 3m32s
Details
K8s Deploy Test / Run deploy test suite on kind/k8s (push) Failing after 1m2s
Details
Webapp Test / Run webapp test suite (push) Successful in 3m22s
Details
Publish / Build and publish (push) Successful in 52s
Details
Smoke Test / Run basic test suite (push) Successful in 3m45s
Details
Lint Checks / Run linter (push) Failing after 3s
Details
Deploy Test / Run deploy test suite (push) Successful in 3m32s
Details
K8s Deploy Test / Run deploy test suite on kind/k8s (push) Failing after 1m2s
Details
Webapp Test / Run webapp test suite (push) Successful in 3m22s
Details
Reviewed-on: https://git.vdb.to/cerc-io/stack-orchestrator/pulls/742 Co-authored-by: Thomas E Lackey <telackey@bozemanpass.com> Co-committed-by: Thomas E Lackey <telackey@bozemanpass.com>pull/731/head v1.1.0-65d67db-202402142350
parent
b22c72e715
commit
65d67dba10
|
|
@ -1,6 +1,8 @@
|
|||
name: K8s Deploy Test
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches: '*'
|
||||
push:
|
||||
branches: '*'
|
||||
paths:
|
||||
|
|
|
|||
|
|
@ -103,7 +103,7 @@ if [ ! "$create_file_content" == "create-command-output-data" ]; then
|
|||
fi
|
||||
|
||||
# Add a config file to be picked up by the ConfigMap before starting.
|
||||
echo "dbfc7a4d-44a7-416d-b5f3-29842cc47650" > $test_deployment_dir/configmap/test-config/test_config
|
||||
echo "dbfc7a4d-44a7-416d-b5f3-29842cc47650" > $test_deployment_dir/configmaps/test-config/test_config
|
||||
|
||||
echo "deploy create output file test: passed"
|
||||
# Try to start the deployment
|
||||
|
|
|
|||
Loading…
Reference in New Issue