Skip to content
Snippets Groups Projects
Commit e70ddd17 authored by Maxb's avatar Maxb Committed by cyberta
Browse files

Add jq to CI container for integration tests

parent b0f1a437
1 merge request!78Integrate menshen agent
......@@ -56,7 +56,7 @@ integration-test-default:
- name: docker:dind
alias: docker
script:
- apk add --update bash
- apk add --update bash jq
- /bin/bash ./scripts/integration-test.sh
tags:
- linux
......@@ -69,7 +69,7 @@ integration-test-hopping:
- name: docker:dind
alias: docker
script:
- apk add --update bash
- apk add --update bash jq
- /bin/bash ./scripts/integration-test.sh hop
tags:
- linux
......@@ -82,7 +82,7 @@ integration-test-kcp:
- name: docker:dind
alias: docker
script:
- apk add --update bash
- apk add --update bash jq
- /bin/bash ./scripts/integration-test.sh kcp
tags:
- linux
......@@ -95,7 +95,7 @@ integration-test-hopping-kcp:
- name: docker:dind
alias: docker
script:
- apk add --update bash
- apk add --update bash jq
- /bin/bash ./scripts/integration-test.sh hop-kcp
tags:
- linux
......@@ -108,7 +108,7 @@ integration-test-quic:
- name: docker:dind
alias: docker
script:
- apk add --update bash
- apk add --update bash jq
- /bin/bash ./scripts/integration-test.sh quic
tags:
- linux
......@@ -121,7 +121,7 @@ integration-test-hopping-quic:
- name: docker:dind
alias: docker
script:
- apk add --update bash
- apk add --update bash jq
- /bin/bash ./scripts/integration-test.sh hop-quic
tags:
- linux
......@@ -134,7 +134,7 @@ integration-test-kcp-live-gw:
- name: docker:dind
alias: docker
script:
- apk add --update bash
- apk add --update bash jq
- apk add curl
- /bin/bash ./scripts/integration-test.sh kcp-live-gw
tags:
......@@ -156,7 +156,7 @@ integration-test-kcp-live-bridge:
- name: docker:dind
alias: docker
script:
- apk add --update bash
- apk add --update bash jq
- apk add curl
- /bin/bash ./scripts/integration-test.sh kcp-live
tags:
......@@ -178,7 +178,7 @@ integration-test-hopping-kcp-live-bridge:
- name: docker:dind
alias: docker
script:
- apk add --update bash
- apk add --update bash jq
- apk add curl
- /bin/bash ./scripts/integration-test.sh hop-kcp-live
tags:
......@@ -200,7 +200,7 @@ integration-test-default-live-bridge:
- name: docker:dind
alias: docker
script:
- apk add --update bash
- apk add --update bash jq
- apk add curl
- /bin/bash ./scripts/integration-test.sh default-live
tags:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment