Skip to content

Commit 5d819e0

Browse files
Main build (Jenkins)
1 parent 8eb3b24 commit 5d819e0

File tree

3 files changed

+8376
-8500
lines changed

3 files changed

+8376
-8500
lines changed

.github/workflows/oint_test_full_en.yml

Lines changed: 2 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -1651,55 +1651,9 @@ jobs:
16511651
key: logs-Ollama
16521652
path: ./docs/en/results/Ollama
16531653

1654-
1655-
Testing-HTTPClient:
1656-
runs-on: ubuntu-latest
1657-
needs: [Decode, Build]
1658-
steps:
1659-
1660-
- uses: actions/checkout@v2
1661-
- uses: otymko/setup-onescript@v1.4
1662-
with:
1663-
version: 1.9.1
1664-
1665-
- name: Получить тестовые данные из кэша
1666-
uses: actions/cache/restore@v3
1667-
with:
1668-
key: test-data
1669-
path: ./data.json
1670-
1671-
- name: Установить asserts и 1testrunner
1672-
run: |
1673-
opm install asserts
1674-
opm install 1testrunner
1675-
1676-
- name: Установить OInt
1677-
run: |
1678-
TEMP_DEB="$(mktemp)" &&
1679-
wget -O "$TEMP_DEB" 'https://api.athenaeum.digital/tc/job/Release/lastSuccessfulBuild/artifact/1.22.0/oint_1.22.0_all_en.deb' &&
1680-
sudo dpkg -i "$TEMP_DEB"
1681-
rm -f "$TEMP_DEB"
1682-
1683-
1684-
1685-
- name: Initialization
1686-
if: ${{ cancelled() }} == false
1687-
run: oscript /home/runner/.local/share/ovm/current/lib/1testrunner/src/main.os -run ./src/en/OInt/tests/Modules/internal/OPI_TestsCLI.os "CLI_HTTP_Initialization"
1688-
1689-
- name: Body set
1690-
if: ${{ cancelled() }} == false
1691-
run: oscript /home/runner/.local/share/ovm/current/lib/1testrunner/src/main.os -run ./src/en/OInt/tests/Modules/internal/OPI_TestsCLI.os "CLI_HTTP_BodySet"
1692-
1693-
- name: Записать логи
1694-
if: ${{ cancelled() }} == false
1695-
uses: actions/cache/save@v3
1696-
with:
1697-
key: logs-HTTPClient
1698-
path: ./docs/en/results/HTTPClient
1699-
17001654
Encode:
17011655
runs-on: ubuntu-latest
1702-
needs: [Testing-Telegram,Testing-VK,Testing-Viber,Testing-Twitter,Testing-PostgreSQL,Testing-MySQL,Testing-SQLite,Testing-RCON,Testing-YandexDisk,Testing-GoogleWorkspace,Testing-GoogleCalendar,Testing-GoogleDrive,Testing-GoogleSheets,Testing-Notion,Testing-Slack,Testing-Airtable,Testing-Dropbox,Testing-Bitrix24,Testing-VkTeams,Testing-Ozon,Testing-Neocities,Testing-CDEK,Testing-YandexMetrika,Testing-S3,Testing-TCP,Testing-GreenAPI,Testing-Ollama,Testing-HTTPClient]
1656+
needs: [Testing-Telegram,Testing-VK,Testing-Viber,Testing-Twitter,Testing-PostgreSQL,Testing-MySQL,Testing-SQLite,Testing-RCON,Testing-YandexDisk,Testing-GoogleWorkspace,Testing-GoogleCalendar,Testing-GoogleDrive,Testing-GoogleSheets,Testing-Notion,Testing-Slack,Testing-Airtable,Testing-Dropbox,Testing-Bitrix24,Testing-VkTeams,Testing-Ozon,Testing-Neocities,Testing-CDEK,Testing-YandexMetrika,Testing-S3,Testing-TCP,Testing-GreenAPI,Testing-Ollama]
17031657
if: ${{ always() }}
17041658
permissions:
17051659
contents: write
@@ -2159,22 +2113,6 @@ jobs:
21592113
-H "X-GitHub-Api-Version: 2022-11-28" \
21602114
"https://api.github.com/repos/Bayselonarrend/OpenIntegrations/actions/caches?key=logs-Ollama"
21612115
2162-
- name: Получить логи HTTPClient
2163-
uses: actions/cache/restore@v3
2164-
with:
2165-
key: logs-HTTPClient
2166-
path: ./docs/en/results/HTTPClient
2167-
2168-
2169-
- name: Очистка логов HTTPClient
2170-
run: |
2171-
curl -L \
2172-
-X DELETE \
2173-
-H "Accept: application/vnd.github+json" \
2174-
-H "Authorization: Bearer ${{ secrets.TOKEN }}" \
2175-
-H "X-GitHub-Api-Version: 2022-11-28" \
2176-
"https://api.github.com/repos/Bayselonarrend/OpenIntegrations/actions/caches?key=logs-HTTPClient"
2177-
21782116
21792117
- name: Записать данные
21802118
uses: stefanzweifel/git-auto-commit-action@v5
@@ -2187,7 +2125,7 @@ jobs:
21872125

21882126
Clear-Cache:
21892127
runs-on: ubuntu-latest
2190-
needs: [Testing-Telegram, Testing-VK, Testing-Viber, Testing-Twitter, Testing-PostgreSQL, Testing-MySQL, Testing-SQLite, Testing-RCON, Testing-YandexDisk, Testing-GoogleWorkspace, Testing-GoogleCalendar, Testing-GoogleDrive, Testing-GoogleSheets, Testing-Notion, Testing-Slack, Testing-Airtable, Testing-Dropbox, Testing-Bitrix24, Testing-VkTeams, Testing-Ozon, Testing-Neocities, Testing-CDEK, Testing-YandexMetrika, Testing-S3, Testing-TCP, Testing-GreenAPI, Testing-Ollama, Testing-HTTPClient, Encode]
2128+
needs: [Testing-Telegram, Testing-VK, Testing-Viber, Testing-Twitter, Testing-PostgreSQL, Testing-MySQL, Testing-SQLite, Testing-RCON, Testing-YandexDisk, Testing-GoogleWorkspace, Testing-GoogleCalendar, Testing-GoogleDrive, Testing-GoogleSheets, Testing-Notion, Testing-Slack, Testing-Airtable, Testing-Dropbox, Testing-Bitrix24, Testing-VkTeams, Testing-Ozon, Testing-Neocities, Testing-CDEK, Testing-YandexMetrika, Testing-S3, Testing-TCP, Testing-GreenAPI, Testing-Ollama, Encode]
21912129
if: ${{ always() }}
21922130
steps:
21932131
- name: Очистка основного кэша

.github/workflows/oint_test_full_ru.yml

Lines changed: 1 addition & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -1651,52 +1651,6 @@ jobs:
16511651
key: logs-Ollama
16521652
path: ./docs/ru/results/Ollama
16531653

1654-
1655-
Testing-HTTPКлиент:
1656-
runs-on: ubuntu-latest
1657-
needs: [Decode, Build]
1658-
steps:
1659-
1660-
- uses: actions/checkout@v2
1661-
- uses: otymko/setup-onescript@v1.4
1662-
with:
1663-
version: 1.9.1
1664-
1665-
- name: Получить тестовые данные из кэша
1666-
uses: actions/cache/restore@v3
1667-
with:
1668-
key: test-data
1669-
path: ./data.json
1670-
1671-
- name: Установить asserts и 1testrunner
1672-
run: |
1673-
opm install asserts
1674-
opm install 1testrunner
1675-
1676-
- name: Установить OInt
1677-
run: |
1678-
TEMP_DEB="$(mktemp)" &&
1679-
wget -O "$TEMP_DEB" 'https://api.athenaeum.digital/tc/job/Release/lastSuccessfulBuild/artifact/1.22.0/oint_1.22.0_all_ru.deb' &&
1680-
sudo dpkg -i "$TEMP_DEB"
1681-
rm -f "$TEMP_DEB"
1682-
1683-
1684-
1685-
- name: Инициализация
1686-
if: ${{ cancelled() }} == false
1687-
run: oscript /home/runner/.local/share/ovm/current/lib/1testrunner/src/main.os -run ./src/ru/OInt/tests/Modules/internal/OPI_ТестыCLI.os "CLI_HTTP_Инициализация"
1688-
1689-
- name: Установка тела
1690-
if: ${{ cancelled() }} == false
1691-
run: oscript /home/runner/.local/share/ovm/current/lib/1testrunner/src/main.os -run ./src/ru/OInt/tests/Modules/internal/OPI_ТестыCLI.os "CLI_HTTP_УстановкаТела"
1692-
1693-
- name: Записать логи
1694-
if: ${{ cancelled() }} == false
1695-
uses: actions/cache/save@v3
1696-
with:
1697-
key: logs-HTTPКлиент
1698-
path: ./docs/ru/results/HTTPКлиент
1699-
17001654
Encode:
17011655
runs-on: ubuntu-latest
17021656
needs: [Testing-Telegram,Testing-VK,Testing-Viber,Testing-Twitter,Testing-PostgreSQL,Testing-MySQL,Testing-SQLite,Testing-RCON,Testing-YandexDisk,Testing-GoogleWorkspace,Testing-GoogleCalendar,Testing-GoogleDrive,Testing-GoogleSheets,Testing-Notion,Testing-Slack,Testing-Airtable,Testing-Dropbox,Testing-Bitrix24,Testing-VkTeams,Testing-Ozon,Testing-Neocities,Testing-CDEK,Testing-YandexMetrika,Testing-S3,Testing-TCP,Testing-GreenAPI,Testing-Ollama]
@@ -2159,22 +2113,6 @@ jobs:
21592113
-H "X-GitHub-Api-Version: 2022-11-28" \
21602114
"https://api.github.com/repos/Bayselonarrend/OpenIntegrations/actions/caches?key=logs-Ollama"
21612115
2162-
- name: Получить логи HTTPКлиент
2163-
uses: actions/cache/restore@v3
2164-
with:
2165-
key: logs-HTTPКлиент
2166-
path: ./docs/ru/results/HTTPКлиент
2167-
2168-
2169-
- name: Очистка логов HTTPКлиент
2170-
run: |
2171-
curl -L \
2172-
-X DELETE \
2173-
-H "Accept: application/vnd.github+json" \
2174-
-H "Authorization: Bearer ${{ secrets.TOKEN }}" \
2175-
-H "X-GitHub-Api-Version: 2022-11-28" \
2176-
"https://api.github.com/repos/Bayselonarrend/OpenIntegrations/actions/caches?key=logs-HTTPКлиент"
2177-
21782116
21792117
- name: Записать данные
21802118
uses: stefanzweifel/git-auto-commit-action@v5
@@ -2187,7 +2125,7 @@ jobs:
21872125

21882126
Clear-Cache:
21892127
runs-on: ubuntu-latest
2190-
needs: [Testing-Telegram, Testing-VK, Testing-Viber, Testing-Twitter, Testing-PostgreSQL, Testing-MySQL, Testing-SQLite, Testing-RCON, Testing-YandexDisk, Testing-GoogleWorkspace, Testing-GoogleCalendar, Testing-GoogleDrive, Testing-GoogleSheets, Testing-Notion, Testing-Slack, Testing-Airtable, Testing-Dropbox, Testing-Bitrix24, Testing-VkTeams, Testing-Ozon, Testing-Neocities, Testing-CDEK, Testing-YandexMetrika, Testing-S3, Testing-TCP, Testing-GreenAPI, Testing-Ollama, Testing-HTTPКлиент, Encode]
2128+
needs: [Testing-Telegram, Testing-VK, Testing-Viber, Testing-Twitter, Testing-PostgreSQL, Testing-MySQL, Testing-SQLite, Testing-RCON, Testing-YandexDisk, Testing-GoogleWorkspace, Testing-GoogleCalendar, Testing-GoogleDrive, Testing-GoogleSheets, Testing-Notion, Testing-Slack, Testing-Airtable, Testing-Dropbox, Testing-Bitrix24, Testing-VkTeams, Testing-Ozon, Testing-Neocities, Testing-CDEK, Testing-YandexMetrika, Testing-S3, Testing-TCP, Testing-GreenAPI, Testing-Ollama, Encode]
21912129
if: ${{ always() }}
21922130
steps:
21932131
- name: Очистка основного кэша

0 commit comments

Comments
 (0)