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

chore(deps): update dependency ubuntu to v22 #169

Merged
merged 1 commit into from
Dec 19, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 9, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
ubuntu github-runner major 20.04 -> 22.04

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.


PR-Codex overview

This PR updates the runs-on value in several GitHub workflows from ubuntu-20.04 to ubuntu-22.04.

Detailed summary

  • Updated runs-on value in .github/workflows/pdd.yml from ubuntu-20.04 to ubuntu-22.04
  • Updated runs-on value in .github/workflows/fief.yml from ubuntu-20.04 to ubuntu-22.04
  • Updated runs-on value in .github/workflows/make.yml from ubuntu-20.04 to ubuntu-22.04
  • Updated runs-on value in .github/workflows/releases.yml from ubuntu-20.04 to ubuntu-22.04
  • Updated runs-on value in .github/workflows/pages.yml from ubuntu-20.04 to ubuntu-22.04

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

@yegor256
Copy link
Member

yegor256 commented Aug 9, 2023

@rultor please, try to merge, since 2 checks have passed

@rultor
Copy link
Contributor

rultor commented Aug 9, 2023

@rultor please, try to merge, since 2 checks have passed

@yegor256 OK, I'll try to merge now. You can check the progress of the merge here

@rultor
Copy link
Contributor

rultor commented Aug 9, 2023

@rultor please, try to merge, since 2 checks have passed

@renovate[bot] @yegor256 Oops, I failed. You can see the full log here (spent 18min)

Running EOorg.EOeolang.EOnegative_infinity_eq_negative_infinityTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running EOorg.EOeolang.EOmultiply_by_zeroTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running EOorg.EOeolang.EOnegative_infinity_as_bytes_is_validTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running EOorg.EOeolang.EOcreates_vararg_from_arrayTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running EOorg.EOeolang.EOtimes_by_oneTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running EOorg.EOeolang.EOdiv_multipleTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running EOorg.EOeolang.EOnegative_infinity_minus_negative_floatTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running EOorg.EOeolang.EOcatches_simple_exceptionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running EOorg.EOeolang.EOcounts_size_of_bytesTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running EOorg.EOeolang.EOpositive_infinity_minus_multiple_numbers_with_negative_infinityTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 sec

Results :

Tests run: 1184, Failures: 0, Errors: 0, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  12:47 min
[INFO] Finished at: 2023-08-09T15:54:44Z
[INFO] ------------------------------------------------------------------------
\u001b[0m\u001b[0mmake[2]: Leaving directory '/home/r/repo/make/jvm'
make[1]: Leaving directory '/home/r/repo/make'
pdd --format xml . | grep -v 'puzzle '
Found 2 lines in /home/r/repo/.pdd
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type='text/xsl' href='http://pdd-xsl.teamed.io/0.21.3.xsl'?>
<puzzles xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://pdd-xsd.teamed.io/0.21.3.xsd" version="0.21.3" date="2023-08-09T15:54:45Z"/>
python3 tests/py/deps_tests.py
List of current dependencies: {'eo:0.29.5', 'eo-files:0.4.0', 'eo-hamcrest:0.4.0'}
.
----------------------------------------------------------------------
Ran 1 test in 0.009s

OK
+ mv /home/r/repo .
++ whoami
+ chown -R root repo
+ '[' -n '' ']'
++ whoami
+ sudo chown -R rultor repo
+ cd repo
+ git push origin master
remote: error: GH006: Protected branch update failed for refs/heads/master.        
remote: error: At least 1 approving review is required by reviewers with write access.        
To github.com:objectionary/home.git
 ! [remote rejected] master -> master (protected branch hook declined)
error: failed to push some refs to 'git@github.com:objectionary/home.git'
container 7148816a8729f42462d6ef537b8475c2f764ed09b16b81ff3f4feb9c161ec104 is dead
Wed 09 Aug 2023 05:59:16 PM CEST

@renovate renovate bot force-pushed the renovate/ubuntu-22.x branch 2 times, most recently from 23781bc to 4024ecb Compare August 11, 2023 12:52
@renovate renovate bot force-pushed the renovate/ubuntu-22.x branch 2 times, most recently from 78f2708 to a56068c Compare October 6, 2023 11:33
Copy link
Member

@yegor256 yegor256 left a comment

Choose a reason for hiding this comment

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

ok

@renovate renovate bot changed the title Update dependency ubuntu to v22 chore(deps): update dependency ubuntu to v22 Oct 14, 2023
@renovate renovate bot force-pushed the renovate/ubuntu-22.x branch 5 times, most recently from 0ee9f46 to ea4a2c1 Compare December 14, 2023 12:29
@yegor256 yegor256 merged commit de4cdc4 into master Dec 19, 2023
2 checks passed
@renovate renovate bot deleted the renovate/ubuntu-22.x branch December 19, 2023 15:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants