Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EN-66034: fix release builds #88

Merged
merged 1 commit into from
May 14, 2024

Conversation

sarah-salinas
Copy link
Contributor

This commit changes the build and release process to make it work with the current process:

  • The image tag is in the default format for all builds ${serviceVersion}_${buildNumber}_${gitSHA.take(8)}
  • The release tag is added to the commit where the version is bumped by another process
  • The release builds will be triggered on a schedule by another job
  • The release builds checkout the closest tag to the head of main and build on it

@sarah-salinas
Copy link
Contributor Author

sarah-salinas commented May 13, 2024

Testing

Simulated Main Build

https://jenkins-build.socrata.com/job/tileserver-branch/7/console - 🟢

Stages:

  • Build
  • Docker Build
  • Publish: internal only
  • Deploy: staging

Description: tileserver:1.2.1-SNAPSHOT_7_469a7424

Simulated Release Build

https://jenkins-build.socrata.com/job/tileserver-branch/8/console - 🟢

Stages:

  • Build
  • Docker Build
  • Publish: all environments
  • Deploy: rc

Description: tileserver:1.2.0_8_469a7424

@sarah-salinas sarah-salinas requested a review from saraid May 13, 2024 21:40
@sarah-salinas sarah-salinas merged commit 6a394e9 into main May 14, 2024
1 check passed
@sarah-salinas sarah-salinas deleted the sarahs/EN-66034/fix-release-process branch May 14, 2024 16:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants