Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

CI publish to aws #10446

Merged
merged 4 commits into from
Mar 4, 2019
Merged

CI publish to aws #10446

merged 4 commits into from
Mar 4, 2019

Conversation

General-Beck
Copy link
Contributor

gitlab.yml cleaning
move publish AWS to gitlab scripts
remove dependencies from android build

…les on github

Signed-off-by: Denis S. Soldatov aka General-Beck <general.beck@gmail.com>
Signed-off-by: Denis S. Soldatov aka General-Beck <general.beck@gmail.com>
move publish AWS to gitlab scripts
remove dependencies from android build

Signed-off-by: Denis S. Soldatov aka General-Beck <general.beck@gmail.com>
@General-Beck General-Beck self-assigned this Mar 4, 2019
@General-Beck General-Beck added A0-pleasereview 🤓 Pull request needs code review. M1-ci 🙉 Continuous integration. labels Mar 4, 2019
@ddorgan
Copy link
Collaborator

ddorgan commented Mar 4, 2019

Tests failing???

!!! 1 tests failed.
   - static_CheckOpcodes2 | Constantinople (5/20) ... !!! State mismatch (got: 0x7573…91de, expect: 0xee41…2ad2
   - static_CheckOpcodes2 | Constantinople (6/20) ... !!! State mismatch (got: 0x91df…9c5f, expect: 0xee41…2ad2
   - static_CheckOpcodes2 | Constantinople (7/20) ... !!! State mismatch (got: 0x6d77…b572, expect: 0xebd2…a6f6
   - static_CheckOpcodes2 | Constantinople (8/20) ... !!! State mismatch (got: 0x199c…4773, expect: 0x0579…989c

@ordian
Copy link
Collaborator

ordian commented Mar 4, 2019

submodule updates need to be reverted

@TriplEight
Copy link
Collaborator

Tests failing???

!!! 1 tests failed.
   - static_CheckOpcodes2 | Constantinople (5/20) ... !!! State mismatch (got: 0x7573…91de, expect: 0xee41…2ad2
   - static_CheckOpcodes2 | Constantinople (6/20) ... !!! State mismatch (got: 0x91df…9c5f, expect: 0xee41…2ad2
   - static_CheckOpcodes2 | Constantinople (7/20) ... !!! State mismatch (got: 0x6d77…b572, expect: 0xebd2…a6f6
   - static_CheckOpcodes2 | Constantinople (8/20) ... !!! State mismatch (got: 0x199c…4773, expect: 0x0579…989c

that's not related to this pipeline

Copy link
Collaborator

@TriplEight TriplEight left a comment

Choose a reason for hiding this comment

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

this will work. I was thinking to get rid of all the scripts and avoid using git clone for some jobs.
But it's not important at all, let's do it this way.

@General-Beck General-Beck merged commit 1bd4564 into master Mar 4, 2019
@soc1c soc1c deleted the ci-aws branch March 5, 2019 10:34
@soc1c soc1c added this to the 2.5 milestone Mar 5, 2019
@soc1c soc1c added B1-patch-beta 🕷🕷 B0-patch-stable 🕷 Pull request should also be back-ported to the stable branch. labels Mar 5, 2019
@General-Beck General-Beck restored the ci-aws branch March 5, 2019 13:09
General-Beck added a commit that referenced this pull request Mar 5, 2019
soc1c pushed a commit that referenced this pull request Mar 13, 2019
* move publish aws from gitlab.yml to gitlab scripts

* gitlab.yml cleaning
move publish AWS to gitlab scripts
remove dependencies from android build
@soc1c soc1c mentioned this pull request Mar 13, 2019
6 tasks
soc1c pushed a commit that referenced this pull request Mar 13, 2019
* move publish aws from gitlab.yml to gitlab scripts

* gitlab.yml cleaning
move publish AWS to gitlab scripts
remove dependencies from android build
@soc1c soc1c mentioned this pull request Mar 13, 2019
7 tasks
soc1c added a commit that referenced this pull request Mar 19, 2019
* version: bump stable

* CI publish to aws (#10446)

* move publish aws from gitlab.yml to gitlab scripts

* gitlab.yml cleaning
move publish AWS to gitlab scripts
remove dependencies from android build

* Ensure static validator set changes are recognized (#10467)

* CI aws git checkout (#10451)

* Updating the CI system with the publication of releases and binary files on github

Signed-off-by: Denis S. Soldatov aka General-Beck <general.beck@gmail.com>

* move publish aws from gitlab.yml to gitlab scripts

Signed-off-by: Denis S. Soldatov aka General-Beck <general.beck@gmail.com>

* gitlab.yml cleaning
move publish AWS to gitlab scripts
remove dependencies from android build

Signed-off-by: Denis S. Soldatov aka General-Beck <general.beck@gmail.com>

* Revert "Updating the CI system with the publication of releases and binary files on github"

This reverts commit da87e06.

* remove no-git for aws

* microfix

* no need in no_git then

* Revert "CI aws git checkout (#10451)" (#10456)

* Revert "CI aws git checkout (#10451)"

This reverts commit 3e1d731.

* Update .gitlab-ci.yml

revert aws script with small fixes

* Delete publish-aws.sh

* Tests parallelized (#10452)

* tests splitted, phase 1

* typo

* fix wrong launch commands

* typos

* rearrangements

* use `nproc` function for threads

* use nproc for threads

* let theads be auto, build-andriod no more in regular run

* split val chain and cargo check

* renamed some files

* wrong phase

* check rust files before test jobs

* lint error

* rust files modivied var

* test except changes

* add rust_changes except

* lint error

* fixes

* .gitlab-ci.yml can't be excluded

* pipeline shouldn't start

* pipeline must go

* pipeline must go 2

* pipeline must go 3

* pipeline must go 4

* pipeline must go 5

* pipeline must go 6

* pipeline must go 7

* pipeline must not go 1

* pipeline must go 8

* avoid skippng tests yet, reintroducing them after the caching

* test theory

* parallelized cargo check with combusting helicopters

* less uploads

* alias for cargo checks

* nice template

* Fix `ci-skip-issue` name

* Fix build flag

* Remove ci-skip-tests flag for stable
soc1c added a commit that referenced this pull request Mar 19, 2019
* version: bump beta

* Implement parity_versionInfo & parity_setChain on LC; fix parity_setChain (#10312)

* Light client: implement parity_versionInfo RPC

* Light client: implement set_exit_handler & parity_setChain RPC

* parity_setChain RPC: return an error if failed (instead of `true`)

* Implement eth_subscribe('syncing') RPC for full node & light node

* Fix indentation

* Revert commit: Implement eth_subscribe('syncing')

* Revert change to Cr callback function

* CI publish to aws (#10446)

* move publish aws from gitlab.yml to gitlab scripts

* gitlab.yml cleaning
move publish AWS to gitlab scripts
remove dependencies from android build

* CI aws git checkout (#10451)

* Updating the CI system with the publication of releases and binary files on github

Signed-off-by: Denis S. Soldatov aka General-Beck <general.beck@gmail.com>

* move publish aws from gitlab.yml to gitlab scripts

Signed-off-by: Denis S. Soldatov aka General-Beck <general.beck@gmail.com>

* gitlab.yml cleaning
move publish AWS to gitlab scripts
remove dependencies from android build

Signed-off-by: Denis S. Soldatov aka General-Beck <general.beck@gmail.com>

* Revert "Updating the CI system with the publication of releases and binary files on github"

This reverts commit da87e06.

* remove no-git for aws

* microfix

* no need in no_git then

* Revert "CI aws git checkout (#10451)" (#10456)

* Revert "CI aws git checkout (#10451)"

This reverts commit 3e1d731.

* Update .gitlab-ci.yml

revert aws script with small fixes

* Delete publish-aws.sh

* Tests parallelized (#10452)

* tests splitted, phase 1

* typo

* fix wrong launch commands

* typos

* rearrangements

* use `nproc` function for threads

* use nproc for threads

* let theads be auto, build-andriod no more in regular run

* split val chain and cargo check

* renamed some files

* wrong phase

* check rust files before test jobs

* lint error

* rust files modivied var

* test except changes

* add rust_changes except

* lint error

* fixes

* .gitlab-ci.yml can't be excluded

* pipeline shouldn't start

* pipeline must go

* pipeline must go 2

* pipeline must go 3

* pipeline must go 4

* pipeline must go 5

* pipeline must go 6

* pipeline must go 7

* pipeline must not go 1

* pipeline must go 8

* avoid skippng tests yet, reintroducing them after the caching

* test theory

* parallelized cargo check with combusting helicopters

* less uploads

* alias for cargo checks

* nice template

* Ensure static validator set changes are recognized (#10467)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A0-pleasereview 🤓 Pull request needs code review. B0-patch-stable 🕷 Pull request should also be back-ported to the stable branch. M1-ci 🙉 Continuous integration.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants