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: Post slack notifications on OSS builds only #47194

Merged
merged 1 commit into from
Apr 1, 2022

Conversation

dsotirakis
Copy link
Contributor

What this PR does / why we need it:

Post slack notifications on OSS builds only, by adding a repo rule to our yaml file.

@dsotirakis dsotirakis added type/ci Tasks related to Continuous Integration workflow backport v8.4.x Mark PR for automatic backport to v8.4.x labels Apr 1, 2022
@dsotirakis dsotirakis added this to the 8.4.6 milestone Apr 1, 2022
@dsotirakis dsotirakis requested a review from a team April 1, 2022 12:11
@dsotirakis dsotirakis self-assigned this Apr 1, 2022
@dsotirakis dsotirakis enabled auto-merge (squash) April 1, 2022 12:12
@dsotirakis dsotirakis merged commit 3055302 into main Apr 1, 2022
@dsotirakis dsotirakis deleted the run-notify-drone-changes-on-oss-repo-only branch April 1, 2022 12:20
@grafanabot
Copy link
Contributor

The backport to v8.4.x failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new branch
git switch --create backport-47194-to-v8.4.x origin/v8.4.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x 305530224ac5c56d6de30cf75c407bd328428ea2
# Push it to GitHub
git push --set-upstream origin backport-47194-to-v8.4.x
git switch main
# Remove the local backport branch
git branch -D backport-47194-to-v8.4.x

Then, create a pull request where the base branch is v8.4.x and the compare/head branch is backport-47194-to-v8.4.x.

gelicia pushed a commit that referenced this pull request Apr 6, 2022
dsotirakis added a commit that referenced this pull request Apr 8, 2022
dsotirakis added a commit that referenced this pull request Apr 8, 2022
* CI: Update `grabpl` version - remove `--no-pull-enterprise` flag (#47013)

* Update grabpl version

* Sign drone

* Remove --no-pull-enterprise flag

* Sign drone

* Update grabpl

(cherry picked from commit 65b0bd3)

* Add dependencies (#47126)

(cherry picked from commit ee92af8)

* Run slack notify on OSS repo only (#47194)

(cherry picked from commit 3055302)

* CI: Run publishing steps only on OSS repo for main/version branches (#47315)

* Convert steps to run on OSS repo only

* Exclude versioned branches from publishing artifacts

* Change trigger -> when

* Add trigger to upload_* steps

* Add conditions to remaining steps

* Exclude release steps

* Bring back exclusion for release builds

(cherry picked from commit bd386df)
(cherry picked from commit 7da8766)

* Storybook: Replace `gsutil rsync` with `gsutil cp` when copying artifacts (#47335)

* Replace gsutil rsync with cp

* Sync drone

* Remove folder before uploading artifacts

(cherry picked from commit 25e04d7)

* Update grabpl version (#47375)

(cherry picked from commit c72881a)

* Make gsutil command don't fail if dir doesn't exist (#47394)

(cherry picked from commit 0845ba1)

* Replace with secret (#47488)

(cherry picked from commit ce2a925)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport v8.4.x Mark PR for automatic backport to v8.4.x type/ci Tasks related to Continuous Integration workflow
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants