build: run tests on drivers and bluetooth repos after successful docker dev build
Signed-off-by: deadprogram <ron@hybridgroup.com>
Этот коммит содержится в:
родитель
7afc47d67a
коммит
2f843af286
1 изменённых файлов: 12 добавлений и 10 удалений
22
.github/workflows/docker.yml
предоставленный
22
.github/workflows/docker.yml
предоставленный
|
@ -55,18 +55,20 @@ jobs:
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
cache-from: type=gha
|
cache-from: type=gha
|
||||||
cache-to: type=gha,mode=max
|
cache-to: type=gha,mode=max
|
||||||
- name: Trigger Drivers repo build on CircleCI
|
- name: Trigger Drivers repo build on Github Actions
|
||||||
run: |
|
run: |
|
||||||
curl --location --request POST 'https://circleci.com/api/v2/project/github/tinygo-org/drivers/pipeline' \
|
curl -X POST \
|
||||||
--header 'Content-Type: application/json' \
|
-H "Authorization: Bearer ${{secrets.GHA_ACCESS_TOKEN}}" \
|
||||||
-d '{"branch": "dev"}' \
|
-H "Accept: application/vnd.github.v3+json" \
|
||||||
-u "${{ secrets.CIRCLECI_API_TOKEN }}"
|
https://api.github.com/repos/tinygo-org/drivers/actions/workflows/build.yml/dispatches \
|
||||||
- name: Trigger Bluetooth repo build on CircleCI
|
-d '{"ref": "dev"}'
|
||||||
|
- name: Trigger Bluetooth repo build on Github Actions
|
||||||
run: |
|
run: |
|
||||||
curl --location --request POST 'https://circleci.com/api/v2/project/github/tinygo-org/bluetooth/pipeline' \
|
curl -X POST \
|
||||||
--header 'Content-Type: application/json' \
|
-H "Authorization: Bearer ${{secrets.GHA_ACCESS_TOKEN}}" \
|
||||||
-d '{"branch": "dev"}' \
|
-H "Accept: application/vnd.github.v3+json" \
|
||||||
-u "${{ secrets.CIRCLECI_API_TOKEN }}"
|
https://api.github.com/repos/tinygo-org/bluetooth/actions/workflows/linux.yml/dispatches \
|
||||||
|
-d '{"ref": "dev"}'
|
||||||
- name: Trigger TinyFS repo build on CircleCI
|
- name: Trigger TinyFS repo build on CircleCI
|
||||||
run: |
|
run: |
|
||||||
curl --location --request POST 'https://circleci.com/api/v2/project/github/tinygo-org/tinyfs/pipeline' \
|
curl --location --request POST 'https://circleci.com/api/v2/project/github/tinygo-org/tinyfs/pipeline' \
|
||||||
|
|
Загрузка…
Создание таблицы
Сослаться в новой задаче