-
Notifications
You must be signed in to change notification settings - Fork 423
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
118 changed files
with
3,389 additions
and
1,051 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name: Technical job to claim orders created by monitoring | |
on: | ||
workflow_dispatch: | ||
schedule: | ||
- cron: "*/45 * * * *" | ||
- cron: "19 * * * *" | ||
|
||
jobs: | ||
fe-claim1-tests: | ||
|
@@ -40,40 +40,6 @@ jobs: | |
with: | ||
name: claim1-test-results | ||
path: packages/web/playwright-report | ||
- name: Send Slack alert if test fails | ||
id: slack | ||
if: failure() | ||
uses: slackapi/[email protected] | ||
with: | ||
payload: | | ||
{ | ||
"blocks": [ | ||
{ | ||
"type": "header", | ||
"text": { | ||
"type": "plain_text", | ||
"text": "🚨 Claim Tests Failure Alert 🚨" | ||
} | ||
}, | ||
{ | ||
"type": "section", | ||
"text": { | ||
"type": "mrkdwn", | ||
"text": "*Production App URL:* https://app.osmosis.zone" | ||
} | ||
}, | ||
{ | ||
"type": "section", | ||
"text": { | ||
"type": "mrkdwn", | ||
"text": "Click here to view the run: <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|GitHub Actions Run>" | ||
} | ||
} | ||
] | ||
} | ||
env: | ||
SLACK_WEBHOOK_URL: ${{ secrets.SERVER_E2E_TESTS_SLACK_WEBHOOK_URL }} | ||
SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK | ||
|
||
fe-claim2-tests: | ||
timeout-minutes: 10 | ||
|
@@ -109,40 +75,6 @@ jobs: | |
with: | ||
name: claim2-test-results | ||
path: packages/web/playwright-report | ||
- name: Send Slack alert if test fails | ||
id: slack | ||
if: failure() | ||
uses: slackapi/[email protected] | ||
with: | ||
payload: | | ||
{ | ||
"blocks": [ | ||
{ | ||
"type": "header", | ||
"text": { | ||
"type": "plain_text", | ||
"text": "🚨 Claim Tests Failure Alert 🚨" | ||
} | ||
}, | ||
{ | ||
"type": "section", | ||
"text": { | ||
"type": "mrkdwn", | ||
"text": "*Production App URL:* https://app.osmosis.zone" | ||
} | ||
}, | ||
{ | ||
"type": "section", | ||
"text": { | ||
"type": "mrkdwn", | ||
"text": "Click here to view the run: <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|GitHub Actions Run>" | ||
} | ||
} | ||
] | ||
} | ||
env: | ||
SLACK_WEBHOOK_URL: ${{ secrets.SERVER_E2E_TESTS_SLACK_WEBHOOK_URL }} | ||
SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK | ||
|
||
delete-deployments: | ||
runs-on: ubuntu-latest | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,67 +1,67 @@ | ||
//@ts-nocheck | ||
import * as _55 from "./auth/v1beta1/auth"; | ||
import * as _56 from "./auth/v1beta1/genesis"; | ||
import * as _57 from "./bank/v1beta1/authz"; | ||
import * as _58 from "./bank/v1beta1/bank"; | ||
import * as _59 from "./bank/v1beta1/genesis"; | ||
import * as _60 from "./bank/v1beta1/tx"; | ||
import * as _111 from "./bank/v1beta1/tx.amino"; | ||
import * as _114 from "./bank/v1beta1/tx.registry"; | ||
import * as _61 from "./base/query/v1beta1/pagination"; | ||
import * as _62 from "./base/v1beta1/coin"; | ||
import * as _63 from "./staking/v1beta1/authz"; | ||
import * as _64 from "./staking/v1beta1/genesis"; | ||
import * as _65 from "./staking/v1beta1/staking"; | ||
import * as _66 from "./staking/v1beta1/tx"; | ||
import * as _112 from "./staking/v1beta1/tx.amino"; | ||
import * as _115 from "./staking/v1beta1/tx.registry"; | ||
import * as _67 from "./upgrade/v1beta1/tx"; | ||
import * as _113 from "./upgrade/v1beta1/tx.amino"; | ||
import * as _116 from "./upgrade/v1beta1/tx.registry"; | ||
import * as _68 from "./upgrade/v1beta1/upgrade"; | ||
import * as _57 from "./auth/v1beta1/auth"; | ||
import * as _58 from "./auth/v1beta1/genesis"; | ||
import * as _59 from "./bank/v1beta1/authz"; | ||
import * as _60 from "./bank/v1beta1/bank"; | ||
import * as _61 from "./bank/v1beta1/genesis"; | ||
import * as _62 from "./bank/v1beta1/tx"; | ||
import * as _113 from "./bank/v1beta1/tx.amino"; | ||
import * as _116 from "./bank/v1beta1/tx.registry"; | ||
import * as _63 from "./base/query/v1beta1/pagination"; | ||
import * as _64 from "./base/v1beta1/coin"; | ||
import * as _65 from "./staking/v1beta1/authz"; | ||
import * as _66 from "./staking/v1beta1/genesis"; | ||
import * as _67 from "./staking/v1beta1/staking"; | ||
import * as _68 from "./staking/v1beta1/tx"; | ||
import * as _114 from "./staking/v1beta1/tx.amino"; | ||
import * as _117 from "./staking/v1beta1/tx.registry"; | ||
import * as _69 from "./upgrade/v1beta1/tx"; | ||
import * as _115 from "./upgrade/v1beta1/tx.amino"; | ||
import * as _118 from "./upgrade/v1beta1/tx.registry"; | ||
import * as _70 from "./upgrade/v1beta1/upgrade"; | ||
export namespace cosmos { | ||
export namespace auth { | ||
export const v1beta1 = { | ||
..._55, | ||
..._56, | ||
..._57, | ||
..._58, | ||
}; | ||
} | ||
export namespace bank { | ||
export const v1beta1 = { | ||
..._57, | ||
..._58, | ||
..._59, | ||
..._60, | ||
..._111, | ||
..._114, | ||
..._61, | ||
..._62, | ||
..._113, | ||
..._116, | ||
}; | ||
} | ||
export namespace base { | ||
export namespace query { | ||
export const v1beta1 = { | ||
..._61, | ||
..._63, | ||
}; | ||
} | ||
export const v1beta1 = { | ||
..._62, | ||
..._64, | ||
}; | ||
} | ||
export namespace staking { | ||
export const v1beta1 = { | ||
..._63, | ||
..._64, | ||
..._65, | ||
..._66, | ||
..._112, | ||
..._115, | ||
..._67, | ||
..._68, | ||
..._114, | ||
..._117, | ||
}; | ||
} | ||
export namespace upgrade { | ||
export const v1beta1 = { | ||
..._67, | ||
..._68, | ||
..._113, | ||
..._116, | ||
..._69, | ||
..._70, | ||
..._115, | ||
..._118, | ||
}; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.