Skip to content

Commit

Permalink
Adjust deployment script (#4448)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsilhavy committed Apr 8, 2024
1 parent c1e3ed9 commit 8435c78
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Copy to deploy directory for deployment
run: |
mkdir ${{inputs.envname}}
cp -R contrib dist samples test/functional/config test/functional/tests ${{inputs.envname}}
cp -R contrib dist samples ${{inputs.envname}}
- name: Install SSH Key
uses: shimataro/ssh-key-action@v2
with:
Expand Down
37 changes: 19 additions & 18 deletions test/functional/config/test-configurations/local/all.json
Expand Up @@ -8,6 +8,7 @@
"all"
],
"excluded": [
"vendor/google-ad-manager-emsg"
]
},
"testvectors": [
Expand Down Expand Up @@ -368,7 +369,7 @@
"provider": "dashif",
"type": "vod",
"includedTestfiles": [
"text/switch-text"
"text/*"
]
},
{
Expand All @@ -377,7 +378,7 @@
"provider": "dashif",
"type": "vod",
"includedTestfiles": [
"text/switch-text"
"text/*"
]
},
{
Expand All @@ -386,7 +387,7 @@
"provider": "dashif",
"type": "live",
"includedTestfiles": [
"text/switch-text"
"text/*"
]
},
{
Expand All @@ -395,7 +396,7 @@
"provider": "dashif",
"type": "vod",
"includedTestfiles": [
"text/switch-text"
"text/*"
]
},
{
Expand All @@ -404,7 +405,7 @@
"provider": "dashif",
"type": "vod",
"includedTestfiles": [
"text/switch-text"
"text/*"
]
},
{
Expand All @@ -413,7 +414,7 @@
"provider": "dashif",
"type": "live",
"includedTestfiles": [
"text/switch-text"
"text/*"
]
},
{
Expand All @@ -422,7 +423,7 @@
"provider": "dashif",
"type": "vod",
"includedTestfiles": [
"text/switch-text"
"text/*"
]
},
{
Expand All @@ -431,7 +432,7 @@
"provider": "dashif",
"type": "live",
"includedTestfiles": [
"text/switch-text"
"text/*"
]
},
{
Expand All @@ -441,7 +442,7 @@
"provider": "dashif",
"type": "vod",
"includedTestfiles": [
"text/switch-text"
"text/*"
]
},
{
Expand All @@ -451,7 +452,7 @@
"provider": "dashif",
"type": "vod",
"includedTestfiles": [
"text/switch-text"
"text/*"
]
},
{
Expand All @@ -461,7 +462,7 @@
"provider": "bbc",
"type": "vod",
"includedTestfiles": [
"text/switch-text"
"text/*"
]
},
{
Expand All @@ -471,7 +472,7 @@
"provider": "bbc",
"type": "vod",
"includedTestfiles": [
"text/switch-text"
"text/*"
]
},
{
Expand All @@ -481,7 +482,7 @@
"provider": "bbc",
"type": "live",
"includedTestfiles": [
"text/switch-text"
"text/*"
]
},
{
Expand All @@ -491,7 +492,7 @@
"provider": "bbc",
"type": "live",
"includedTestfiles": [
"text/switch-text"
"text/*"
]
},
{
Expand All @@ -501,7 +502,7 @@
"provider": "bbc",
"type": "live",
"includedTestfiles": [
"text/switch-text"
"text/*"
]
},
{
Expand All @@ -511,7 +512,7 @@
"provider": "bbc",
"type": "live",
"includedTestfiles": [
"text/switch-text"
"text/*"
]
},
{
Expand All @@ -520,15 +521,15 @@
"provider": "cta",
"type": "vod",
"includedTestfiles": [
"text/switch-text"
"text/*"
]
},
{
"url": "https://storage.googleapis.com/shaka-demo-assets/sintel-many-subs/dash.mpd",
"name": "Shaka 44 different subtitles",
"type": "vod",
"includedTestfiles": [
"text/switch-text"
"text/*"
]
}
]
Expand Down

0 comments on commit 8435c78

Please sign in to comment.