Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
frontend
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vicotor
frontend
Commits
d0fff2d1
Unverified
Commit
d0fff2d1
authored
Jun 01, 2023
by
tom goriunov
Committed by
GitHub
Jun 01, 2023
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #854 from blockscout/nz-e2e-disable
Temporary disabling e2e tests
parents
25f1beca
7674ad0c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
11 deletions
+11
-11
e2e-tests.yml
.github/workflows/e2e-tests.yml
+11
-11
No files found.
.github/workflows/e2e-tests.yml
View file @
d0fff2d1
...
@@ -67,15 +67,15 @@ jobs:
...
@@ -67,15 +67,15 @@ jobs:
build-args
:
|
build-args
:
|
GIT_COMMIT_SHA=${{ env.SHORT_SHA }}
GIT_COMMIT_SHA=${{ env.SHORT_SHA }}
GIT_TAG=${{ github.ref_type == 'tag' && github.github.ref_name || '' }}
GIT_TAG=${{ github.ref_type == 'tag' && github.github.ref_name || '' }}
deploy_and_tests
:
#
deploy_and_tests:
# if: github.event.review.state == 'approved'
# if: github.event.review.state == 'approved'
needs
:
push_to_registry
#
needs: push_to_registry
uses
:
blockscout/blockscout-ci-cd/.github/workflows/e2e_new.yaml@master
#
uses: blockscout/blockscout-ci-cd/.github/workflows/e2e_new.yaml@master
with
:
#
with:
appNamespace
:
e2e-front-$GITHUB_SHA_SHORT
#
appNamespace: e2e-front-$GITHUB_SHA_SHORT
frontendImage
:
${{ needs.push_to_registry.outputs.tags }}
#
frontendImage: ${{ needs.push_to_registry.outputs.tags }}
blockscoutIngressHost
:
e2e-blockscout-$GITHUB_SHA_SHORT
#
blockscoutIngressHost: e2e-blockscout-$GITHUB_SHA_SHORT
frontendIngressHost
:
e2e-blockscout-$GITHUB_SHA_SHORT
#
frontendIngressHost: e2e-blockscout-$GITHUB_SHA_SHORT
gethIngressHost
:
e2e-geth-$GITHUB_SHA_SHORT
#
gethIngressHost: e2e-geth-$GITHUB_SHA_SHORT
scVerifierIngressHost
:
e2e-sc-verifier-$GITHUB_SHA_SHORT
#
scVerifierIngressHost: e2e-sc-verifier-$GITHUB_SHA_SHORT
secrets
:
inherit
#
secrets: inherit
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment