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

Add CI workflow to validate generated Docker image #33

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

akagami-harsh
Copy link
Member

Summary

Changes

  • added a ci workflow to validate docker image against jaeger and jaeger-idl
  • this workflow runs proto build step of both repos

@akagami-harsh
Copy link
Member Author

akagami-harsh and others added 7 commits November 12, 2023 16:03
Signed-off-by: Harshvir Potpose <hpotpose62@gmail.com>
Signed-off-by: Harshvir Potpose <hpotpose62@gmail.com>
Signed-off-by: Harshvir Potpose <hpotpose62@gmail.com>
Signed-off-by: Harshvir Potpose <hpotpose62@gmail.com>
Signed-off-by: Harshvir Potpose <hpotpose62@gmail.com>
Signed-off-by: Harshvir Potpose <hpotpose62@gmail.com>
Signed-off-by: Harshvir Potpose <hpotpose62@gmail.com>
Comment on lines 2 to 8
on:
push:
branches:
- master
pull_request:
branches:
- master

Choose a reason for hiding this comment

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

Should the trigger conditions be consistent with existing build tasks?

https://github.com/jaegertracing/docker-protobuf/blob/master/.github/workflows/jaeger-dockerimage.yml

on: 
  push:
    tags:
      - '**'
    branches:
      - master
  pull_request:
    paths: 
      - .github/workflows/jaeger-dockerimage.yml
      - Dockerfile
      - protoc-wrapper

Alternatively, checkout and build proto can be integrated directly into the original CI so that we can directly confirm a successful build before the image is released.

Copy link
Member Author

Choose a reason for hiding this comment

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

added triggers same as the jaeger-dockerimage.yml in this workflow

Signed-off-by: Harshvir Potpose <122517264+akagami-harsh@users.noreply.github.com>
Copy link

@Wh1isper Wh1isper left a comment

Choose a reason for hiding this comment

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

LGTM, thx

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.

Add CI workflow to validate generated Docker image against other Jaeger repos
2 participants