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
070f57b6
Unverified
Commit
070f57b6
authored
1 year ago
by
Nemanja Glumac
Committed by
GitHub
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
[CI] Fix Google related drivers classpath test (#28412) (#28429)
parent
a59279aa
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/drivers.yml
+4
-7
4 additions, 7 deletions
.github/workflows/drivers.yml
with
4 additions
and
7 deletions
.github/workflows/drivers.yml
+
4
−
7
View file @
070f57b6
...
...
@@ -99,16 +99,13 @@ jobs:
with
:
junit-name
:
'
be-tests-googleanalytics-ee'
be-
tests-
google-related-classpath-
ee
:
be-google-related-
drivers-
classpath-
test
:
if
:
github.event.pull_request.draft ==
false
runs-on
:
ubuntu-20.04
timeout-minutes
:
60
strategy
:
matrix
:
driver
:
[
'
googleanalytics'
,
'
bigquery-cloud-sdk'
]
env
:
CI
:
'
true'
DRIVERS
:
${{ matrix.driver }}
DRIVERS
:
'
googleanalytics,bigquery-cloud-sdk'
MB_BIGQUERY_TEST_PROJECT_ID
:
${{ secrets.BIGQUERY_TEST_PROJECT_ID }}
MB_BIGQUERY_TEST_CLIENT_ID
:
${{ secrets.MB_BIGQUERY_TEST_CLIENT_ID }}
MB_BIGQUERY_TEST_CLIENT_SECRET
:
${{ secrets.MB_BIGQUERY_TEST_CLIENT_SECRET }}
...
...
@@ -117,10 +114,10 @@ jobs:
MB_BIGQUERY_CLOUD_SDK_TEST_SERVICE_ACCOUNT_JSON
:
${{ secrets.MB_BIGQUERY_CLOUD_SDK_TEST_SERVICE_ACCOUNT_JSON }}
steps
:
-
uses
:
actions/checkout@v3
-
name
:
Test Google Related Classpath
drivers
-
name
:
Test Google Related
Drivers
Classpath
uses
:
./.github/actions/test-driver
with
:
junit-name
:
'
be-
tests-${{
matrix.
driver
}}
-classpath-
ee
'
junit-name
:
'
be-
google-related-
driver
s
-classpath-
test
'
test-args
:
'
:only
"[metabase.query-processor-test.expressions-test
metabase.driver.google-test
metabase.driver.googleanalytics-test]"'
be-tests-mariadb-10-2-ee
:
...
...
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