Skip to content

Commit ed94f56

Browse files
mergify[bot]yihau
andauthored
v1.17: [anza migration] ci (backport of #5) (#11)
* [anza migration] ci (#5) * Update README.md * ci: update CodeCov report link * ci: update github pr link * ci: rename secondary pipeline * replace org name in .mergify * update channel info link * update dependabot pr link * use anza docker image * delete travis --------- Co-authored-by: Will Hickey <[email protected]> (cherry picked from commit 16d08a0) # Conflicts: # ci/rust-version.sh * fix conflict --------- Co-authored-by: Yihau Chen <[email protected]> Co-authored-by: yihau <[email protected]>
1 parent 5b24097 commit ed94f56

9 files changed

+13
-139
lines changed

.mergify.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ pull_request_rules:
3333
actions:
3434
request_reviews:
3535
teams:
36-
- "@solana-labs/community-pr-subscribers"
36+
- "@anza-xyz/community-pr-subscribers"
3737
- name: label changes from monorepo-triage
3838
conditions:
3939
- author≠@core-contributors
@@ -80,7 +80,7 @@ pull_request_rules:
8080
actions:
8181
backport:
8282
assignees: &BackportAssignee
83-
- "{{ merged_by|replace('mergify[bot]', label|select('equalto', 'community')|first|default(author)|replace('community', '@solana-labs/community-pr-subscribers')) }}"
83+
- "{{ merged_by|replace('mergify[bot]', label|select('equalto', 'community')|first|default(author)|replace('community', '@anza-xyz/community-pr-subscribers')) }}"
8484
title: "{{ destination_branch }}: {{ title }} (backport of #{{ number }})"
8585
ignore_conflicts: true
8686
labels:

.travis.yml

Lines changed: 0 additions & 94 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p align="center">
22
<a href="https://solana.com">
3-
<img alt="Solana" src="https://i.imgur.com/IKyzQ6T.png" width="250" />
3+
<img alt="Solana" src="https://i.imgur.com/0vfIMHo.png" width="250" />
44
</a>
55
</p>
66

@@ -111,35 +111,3 @@ problem is solved by this code?" On the other hand, if a test does fail and you
111111
better way to solve the same problem, a Pull Request with your solution would most certainly be
112112
welcome! Likewise, if rewriting a test can better communicate what code it's protecting, please
113113
send us that patch!
114-
115-
# Disclaimer
116-
117-
All claims, content, designs, algorithms, estimates, roadmaps,
118-
specifications, and performance measurements described in this project
119-
are done with the Solana Labs, Inc. (“SL”) good faith efforts. It is up to
120-
the reader to check and validate their accuracy and truthfulness.
121-
Furthermore, nothing in this project constitutes a solicitation for
122-
investment.
123-
124-
Any content produced by SL or developer resources that SL provides are
125-
for educational and inspirational purposes only. SL does not encourage,
126-
induce or sanction the deployment, integration or use of any such
127-
applications (including the code comprising the Solana blockchain
128-
protocol) in violation of applicable laws or regulations and hereby
129-
prohibits any such deployment, integration or use. This includes the use of
130-
any such applications by the reader (a) in violation of export control
131-
or sanctions laws of the United States or any other applicable
132-
jurisdiction, (b) if the reader is located in or ordinarily resident in
133-
a country or territory subject to comprehensive sanctions administered
134-
by the U.S. Office of Foreign Assets Control (OFAC), or (c) if the
135-
reader is or is working on behalf of a Specially Designated National
136-
(SDN) or a person subject to similar blocking or denied party
137-
prohibitions.
138-
139-
The reader should be aware that U.S. export control and sanctions laws prohibit
140-
U.S. persons (and other persons that are subject to such laws) from transacting
141-
with persons in certain countries and territories or that are on the SDN list.
142-
Accordingly, there is a risk to individuals that other persons using any of the
143-
code contained in this repo, or a derivation thereof, may be sanctioned persons
144-
and that transactions with such persons would be a violation of U.S. export
145-
controls and sanctions law.

ci/buildkite-pipeline-in-disk.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ if [[ -n $BUILDKITE_TAG ]]; then
289289
start_pipeline "Tag pipeline for $BUILDKITE_TAG"
290290

291291
annotate --style info --context release-tag \
292-
"https://github.com/solana-labs/solana/releases/$BUILDKITE_TAG"
292+
"https://github.com/anza-xyz/agave/releases/$BUILDKITE_TAG"
293293

294294
# Jump directly to the secondary build to publish release artifacts quickly
295295
trigger_secondary_step
@@ -307,7 +307,7 @@ if [[ $BUILDKITE_BRANCH =~ ^pull ]]; then
307307

308308
# Add helpful link back to the corresponding Github Pull Request
309309
annotate --style info --context pr-backlink \
310-
"Github Pull Request: https://github.com/solana-labs/solana/$BUILDKITE_BRANCH"
310+
"Github Pull Request: https://github.com/anza-xyz/agave/$BUILDKITE_BRANCH"
311311

312312
if [[ $GITHUB_USER = "dependabot[bot]" ]]; then
313313
command_step dependabot "ci/dependabot-pr.sh" 5

ci/buildkite-pipeline.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ EOF
121121

122122
trigger_secondary_step() {
123123
cat >> "$output_file" <<"EOF"
124-
- name: "Trigger Build on solana-secondary"
125-
trigger: "solana-secondary"
124+
- name: "Trigger Build on agave-secondary"
125+
trigger: "agave-secondary"
126126
branches: "!pull/*"
127127
async: true
128128
soft_fail: true
@@ -313,7 +313,7 @@ if [[ -n $BUILDKITE_TAG ]]; then
313313
start_pipeline "Tag pipeline for $BUILDKITE_TAG"
314314

315315
annotate --style info --context release-tag \
316-
"https://github.com/solana-labs/solana/releases/$BUILDKITE_TAG"
316+
"https://github.com/anza-xyz/agave/releases/$BUILDKITE_TAG"
317317

318318
# Jump directly to the secondary build to publish release artifacts quickly
319319
trigger_secondary_step
@@ -331,7 +331,7 @@ if [[ $BUILDKITE_BRANCH =~ ^pull ]]; then
331331

332332
# Add helpful link back to the corresponding Github Pull Request
333333
annotate --style info --context pr-backlink \
334-
"Github Pull Request: https://github.com/solana-labs/solana/$BUILDKITE_BRANCH"
334+
"Github Pull Request: https://github.com/anza-xyz/agave/$BUILDKITE_BRANCH"
335335

336336
if [[ $GITHUB_USER = "dependabot[bot]" ]]; then
337337
command_step dependabot "ci/dependabot-pr.sh" 5

ci/buildkite-solana-private.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ if [[ $BUILDKITE_BRANCH =~ ^pull ]]; then
287287

288288
# Add helpful link back to the corresponding Github Pull Request
289289
annotate --style info --context pr-backlink \
290-
"Github Pull Request: https://github.com/solana-labs/solana/$BUILDKITE_BRANCH"
290+
"Github Pull Request: https://github.com/anza-xyz/agave/$BUILDKITE_BRANCH"
291291

292292
if [[ $GITHUB_USER = "dependabot[bot]" ]]; then
293293
command_step dependabot "ci/dependabot-pr.sh" 5

ci/channel-info.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ here="$(dirname "$0")"
1111
# shellcheck source=ci/semver_bash/semver.sh
1212
source "$here"/semver_bash/semver.sh
1313

14-
remote=https://github.com/solana-labs/solana.git
14+
remote=https://github.com/anza-xyz/agave.git
1515

1616
# Fetch all vX.Y.Z tags
1717
#

ci/dependabot-pr.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ fi
2121
echo --- "(FAILING) Backpropagating dependabot-triggered Cargo.lock updates"
2222

2323
name="dependabot-buildkite"
24-
api_base="https://api.github.com/repos/solana-labs/solana/pulls"
24+
api_base="https://api.github.com/repos/anza-xyz/agave/pulls"
2525
pr_num=$(echo "$BUILDKITE_BRANCH" | grep -Eo '[0-9]+')
2626
branch=$(curl -s "$api_base/$pr_num" | python3 -c 'import json,sys;print(json.load(sys.stdin)["head"]["ref"])')
2727

ci/test-coverage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ else
3232
codecov -t "${CODECOV_TOKEN}"
3333

3434
annotate --style success --context codecov.io \
35-
"CodeCov report: https://codecov.io/github/solana-labs/solana/commit/${CI_COMMIT:0:9}"
35+
"CodeCov report: https://codecov.io/github/anza-xyz/agave/commit/${CI_COMMIT:0:9}"
3636
fi

0 commit comments

Comments
 (0)