From 0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:47:29 +0200 Subject: Adding upstream version 115.8.0esr. Signed-off-by: Daniel Baumann --- .../web-platform/tests/tools/docker/commands.json | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 testing/web-platform/tests/tools/docker/commands.json (limited to 'testing/web-platform/tests/tools/docker/commands.json') diff --git a/testing/web-platform/tests/tools/docker/commands.json b/testing/web-platform/tests/tools/docker/commands.json new file mode 100644 index 0000000000..eb6d7c9d82 --- /dev/null +++ b/testing/web-platform/tests/tools/docker/commands.json @@ -0,0 +1,25 @@ +{ + "docker-run": { + "path": "frontend.py", + "script": "run", + "parser": "parser_run", + "help": "Run wpt docker image", + "virtualenv": false + }, + "docker-build": { + "path": "frontend.py", + "script": "build", + "help": "Build wpt docker image", + "virtualenv": false + }, + "docker-push": { + "path": "frontend.py", + "script": "push", + "parser": "parser_push", + "help": "Build and push wpt docker image", + "virtualenv": true, + "requirements": [ + "requirements.txt" + ] + } +} -- cgit v1.2.3