Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Register
  • Sign in
  • C CI-CD Pipelines
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 2
    • Issues 2
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 9
    • Merge requests 9
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
    • Test cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Terraform modules
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Open Subsurface Data Universe SoftwareOpen Subsurface Data Universe Software
  • Platform
  • CI-CD Pipelines
  • Merge requests
  • !30

Adding --update-snapshots to the maven test command

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged David Diederich requested to merge update-snapshots-for-aws into master Jun 26, 2020
  • Overview 1
  • Commits 1
  • Pipelines 1
  • Changes 1

This will force maven to update any cached snapshot library that it needs. While the compile-and-unit-test job would have done this previously, the .m2 cache is not necessarily shared between runners of these two jobs (if two different runners pick up the jobs).

This maybe could be leading to some issues, though I'm not certain that it is a problem. However, this seems like a fairly low weight change without much harm, so it is worth the try.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: update-snapshots-for-aws