Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Merge release 1.8.3 to master #7897

Merged
merged 47 commits into from
Sep 12, 2019
Merged
Changes from 1 commit
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
ffbf338
Only request_message for our head greater than msg.head when we suspe…
heifner Aug 30, 2019
1eecbf2
Update comment for new behavior
heifner Sep 3, 2019
71cf10e
Merge pull request #7836 from EOSIO/bandwidth
heifner Sep 3, 2019
3ca5be4
added automation-basic-builder-fleet to generate
Sep 3, 2019
c9b9d38
Remove verbose output on serial tests. Remove mongo dependency on Tra…
scottarnette Sep 3, 2019
4d7cf6d
Fix Mojave Package Builder step label
kj4ezj Sep 3, 2019
6d952d8
Moved "Git Submodule Regression Check" YAML into generate-pipeline.sh
kj4ezj Sep 3, 2019
5f3fee1
Created "Brew Updater" step
kj4ezj Sep 3, 2019
ee1fc92
Deprecate network-version-match option as it is needlessly restrictive
heifner Sep 3, 2019
9e33018
Merge branch '1.8.x-trav-poc' of ssh://github.com/EOSIO/eos into 1.8.…
scottarnette Sep 3, 2019
c3c5980
Move "Ubuntu 18.04 - Contract Builder" step to end
kj4ezj Sep 3, 2019
30c2666
Merge branch '1.8.x-trav-poc' of ssh://github.com/EOSIO/eos into 1.8.…
scottarnette Sep 3, 2019
61f1dd3
Removed dead code
kj4ezj Sep 3, 2019
7c2ca28
Merge branch '1.8.x-trav-poc' of ssh://github.com/EOSIO/eos into 1.8.…
scottarnette Sep 4, 2019
c92689e
Add mac script back.
scottarnette Sep 4, 2019
40824a8
Log warning if network-version-match is set to true
heifner Sep 4, 2019
1ba8143
Merge pull request #7844 from EOSIO/deprecate-network-version-match-1.8
arhag Sep 4, 2019
1f36d42
added versions to platform files
Sep 4, 2019
b359375
Merge pull request #7839 from EOSIO/1.8.x-trav-poc
kj4ezj Sep 4, 2019
b15e755
Add SKIP_MAC to Brew Updater.
scottarnette Sep 5, 2019
ab16e0a
Extend timeout for Contract Builder.
scottarnette Sep 5, 2019
b5d2954
Set contract builder to use unpinned image. This matches existing con…
scottarnette Sep 5, 2019
eb4b9ce
Merge pull request #7851 from EOSIO/cicd-fixes-r1.8
arhag Sep 5, 2019
f1a4b5c
Do not update connection fork_head info if in lib_catchup since we sh…
heifner Sep 5, 2019
f0bb831
Merge pull request #7855 from EOSIO/net-plugin-catchup-1.8
heifner Sep 5, 2019
ea40df8
Ensure release flag is added to all builds.
scottarnette Sep 6, 2019
69599f3
Pinned Mac builds should install Boost from source. Unpinned should i…
scottarnette Sep 6, 2019
275331f
Pinned Mac builds should install Boost from source. Unpinned should i…
scottarnette Sep 6, 2019
bce6db2
Merge pull request #7861 from EOSIO/cicd-test-debug-r1.8
arhag Sep 6, 2019
ab14822
Replace SKIP_MOJAVE with SKIP_MACOS_10_14.
scottarnette Sep 6, 2019
61a847c
Set cleos to use deflaut log level of debug since it uses debug for s…
heifner Sep 9, 2019
0f85be2
Pinned Mac builds should install Boost from source. Unpinned should i…
scottarnette Sep 9, 2019
23d2c78
Merge branch 'release/1.8.x' into cicd-mac-boost-r1.8
scottarnette Sep 9, 2019
da31bc1
Removed flags from Boost install step.
scottarnette Sep 9, 2019
22401e1
Fix test failure when bios contract in use instead of eosio.system co…
heifner Sep 9, 2019
bda3c2a
Merge pull request #7872 from EOSIO/cicd-mac-boost-r1.8
arhag Sep 9, 2019
aec5bde
Merge pull request #7869 from EOSIO/cleos-get-actions-1.8
heifner Sep 9, 2019
e864b0e
Merge pull request #7875 from EOSIO/fix-tests-bootstrap-1.8
heifner Sep 9, 2019
2649e65
Fix artifacts not being uploaded on failing tests.
scottarnette Sep 10, 2019
3e8468f
Merge pull request #7880 from EOSIO/cicd-test-artifacts-r1.8
heifner Sep 10, 2019
79e379e
Post a low priority item on application queue so that everything is d…
heifner Sep 11, 2019
01bf01c
Make my net_plugin_impl a shared_ptr
heifner Sep 11, 2019
0714eaa
Keep producer_plugin impl alive until app queue drained
heifner Sep 11, 2019
4522caa
Merge pull request #7888 from EOSIO/fix-exit-crash-1.8
heifner Sep 11, 2019
04dc7e3
Bump version to 1.8.3
heifner Sep 12, 2019
744c606
Merge pull request #7896 from EOSIO/bump-version-to-1.8.3
heifner Sep 12, 2019
eaf18fe
Merge branch 'master' into merge-release-1.8.3-to-master
heifner Sep 12, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
added automation-basic-builder-fleet to generate
  • Loading branch information
Nathan Pierce committed Sep 3, 2019
commit 3ca5be4a5241302a21b913bb709419284c99780d
2 changes: 1 addition & 1 deletion .cicd/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ steps:
- label: ":pipeline: Generate Pipeline Steps"
command: "./.cicd/generate-pipeline.sh | buildkite-agent pipeline upload"
agents:
queue: "automation-eos-builder-fleet"
queue: "automation-basic-builder-fleet"
timeout: ${TIMEOUT:-10}

- wait
Expand Down