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
0c9f77da
Unverified
Commit
0c9f77da
authored
1 year ago
by
Nemanja Glumac
Committed by
GitHub
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Store E2E uberjar artifact with a SHA1 in its name (#34811)
parent
f3b31a92
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/e2e-tests.yml
+16
-4
16 additions, 4 deletions
.github/workflows/e2e-tests.yml
with
16 additions
and
4 deletions
.github/workflows/e2e-tests.yml
+
16
−
4
View file @
0c9f77da
...
...
@@ -146,8 +146,20 @@ jobs:
-
name
:
Build uberjar with ./bin/build.sh
run
:
./bin/build.sh
-
name
:
Prepare uberjar artifact
uses
:
./.github/actions/prepare-uberjar-artifact
-
name
:
Mark with the commit hash
run
:
echo ${{ github.sha }} > COMMIT-ID
shell
:
bash
-
name
:
Calculate SHA256 checksum
run
:
sha256sum ./target/uberjar/metabase.jar > SHA256.sum
shell
:
bash
-
name
:
Upload JARs as artifact
uses
:
actions/upload-artifact@v3
with
:
name
:
metabase-${{ matrix.edition }}-${{ github.sha }}-uberjar
path
:
|
./target/uberjar/metabase.jar
./COMMIT-ID
./SHA256.sum
e2e-tests
:
needs
:
[
build
,
files-changed
,
test-run-id
,
download_uberjar
,
e2e-matrix-builder
]
...
...
@@ -215,7 +227,7 @@ jobs:
if
:
needs.build.result == 'success'
name
:
Retrieve uberjar artifact for ${{ matrix.edition }}
with
:
name
:
metabase-${{ matrix.edition }}-uberjar
name
:
metabase-${{ matrix.edition
}}-${{ github.sha
}}-uberjar
-
name
:
Get the version info
run
:
|
...
...
@@ -385,7 +397,7 @@ jobs:
if
:
needs.build.result == 'success'
name
:
Retrieve uberjar artifact for ee
with
:
name
:
metabase-ee-uberjar
name
:
metabase-ee-
${{ github.sha }}-
uberjar
-
name
:
Get the version info
run
:
|
...
...
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