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

[CI]: Implement weekly builds on DR site #1097

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

vialogi
Copy link
Contributor

@vialogi vialogi commented Dec 12, 2024

Description

This change implements weekly builds on the DR site

What

weekly_laucher Job that stays unchanged and triggers the release job on the DR site

Why ?

We need to do periodic checks of DR Jenkins instance and Infra entities by running CI workloads
Issue: HPCINFRA-2975

How ?

weekly_laucher scheduled job

Change type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Documentation content changes
  • Tests
  • Other

Check list

  • Code follows the style de facto guidelines of this project
  • Comments have been inserted in hard to understand places
  • Documentation has been updated (if necessary)
  • Test has been added (if possible)

@vialogi vialogi force-pushed the HPCINFRA-2975_weekly_dr branch 5 times, most recently from d70279f to 4c815bb Compare December 16, 2024 10:09
@vialogi
Copy link
Contributor Author

vialogi commented Dec 16, 2024

bot:retest

We add the "weekly_launcher" job which stays unchanged on RD site and
performs schedulled runs once a week, triggering the release Job.

Issue: HPCINFRA-2975
Signed-off-by: Viacheslav Login <[email protected]>
@vialogi vialogi force-pushed the HPCINFRA-2975_weekly_dr branch from 4c815bb to e7cf451 Compare December 17, 2024 06:52
echo "Release tag we're building on: ${env.RELEASE_TAG}"
if (env.RELEASE_TAG) {
def build = build job: 'libvma/LibVMA-release-dr',
parameters: [
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what about sha1 parameter (like you did in dpdcp)?

description: "Regex to select job config file"
- string:
name: "MAIL_TO"
default: "[email protected]"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add description of what is this teams address stands for

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.

3 participants