Skip to content

fix(ci): Change endpoints#15489

Merged
panyogesh merged 5 commits intomagma:v1.9from
himabinduak:focal-1.9.0-squashed
Aug 23, 2024
Merged

fix(ci): Change endpoints#15489
panyogesh merged 5 commits intomagma:v1.9from
himabinduak:focal-1.9.0-squashed

Conversation

@himabinduak
Copy link
Copy Markdown

@himabinduak himabinduak commented Aug 13, 2024

Summary:

Following is a list of features provided by this PR:

  1. Changed all occurrences of focal-ci to focal-1.x0.
  2. Enabled for runs on pull requests on release branches.
  3. Created Release tag and to push with 1.x.
  4. Docker images pushed with the 1.x tag.
  5. Pin the BAZEL_CACHE_PLAIN_IMAGE in "AGW Generate Coverage and AGW Lint"

Test Plan:

  1. Tested to create a release tag and pushed to GitHub depending upon the branch name. eg.: v1.9 (branch name), it will create that release tag.

image

  1. This created release tag will be pushed to Jfrog as an image tag.
    image

…s on pull requests on release branches in bazel.yml

all commits in single
Signed-off-by: himabinduak <[email protected]>

added steps to create and push Release tag

Signed-off-by: himabinduak <[email protected]>

added steps to create and push Release tag

Signed-off-by: himabinduak <[email protected]>

added steps to create and push Release tag

Signed-off-by: himabinduak <[email protected]>

added steps to create and push Release tag

Signed-off-by: himabinduak <[email protected]>

added steps to create and push Release tag

Signed-off-by: himabinduak <[email protected]>

replaced the packages magma-nghttpx as nghttp2-proxy in dockerfiles

Signed-off-by: himabinduak <[email protected]>

added step to create and push the release tag to github and jfrog

Signed-off-by: himabinduak <[email protected]>

added step to create and push the release tag to github and jfrog

Signed-off-by: himabinduak <[email protected]>

added step to create and push the release tag to github and jfrog

Signed-off-by: himabinduak <[email protected]>

removed the package nghttp2-proxy version in dockerfiles

Signed-off-by: himabinduak <[email protected]>

removed the package nghttp2-proxy version in dockerfiles

Signed-off-by: himabinduak <[email protected]>

removed the package nghttp2-proxy version in dockerfiles

Signed-off-by: himabinduak <[email protected]>

added my user and mail id in git config

Signed-off-by: himabinduak <[email protected]>

specified refs/heads/focal-1.9.0 in git tag step

Signed-off-by: himabinduak <[email protected]>

 push created tag to release tag

Signed-off-by: himabinduak <[email protected]>

 added echo step to debug

Signed-off-by: himabinduak <[email protected]>

 specified to push only tag

Signed-off-by: himabinduak <[email protected]>

 removed git commands to push existing tag and push to jfrog

Signed-off-by: himabinduak <[email protected]>

 removed git commands to push existing tag and push to jfrog

Signed-off-by: himabinduak <[email protected]>

 changed owner to magma and replaced focal-1.9.0 with v1

Signed-off-by: himabinduak <[email protected]>
Signed-off-by: himabinduak <[email protected]>
Signed-off-by: himabinduak <[email protected]>
@himabinduak himabinduak requested review from a team as code owners August 13, 2024 07:07
@himabinduak himabinduak requested a review from maxhbr August 13, 2024 07:07
@pull-request-size pull-request-size bot added the size/L Denotes a Pull Request that changes 100-499 lines. label Aug 13, 2024
@github-actions
Copy link
Copy Markdown
Contributor

Thanks for opening a PR! 💯

A couple initial guidelines

Howto

  • Reviews. The "Reviewers" listed for this PR are the Magma maintainers who will shepherd it.
  • Checks. All required CI checks must pass before merge.
  • Merge. Once approved and passing CI checks, use the ready2merge label to indicate the maintainers can merge your PR.

More info

Please take a moment to read through the Magma project's

If this is your first Magma PR, also consider reading

@github-actions github-actions bot added component: agw Access gateway-related issue component: ci All updates on CI (Jenkins/CircleCi/Github Action) component: cwf component: feg FEG-gateway related issues component: orc8r Orchestrator-related issue labels Aug 13, 2024
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Aug 13, 2024

✔️ The Semantic PR check ended with status success. See instructions on formatting your commit and pull request titles.

Comment thread .devcontainer/bazel-base/Dockerfile
Comment thread .devcontainer/bazel-base/Dockerfile
Comment thread .github/workflows/build_all.yml Outdated
Comment thread .github/workflows/build_all.yml Outdated
Comment thread .github/workflows/build_all.yml
Comment thread .github/workflows/build_all.yml Outdated
Comment thread .github/workflows/build_all.yml Outdated
Comment thread .github/workflows/agw-build-publish-container.yml Outdated
Comment thread .github/workflows/agw-build-publish-container.yml
Comment thread .github/workflows/agw-build-publish-container.yml
Comment thread .github/workflows/agw-build-publish-container.yml
Comment thread .github/workflows/agw-build-publish-container.yml
@himabinduak himabinduak changed the title fix(ci):change endpoints fix(ci):Change endpoints Aug 13, 2024
Signed-off-by: himabinduak <[email protected]>
Comment thread .github/workflows/build_all.yml
Comment thread .github/workflows/build_all.yml
Comment thread .github/workflows/build_all.yml
Comment thread .github/workflows/build_all.yml
Comment thread .github/workflows/agw-build-publish-container.yml
@panyogesh panyogesh changed the title fix(ci):Change endpoints fix(ci): Change endpoints Aug 21, 2024
Copy link
Copy Markdown
Contributor

@panyogesh panyogesh left a comment

Choose a reason for hiding this comment

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

LGTM.

@github-actions
Copy link
Copy Markdown
Contributor

FeG Lint & Test

    2 files  203 suites   39s ⏱️
374 tests 374 ✔️ 0 💤 0
388 runs  388 ✔️ 0 💤 0

Results for commit 3381926.

@github-actions
Copy link
Copy Markdown
Contributor

Orc8r Lint & Test

551 tests   550 ✔️  1m 14s ⏱️
204 suites      0 💤
    1 files        1

For more details on these failures, see this check.

Results for commit 3381926.

@panyogesh panyogesh merged commit 46aeba6 into magma:v1.9 Aug 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

component: agw Access gateway-related issue component: ci All updates on CI (Jenkins/CircleCi/Github Action) component: cwf component: feg FEG-gateway related issues component: orc8r Orchestrator-related issue size/L Denotes a Pull Request that changes 100-499 lines.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants