changed test names
This commit is contained in:
parent
543fa10aa1
commit
ba4c58fd35
1 changed files with 3 additions and 3 deletions
6
.github/workflows/smoke-tests.yml
vendored
6
.github/workflows/smoke-tests.yml
vendored
|
@ -1,4 +1,4 @@
|
||||||
name: "System Smoke Tests"
|
name: "Continuous Integration"
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
# run on pushes to master or release/*
|
# run on pushes to master or release/*
|
||||||
|
@ -10,7 +10,7 @@ on:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
jobs:
|
jobs:
|
||||||
smoke-tests:
|
run-tests:
|
||||||
runs-on: self-hosted
|
runs-on: self-hosted
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
@ -37,7 +37,7 @@ jobs:
|
||||||
kubectl wait --for=condition=available --timeout=500s deployment/productcatalogservice
|
kubectl wait --for=condition=available --timeout=500s deployment/productcatalogservice
|
||||||
kubectl wait --for=condition=available --timeout=500s deployment/recommendationservice
|
kubectl wait --for=condition=available --timeout=500s deployment/recommendationservice
|
||||||
kubectl wait --for=condition=available --timeout=500s deployment/shippingservice
|
kubectl wait --for=condition=available --timeout=500s deployment/shippingservice
|
||||||
- name: Test HTTP
|
- name: Smoke Test
|
||||||
timeout-minutes: 5
|
timeout-minutes: 5
|
||||||
run: |
|
run: |
|
||||||
RESULT=" "
|
RESULT=" "
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue