Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Metabase
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Engineering Digital Service
Metabase
Commits
c25bfb2f
Unverified
Commit
c25bfb2f
authored
3 years ago
by
Luis Paolini
Committed by
GitHub
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Reverting the unifying Percy+Build PR (#21383)
parent
6d76b38b
Branches
test-flakiness
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/uberjar.yml
+0
-32
0 additions, 32 deletions
.github/workflows/uberjar.yml
with
0 additions
and
32 deletions
.github/workflows/uberjar.yml
+
0
−
32
View file @
c25bfb2f
...
...
@@ -8,7 +8,6 @@ on:
-
'
enterprise/frontend/test/**'
-
"
.**"
-
"
test*"
-
"
!frontend/test/metabase-visual/**"
jobs
:
build
:
...
...
@@ -121,34 +120,3 @@ jobs:
-
name
:
Retag and push images if branch
if
:
${{ !(startsWith(github.ref_name,'master') || startsWith(github.ref_name,'main') || startsWith(github.ref_name,'backport')) && matrix.edition == 'ee' }}
run
:
docker tag localhost:5000/metabase-dev:${{ steps.extract_branch.outputs.branch }}-ee metabase/metabase-dev:${{ steps.extract_branch.outputs.branch }} && docker push metabase/metabase-dev:${{ steps.extract_branch.outputs.branch }}
percy
:
name
:
Percy visual test
if
:
github.ref_name == 'master' || github.ref_name == 'main' || startsWith(github.ref_name,'release-')
runs-on
:
buildjet-8vcpu-ubuntu-2004
timeout-minutes
:
30
needs
:
check_jar_health
steps
:
-
uses
:
actions/checkout@v3
-
name
:
Prepare front-end environment
uses
:
./.github/actions/prepare-frontend
-
name
:
Prepare back-end environment
uses
:
./.github/actions/prepare-backend
-
name
:
Prepare cypress environment
uses
:
./.github/actions/prepare-cypress
-
uses
:
actions/download-artifact@v2
name
:
Retrieve uberjar artifact
with
:
name
:
metabase-oss-uberjar
-
name
:
Get the version info
run
:
|
jar xf target/uberjar/metabase.jar version.properties
mv version.properties resources/
-
name
:
Run maildev
run
:
docker run -d -p 80:80 -p 25:25 maildev/maildev:1.1.0
-
name
:
Percy Test
run
:
yarn run test-visual-no-build
env
:
PERCY_TOKEN
:
${{ secrets.PERCY_TOKEN }}
if
:
env.PERCY_TOKEN !=
null
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment