Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
blathers-crl[bot] committed Sep 24, 2024
1 parent a4c6966 commit a747729
Show file tree
Hide file tree
Showing 4,933 changed files with 128,602 additions and 292,980 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
120 changes: 58 additions & 62 deletions .github/CODEOWNERS

Large diffs are not rendered by default.

18 changes: 0 additions & 18 deletions .github/workflows/check-pebble-dep.yml

This file was deleted.

135 changes: 0 additions & 135 deletions .github/workflows/crdb-api-client-npm-publish.yml

This file was deleted.

53 changes: 0 additions & 53 deletions .github/workflows/github-actions-essential-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -345,56 +345,3 @@ jobs:
- name: clean up
run: ./build/github/cleanup-engflow-keys.sh
if: always()
cockroach-microbench-ci:
runs-on: [ self-hosted, basic_runner_group ]
# TODO(sambhav-jain-16): enable this for pull requests also
if: ${{ github.event_name == 'push' }}
timeout-minutes: 60
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1 # Fetch only the latest commit

- name: Get the latest commit of the target branch
id: get_latest_commit_target_branch
run: |
# Get the target branch name
TARGET_BRANCH=${{ github.event.pull_request.base.ref }}
# Fetch the latest commit of the target branch
git fetch origin $TARGET_BRANCH --depth=1
# Get the latest commit hash of the target branch
LATEST_COMMIT=$(git rev-parse FETCH_HEAD)
# Output the latest commit hash
echo "Latest commit on target branch ($TARGET_BRANCH): $LATEST_COMMIT"
# Set the latest commit hash as an output variable
echo "latest_commit=$LATEST_COMMIT" >> $GITHUB_OUTPUT
if: ${{ github.event_name != 'push' }}
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha || github.ref }}
- name: compute metadata
run: echo GITHUB_ACTIONS_BRANCH=${{ github.event.pull_request.number || github.ref_name}} >> "$GITHUB_ENV"
- run: ./build/github/get-engflow-keys.sh
- run: ./build/github/prepare-summarize-build.sh
- name: run scripts
run: ./build/github/cockroach-microbench-ci.sh
env:
COMPARE_THRESHOLD: "5.00"
PUSH_STEP: ${{ github.event_name == 'push' && env.GITHUB_ACTIONS_BRANCH != 'staging' }}
BASE_SHA: ${{ steps.get_latest_commit_target_branch.outputs.latest_commit }}

# TODO(sambhav-jain-16): add Performance note check and use this flag. Currently set to false (https://github.com/cockroachdb/cockroach/issues/106661)
SKIP_COMPARISON: ${{ env.GITHUB_ACTIONS_BRANCH == 'staging' }}
- name: upload build results
run: ./build/github/summarize-build.sh bes.bin
if: always()
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: clean up
run: ./build/github/cleanup-engflow-keys.sh
if: always()

13 changes: 8 additions & 5 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Close stale test failures and sentry issues
name: Mark stale issues and pull requests

on:
schedule:
Expand All @@ -18,14 +18,17 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: |
We have marked this issue as stale because it has been inactive for
12 months. If this issue is still relevant, removing the stale label
18 months. If this issue is still relevant, removing the stale label
or adding a comment will keep it active. Otherwise, we'll close it in
10 days to keep the issue queue tidy.
10 days to keep the issue queue tidy. Thank you for your contribution
to CockroachDB!
stale-pr-message: 'Stale pull request message'
stale-issue-label: 'no-issue-activity'
stale-pr-label: 'no-pr-activity'
close-issue-label: 'X-stale'
close-pr-label: 'X-stale'
# Disable this for PR's, by setting a very high bar
days-before-pr-stale: 99999
days-before-issue-stale: 366
days-before-issue-stale: 540
days-before-close: 10
any-of-issue-labels: 'C-test-failure,O-sentry'
exempt-issue-labels: 'release-blocker,X-anchored-telemetry,X-nostale'
15 changes: 4 additions & 11 deletions .github/workflows/update_releases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,18 @@

on:
schedule:
- cron: 0 0 * * *
- cron: 0 0 * * *
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:


name: Update pkg/testutils/release/cockroach_releases.yaml
jobs:
update-crdb-releases-yaml:
if: github.repository == 'cockroachdb/cockroach'
environment: ${{ github.ref_name == 'master' && 'master' || null }}
strategy:
matrix:
branch:
- "master"
- "release-23.1"
- "release-23.2"
- "release-24.1"
- "release-24.2"
branch: ["master", "release-23.1", "release-23.2"]
name: Update pkg/testutils/release/cockroach_releases.yaml on ${{ matrix.branch }}
runs-on: ubuntu-latest
steps:
Expand All @@ -51,11 +46,9 @@ jobs:
uses: peter-evans/create-pull-request@v5
with:
base: "${{ matrix.branch }}"
branch: "crdb-releases-yaml-update-${{ matrix.branch }}"
push-to-fork: "cockroach-teamcity/cockroach"
branch: 'crdb-releases-yaml-update-${{ matrix.branch }}'
title: "${{ matrix.branch }}: Update pkg/testutils/release/cockroach_releases.yaml"
author: "CRL Release bot <[email protected]>"
token: "${{ secrets.GH_TOKEN_PR }}"
reviewers: rail,jlinder,celiala
body: |
Update pkg/testutils/release/cockroach_releases.yaml with recent values.
Expand Down
8 changes: 1 addition & 7 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ work-Fuzz*
/.vendor.tmp.*
# The Observability Service binary.
/obsservice
# The Workload Binary
/workload

# Instrumentation artifacts.
/instrument*
.instrumentor_exclusions.tmp
Expand All @@ -42,8 +41,6 @@ customenv.mk
# Generated files containing include paths.
zcgo_flags*.go
build/Railroad.jar
# Legacy `make` content.
build/variables.mk

# Bazel generated symlinks
/_bazel
Expand All @@ -63,6 +60,3 @@ pkg/testutils/serverutils/*_generated.go

# Temporary directories during gomock generate
**/gomock_reflect_*

.DS_Store
.idea/
Loading

0 comments on commit a747729

Please sign in to comment.