Skip to content

Conversation

@trz42
Copy link
Owner

@trz42 trz42 commented Apr 21, 2025

DO (almost) NOTHING PR to test EESSI bot PR 310

@eessi-bot-devel-trz42
Copy link

Instance eX3-dev-310 is configured to build for:

  • architectures: x86_64/amd/zen2, aarch64/generic
  • repositories: eessi.io-2023.06-software

@trz42
Copy link
Owner Author

trz42 commented Apr 21, 2025

Run a couple of test cases:

  1. incomplete filters (now we require instance, repository and architecture PLUS values must match exactly -- no partial match or regex match)
    1. no filter
    2. only architecture
    3. only instance
    4. only repository
    5. all filters but only use partial value, e.g. 64
    6. all filters but use regex
  2. complete filters including exact values

@trz42
Copy link
Owner Author

trz42 commented Apr 21, 2025

bot: build

Resulted in a crash...

[20250421-T18:12:48] Unexpected err=EESSIBotActionFilter.check_filters() missing 1 required positional argument: 'components', type(err)=<class 'TypeError'>
[20250421-T18:12:48] WARNING: A crash occurred!
Traceback (most recent call last):
  File "/home/thomarob/dev/v_bot_p310/lib/python3.10/site-packages/pyghee/lib.py", line 170, in process_event
    self.handle_event(event_info, log_file=log_file)
  File "/home/thomarob/dev/v_bot_p310/lib/python3.10/site-packages/pyghee/lib.py", line 102, in handle_event
    handler(event_info, log_file=log_file)
  File "/home/thomarob/dev/eessi-bot-software-layer/eessi_bot_event_handler.py", line 297, in handle_issue_comment_event
    update = self.handle_bot_command(event_info, cmd)
  File "/home/thomarob/dev/eessi-bot-software-layer/eessi_bot_event_handler.py", line 479, in handle_bot_command
    return handler(event_info, bot_command)
  File "/home/thomarob/dev/eessi-bot-software-layer/eessi_bot_event_handler.py", line 525, in handle_bot_command_build
    submitted_jobs = submit_build_jobs(pr, event_info, bot_command.action_filters)
  File "/home/thomarob/dev/eessi-bot-software-layer/tasks/build.py", line 998, in submit_build_jobs
    jobs = prepare_jobs(pr, cfg, event_info, action_filter)
  File "/home/thomarob/dev/eessi-bot-software-layer/tasks/build.py", line 624, in prepare_jobs
    if not action_filter.check_filters(context):
TypeError: EESSIBotActionFilter.check_filters() missing 1 required positional argument: 'components'

We either have to use check_build_filters or provide the 2nd argument.

@eessi-bot-devel-trz42
Copy link

Updates by the bot instance eX3-dev-310 (click for details)
  • received bot command build from trz42
    • expanded format: build

@trz42
Copy link
Owner Author

trz42 commented Apr 21, 2025

Repeat test case 1i...
bot: build

@eessi-bot-devel-trz42
Copy link

eessi-bot-devel-trz42 bot commented Apr 21, 2025

Updates by the bot instance eX3-dev-310 (click for details)
  • received bot command build from trz42

    • expanded format: build
  • handling command build resulted in:

    • no jobs were submitted

@trz42
Copy link
Owner Author

trz42 commented Apr 21, 2025

Test case 1ii (only architecture)...
bot: build arch:x86_64/amd/zen2

@eessi-bot-devel-trz42
Copy link

eessi-bot-devel-trz42 bot commented Apr 21, 2025

Updates by the bot instance eX3-dev-310 (click for details)
  • received bot command build arch:x86_64/amd/zen2 from trz42

    • expanded format: build architecture:x86_64/amd/zen2
  • handling command build architecture:x86_64/amd/zen2 resulted in:

    • no jobs were submitted

@trz42
Copy link
Owner Author

trz42 commented Apr 21, 2025

Test case 1iii (only instance)...
bot: build inst:eX3-dev-310

@eessi-bot-devel-trz42
Copy link

eessi-bot-devel-trz42 bot commented Apr 21, 2025

Updates by the bot instance eX3-dev-310 (click for details)
  • received bot command build inst:eX3-dev-310 from trz42

    • expanded format: build instance:eX3-dev-310
  • handling command build instance:eX3-dev-310 resulted in:

    • no jobs were submitted

@trz42
Copy link
Owner Author

trz42 commented Apr 21, 2025

Test case 1iv (only repository)...
bot: build repo:eessi.io-2023.06-software

@eessi-bot-devel-trz42
Copy link

eessi-bot-devel-trz42 bot commented Apr 21, 2025

Updates by the bot instance eX3-dev-310 (click for details)
  • received bot command build repo:eessi.io-2023.06-software from trz42

    • expanded format: build repository:eessi.io-2023.06-software
  • handling command build repository:eessi.io-2023.06-software resulted in:

    • no jobs were submitted

@trz42
Copy link
Owner Author

trz42 commented Apr 21, 2025

Test case 1v (all components but only partial value)...
bot: build inst:eX3-dev-310 repo:eessi.io-2023.06-software arch:64

@eessi-bot-devel-trz42
Copy link

eessi-bot-devel-trz42 bot commented Apr 21, 2025

Updates by the bot instance eX3-dev-310 (click for details)
  • received bot command build inst:eX3-dev-310 repo:eessi.io-2023.06-software arch:64 from trz42

    • expanded format: build instance:eX3-dev-310 repository:eessi.io-2023.06-software architecture:64
  • handling command build instance:eX3-dev-310 repository:eessi.io-2023.06-software architecture:64 resulted in:

    • no jobs were submitted

@trz42
Copy link
Owner Author

trz42 commented Apr 21, 2025

Test case 1v-2 (all components but only partial value)...
bot: build inst:eX3-dev-310 repo:eessi.io arch:x86_64/amd/zen2

@eessi-bot-devel-trz42
Copy link

eessi-bot-devel-trz42 bot commented Apr 21, 2025

Updates by the bot instance eX3-dev-310 (click for details)
  • received bot command build inst:eX3-dev-310 repo:eessi.io arch:x86_64/amd/zen2 from trz42

    • expanded format: build instance:eX3-dev-310 repository:eessi.io architecture:x86_64/amd/zen2
  • handling command build instance:eX3-dev-310 repository:eessi.io architecture:x86_64/amd/zen2 resulted in:

    • no jobs were submitted

@trz42
Copy link
Owner Author

trz42 commented Apr 21, 2025

Try again test case 1v-2 (all components but only partial value)...
bot: build inst:eX3-dev-310 repo:eessi.io arch:x86_64/amd/zen2

@eessi-bot-devel-trz42
Copy link

eessi-bot-devel-trz42 bot commented Apr 21, 2025

Updates by the bot instance eX3-dev-310 (click for details)
  • received bot command build inst:eX3-dev-310 repo:eessi.io arch:x86_64/amd/zen2 from trz42

    • expanded format: build instance:eX3-dev-310 repository:eessi.io architecture:x86_64/amd/zen2
  • handling command build instance:eX3-dev-310 repository:eessi.io architecture:x86_64/amd/zen2 resulted in:

    • no jobs were submitted

@trz42
Copy link
Owner Author

trz42 commented Apr 21, 2025

Test case 1vi (all components but use regex as value)...
bot: build inst:eX3-dev-[0-3]* repo:eessi.io-.* arch:x86_64/amd/zen2

@eessi-bot-devel-trz42
Copy link

eessi-bot-devel-trz42 bot commented Apr 21, 2025

Updates by the bot instance eX3-dev-310 (click for details)
  • received bot command build inst:eX3-dev-[0-3]* repo:eessi.io-.* arch:x86_64/amd/zen2 from trz42

    • expanded format: build instance:eX3-dev-[0-3]* repository:eessi.io-.* architecture:x86_64/amd/zen2
  • handling command build instance:eX3-dev-[0-3]* repository:eessi.io-.* architecture:x86_64/amd/zen2 resulted in:

    • no jobs were submitted

@trz42
Copy link
Owner Author

trz42 commented Apr 21, 2025

Test case 1v-3 (all components but only partial value)...
bot: build inst:eX3-dev-310 repo:software arch:x86_64/amd/zen2

@eessi-bot-devel-trz42
Copy link

eessi-bot-devel-trz42 bot commented Apr 21, 2025

Updates by the bot instance eX3-dev-310 (click for details)
  • received bot command build inst:eX3-dev-310 repo:software arch:x86_64/amd/zen2 from trz42

    • expanded format: build instance:eX3-dev-310 repository:software architecture:x86_64/amd/zen2
  • handling command build instance:eX3-dev-310 repository:software architecture:x86_64/amd/zen2 resulted in:

    • no jobs were submitted

@trz42
Copy link
Owner Author

trz42 commented Apr 21, 2025

Test case 2 (all components and exact values)...
bot: build inst:eX3-dev-310 repo:eessi.io-2023.06-software arch:x86_64/amd/zen2

@eessi-bot-devel-trz42
Copy link

eessi-bot-devel-trz42 bot commented Apr 21, 2025

Updates by the bot instance eX3-dev-310 (click for details)
  • received bot command build inst:eX3-dev-310 repo:eessi.io-2023.06-software arch:x86_64/amd/zen2 from trz42

    • expanded format: build instance:eX3-dev-310 repository:eessi.io-2023.06-software architecture:x86_64/amd/zen2
  • handling command build instance:eX3-dev-310 repository:eessi.io-2023.06-software architecture:x86_64/amd/zen2 resulted in:

@eessi-bot-devel-trz42
Copy link

eessi-bot-devel-trz42 bot commented Apr 21, 2025

New job on instance eX3-dev-310 for CPU micro-architecture x86_64-amd-zen2 for repository eessi.io-2023.06-software in job dir /home/thomarob/D1/dev/jobs/2025.04/pr_90/796356

date job status comment
Apr 21 05:44:23 PM UTC 2025 submitted job id 796356 awaits release by job manager
Apr 21 05:44:56 PM UTC 2025 released job awaits launch by Slurm scheduler
Apr 21 05:45:58 PM UTC 2025 finished
😢 FAILURE (click triangle for details)
Details
✅ job output file slurm-796356.out
❌ found message matching FATAL:
✅ no message matching ERROR:
✅ no message matching FAILED:
✅ no message matching required modules missing:
❌ no message matching No missing installations
✅ found message matching .tar.gz created!
Artefacts
Details
No artefacts were created or found.
Apr 21 05:45:58 PM UTC 2025 test result
😢 FAILURE (click triangle for details)
Reason
Failed for unknown reason
Details
✅ job output file slurm-796356.out
✅ no message matching ERROR:
✅ no message matching [\s*FAILED\s*].*Ran .* test case

@trz42
Copy link
Owner Author

trz42 commented Apr 21, 2025

Repeat test case 2 (all components and exact values)...
bot: build inst:eX3-dev-310 repo:eessi.io-2023.06-software arch:x86_64/amd/zen2
bot: build inst:eX3-dev-310 repo:eessi.io-2023.06-software arch:aarch64/generic

@eessi-bot-devel-trz42
Copy link

eessi-bot-devel-trz42 bot commented Apr 21, 2025

Updates by the bot instance eX3-dev-310 (click for details)
  • received bot command build inst:eX3-dev-310 repo:eessi.io-2023.06-software arch:x86_64/amd/zen2 from trz42

    • expanded format: build instance:eX3-dev-310 repository:eessi.io-2023.06-software architecture:x86_64/amd/zen2
  • received bot command build inst:eX3-dev-310 repo:eessi.io-2023.06-software arch:aarch64/generic from trz42

    • expanded format: build instance:eX3-dev-310 repository:eessi.io-2023.06-software architecture:aarch64/generic
  • handling command build instance:eX3-dev-310 repository:eessi.io-2023.06-software architecture:x86_64/amd/zen2 resulted in:

  • handling command build instance:eX3-dev-310 repository:eessi.io-2023.06-software architecture:aarch64/generic resulted in:

@eessi-bot-devel-trz42
Copy link

eessi-bot-devel-trz42 bot commented Apr 21, 2025

New job on instance eX3-dev-310 for CPU micro-architecture x86_64-amd-zen2 for repository eessi.io-2023.06-software in job dir /home/thomarob/D1/dev/jobs/2025.04/pr_90/796357

date job status comment
Apr 21 05:48:03 PM UTC 2025 submitted job id 796357 awaits release by job manager
Apr 21 05:49:05 PM UTC 2025 released job awaits launch by Slurm scheduler
Apr 21 05:50:11 PM UTC 2025 finished
😢 FAILURE (click triangle for details)
Details
✅ job output file slurm-796357.out
❌ found message matching FATAL:
✅ no message matching ERROR:
✅ no message matching FAILED:
✅ no message matching required modules missing:
❌ no message matching No missing installations
✅ found message matching .tar.gz created!
Artefacts
Details
No artefacts were created or found.
Apr 21 05:50:11 PM UTC 2025 test result
😢 FAILURE (click triangle for details)
Reason
Failed for unknown reason
Details
✅ job output file slurm-796357.out
✅ no message matching ERROR:
✅ no message matching [\s*FAILED\s*].*Ran .* test case

@eessi-bot-devel-trz42
Copy link

eessi-bot-devel-trz42 bot commented Apr 21, 2025

Updates by the bot instance eX3-dev-310 (click for details)
  • received bot command build inst:eX3-dev-310 repo:eessi.io-2023.06-software arch:x86_64/amd/zen2 from trz42

    • expanded format: build instance:eX3-dev-310 repository:eessi.io-2023.06-software architecture:x86_64/amd/zen2
  • received bot command build inst:eX3-dev-310 repo:eessi.io-2023.06-software arch:aarch64/generic from trz42

    • expanded format: build instance:eX3-dev-310 repository:eessi.io-2023.06-software architecture:aarch64/generic
  • handling command build instance:eX3-dev-310 repository:eessi.io-2023.06-software architecture:x86_64/amd/zen2 resulted in:

  • handling command build instance:eX3-dev-310 repository:eessi.io-2023.06-software architecture:aarch64/generic resulted in:

@eessi-bot-devel-trz42
Copy link

eessi-bot-devel-trz42 bot commented Apr 21, 2025

New job on instance eX3-dev-310 for CPU micro-architecture x86_64-amd-zen2 for repository eessi.io-2023.06-software in job dir /home/thomarob/D1/dev/jobs/2025.04/pr_90/796359

date job status comment
Apr 21 05:58:42 PM UTC 2025 submitted job id 796359 awaits release by job manager
Apr 21 05:59:20 PM UTC 2025 released job awaits launch by Slurm scheduler
Apr 21 06:00:24 PM UTC 2025 finished
😢 FAILURE (click triangle for details)
Details
✅ job output file slurm-796359.out
❌ found message matching FATAL:
✅ no message matching ERROR:
✅ no message matching FAILED:
✅ no message matching required modules missing:
❌ no message matching No missing installations
✅ found message matching .tar.gz created!
Artefacts
Details
No artefacts were created or found.
Apr 21 06:00:24 PM UTC 2025 test result
😢 FAILURE (click triangle for details)
Reason
Failed for unknown reason
Details
✅ job output file slurm-796359.out
✅ no message matching ERROR:
✅ no message matching [\s*FAILED\s*].*Ran .* test case

@eessi-bot-devel-trz42
Copy link

eessi-bot-devel-trz42 bot commented Apr 21, 2025

New job on instance eX3-dev-310 for CPU micro-architecture aarch64-generic for repository eessi.io-2023.06-software in job dir /home/thomarob/D1/dev/jobs/2025.04/pr_90/796360

date job status comment
Apr 21 05:58:48 PM UTC 2025 submitted job id 796360 awaits release by job manager
Apr 21 05:59:16 PM UTC 2025 released job awaits launch by Slurm scheduler
Apr 21 06:00:22 PM UTC 2025 finished
🤷 UNKNOWN (click for details)
  • Job results file _bot_job796360.result does not exist in job directory, or parsing it failed.
  • No artefacts were found/reported.
Apr 21 06:00:22 PM UTC 2025 test result
🤷 UNKNOWN (click for details)
  • Job test file _bot_job796360.test does not exist in job directory, or parsing it failed.

@trz42
Copy link
Owner Author

trz42 commented Apr 21, 2025

Repeat after reconfiguring bot to use local directory for singularity cache...
bot: build inst:eX3-dev-310 repo:eessi.io-2023.06-software arch:x86_64/amd/zen2
bot: build inst:eX3-dev-310 repo:eessi.io-2023.06-software arch:aarch64/generic

@eessi-bot-devel-trz42
Copy link

eessi-bot-devel-trz42 bot commented Apr 21, 2025

Updates by the bot instance eX3-dev-310 (click for details)
  • received bot command build inst:eX3-dev-310 repo:eessi.io-2023.06-software arch:x86_64/amd/zen2 from trz42

    • expanded format: build instance:eX3-dev-310 repository:eessi.io-2023.06-software architecture:x86_64/amd/zen2
  • received bot command build inst:eX3-dev-310 repo:eessi.io-2023.06-software arch:aarch64/generic from trz42

    • expanded format: build instance:eX3-dev-310 repository:eessi.io-2023.06-software architecture:aarch64/generic
  • handling command build instance:eX3-dev-310 repository:eessi.io-2023.06-software architecture:x86_64/amd/zen2 resulted in:

  • handling command build instance:eX3-dev-310 repository:eessi.io-2023.06-software architecture:aarch64/generic resulted in:

@eessi-bot-devel-trz42
Copy link

eessi-bot-devel-trz42 bot commented Apr 21, 2025

New job on instance eX3-dev-310 for CPU micro-architecture x86_64-amd-zen2 for repository eessi.io-2023.06-software in job dir /home/thomarob/D1/dev/jobs/2025.04/pr_90/796362

date job status comment
Apr 21 06:14:48 PM UTC 2025 submitted job id 796362 awaits release by job manager
Apr 21 06:18:31 PM UTC 2025 released job awaits launch by Slurm scheduler
Apr 21 06:35:36 PM UTC 2025 finished
🤷 UNKNOWN (click for details)
  • Job results file _bot_job796362.result does not exist in job directory, or parsing it failed.
  • No artefacts were found/reported.
Apr 21 06:35:36 PM UTC 2025 test result
🤷 UNKNOWN (click for details)
  • Job test file _bot_job796362.test does not exist in job directory, or parsing it failed.

@eessi-bot-devel-trz42
Copy link

eessi-bot-devel-trz42 bot commented Apr 21, 2025

New job on instance eX3-dev-310 for CPU micro-architecture aarch64-generic for repository eessi.io-2023.06-software in job dir /home/thomarob/D1/dev/jobs/2025.04/pr_90/796363

date job status comment
Apr 21 06:14:53 PM UTC 2025 submitted job id 796363 awaits release by job manager
Apr 21 06:18:27 PM UTC 2025 released job awaits launch by Slurm scheduler
Apr 21 06:19:32 PM UTC 2025 finished
🤷 UNKNOWN (click for details)
  • Job results file _bot_job796363.result does not exist in job directory, or parsing it failed.
  • No artefacts were found/reported.
Apr 21 06:19:32 PM UTC 2025 test result
🤷 UNKNOWN (click for details)
  • Job test file _bot_job796363.test does not exist in job directory, or parsing it failed.

@trz42
Copy link
Owner Author

trz42 commented May 7, 2025

bot: build inst:eX3-dev-310 repo:eessi.io-2023.06-software arch:x86_64/amd/zen2 arch:x86_64/amd/zen3

@eessi-bot-devel-trz42
Copy link

eessi-bot-devel-trz42 bot commented May 7, 2025

Updates by the bot instance aws-dev-310 (click for details)
  • received bot command build inst:eX3-dev-310 repo:eessi.io-2023.06-software arch:x86_64/amd/zen2 arch:x86_64/amd/zen3 from trz42

    • expanded format: build instance:eX3-dev-310 repository:eessi.io-2023.06-software architecture:x86_64/amd/zen2 architecture:x86_64/amd/zen3
  • handling command build instance:eX3-dev-310 repository:eessi.io-2023.06-software architecture:x86_64/amd/zen2 architecture:x86_64/amd/zen3 resulted in:

    • no jobs were submitted

@trz42
Copy link
Owner Author

trz42 commented May 7, 2025

bot: build inst:aws-dev-310 repo:eessi.io-2023.06-software arch:x86_64/amd/zen2 arch:x86_64/amd/zen3

@eessi-bot-devel-trz42
Copy link

eessi-bot-devel-trz42 bot commented May 7, 2025

Updates by the bot instance aws-dev-310 (click for details)
  • received bot command build inst:aws-dev-310 repo:eessi.io-2023.06-software arch:x86_64/amd/zen2 arch:x86_64/amd/zen3 from trz42

    • expanded format: build instance:aws-dev-310 repository:eessi.io-2023.06-software architecture:x86_64/amd/zen2 architecture:x86_64/amd/zen3
  • handling command build instance:aws-dev-310 repository:eessi.io-2023.06-software architecture:x86_64/amd/zen2 architecture:x86_64/amd/zen3 resulted in:

    • no jobs were submitted

@trz42
Copy link
Owner Author

trz42 commented May 22, 2025

bot: help

@eessi-bot-devel-trz42
Copy link

eessi-bot-devel-trz42 bot commented May 22, 2025

Updates by the bot instance aws-dev-310 (click for details)
  • received bot command help from trz42

    • expanded format: help
  • handling command help resulted in:
    How to send commands to bot instances

    • Commands must be sent with a new comment (edits of existing comments are ignored).
    • A comment may contain multiple commands, one per line.
    • Every command begins at the start of a line and has the syntax bot: COMMAND [ARGUMENTS]*
    • Currently supported COMMANDs are: help, build, show_config, status

    For more information, see https://www.eessi.io/docs/bot

@trz42
Copy link
Owner Author

trz42 commented May 22, 2025

bot: status

@eessi-bot-devel-trz42
Copy link

This is the status of all the bot: build commands:

arch result date status url
x86_64-amd-zen2 😢 FAILURE Apr 21 05:45:58 PM UTC 2025 finished #90 (comment)
x86_64-amd-zen2 😢 FAILURE Apr 21 05:50:11 PM UTC 2025 finished #90 (comment)
aarch64-generic 🤷 UNKNOWN Apr 21 05:50:07 PM UTC 2025 finished #90 (comment)
x86_64-amd-zen2 😢 FAILURE Apr 21 06:00:24 PM UTC 2025 finished #90 (comment)
aarch64-generic 🤷 UNKNOWN Apr 21 06:00:22 PM UTC 2025 finished #90 (comment)
x86_64-amd-zen2 🤷 UNKNOWN Apr 21 06:35:36 PM UTC 2025 finished #90 (comment)
aarch64-generic 🤷 UNKNOWN Apr 21 06:19:32 PM UTC 2025 finished #90 (comment)

@trz42
Copy link
Owner Author

trz42 commented May 22, 2025

bot: show_config

@eessi-bot-devel-trz42
Copy link

Instance aws-dev-310 is configured to build for:

  • architectures: x86_64/generic, x86_64/intel/cascadelake, x86_64/intel/haswell, x86_64/intel/icelake, x86_64/intel/sapphirerapids, x86_64/intel/skylake_avx512, x86_64/amd/zen2, x86_64/amd/zen3, aarch64/generic, aarch64/neoverse_n1, aarch64/neoverse_v1
  • repositories: eessi.io-2023.06-software, eessi.io-2023.06-compat

@trz42
Copy link
Owner Author

trz42 commented May 22, 2025

bot: build inst:aws-dev-310 repo:eessi.io-2023.06-software arch:x86_64/amd/zen2

@eessi-bot-devel-trz42
Copy link

eessi-bot-devel-trz42 bot commented May 22, 2025

New job on instance aws-dev-310 for CPU micro-architecture x86_64-amd-zen2 for repository eessi.io-2023.06-software in job dir /home/trz42/projects/def-users/trz42/PR303_signing/jobs/2025.05/pr_90/64522

date job status comment
May 22 10:37:18 UTC 2025 submitted job id 64522 awaits release by job manager
May 22 10:37:26 UTC 2025 released job awaits launch by Slurm scheduler
May 22 12:35:07 UTC 2025 finished
🤷 UNKNOWN (click for details)
  • Job results file _bot_job64522.result does not exist in job directory, or parsing it failed.
  • No artefacts were found/reported.
May 22 12:35:07 UTC 2025 test result
🤷 UNKNOWN (click for details)
  • Job test file _bot_job64522.test does not exist in job directory, or parsing it failed.

@trz42
Copy link
Owner Author

trz42 commented May 22, 2025

bot: help

@eessi-bot-devel-trz42
Copy link

eessi-bot-devel-trz42 bot commented May 22, 2025

Updates by the bot instance aws-dev-310 (click for details)
  • received bot command help from trz42

    • expanded format: help
  • handling command help resulted in:
    How to send commands to bot instances

    • Commands must be sent with a new comment (edits of existing comments are ignored).
    • A comment may contain multiple commands, one per line.
    • Every command begins at the start of a line and has the syntax bot: COMMAND [ARGUMENTS]*
    • Currently supported COMMANDs are: help, build, show_config, status

    For more information, see https://www.eessi.io/docs/bot

@eessi-bot-devel-trz42
Copy link

eessi-bot-devel-trz42 bot commented May 22, 2025

Updates by the bot instance eX3-dev-pr315 (click for details)
  • received bot command help from trz42

    • expanded format: help
  • handling command help resulted in:
    How to send commands to bot instances

    • Commands must be sent with a new comment (edits of existing comments are ignored).
    • A comment may contain multiple commands, one per line.
    • Every command begins at the start of a line and has the syntax bot: COMMAND [ARGUMENTS]*
    • Currently supported COMMANDs are: help, build, show_config, status

    For more information, see https://www.eessi.io/docs/bot

@trz42
Copy link
Owner Author

trz42 commented May 22, 2025

bot: show_config

@eessi-bot-devel-trz42
Copy link

Instance eX3-dev-pr315 is configured to build for:

  • architectures: x86_64/amd/zen2, aarch64/generic
  • repositories: eessi.io-2023.06-software, eessi.io-2023.06-compat

@eessi-bot-devel-trz42
Copy link

Instance aws-dev-310 is configured to build for:

  • architectures: x86_64/generic, x86_64/intel/cascadelake, x86_64/intel/haswell, x86_64/intel/icelake, x86_64/intel/sapphirerapids, x86_64/intel/skylake_avx512, x86_64/amd/zen2, x86_64/amd/zen3, aarch64/generic, aarch64/neoverse_n1, aarch64/neoverse_v1
  • repositories: eessi.io-2023.06-compat, eessi.io-2023.06-software

@trz42
Copy link
Owner Author

trz42 commented May 22, 2025

Reconfigured AWS instance to incognito
bot: show_config

@eessi-bot-devel-trz42
Copy link

Instance eX3-dev-pr315 is configured to build for:

  • architectures: x86_64/amd/zen2, aarch64/generic
  • repositories: eessi.io-2023.06-software, eessi.io-2023.06-compat

@trz42
Copy link
Owner Author

trz42 commented May 22, 2025

bot: status

@eessi-bot-devel-trz42
Copy link

eessi-bot-devel-trz42 bot commented May 22, 2025

Updates by the bot instance eX3-dev-pr315 (click for details)
  • received bot command status from trz42

    • expanded format: status
  • handling command status resulted in:

@eessi-bot-devel-trz42
Copy link

This is the status of all the bot: build commands:

arch result date status url
x86_64-amd-zen2 😢 FAILURE Apr 21 05:45:58 PM UTC 2025 finished #90 (comment)
x86_64-amd-zen2 😢 FAILURE Apr 21 05:50:11 PM UTC 2025 finished #90 (comment)
aarch64-generic 🤷 UNKNOWN Apr 21 05:50:07 PM UTC 2025 finished #90 (comment)
x86_64-amd-zen2 😢 FAILURE Apr 21 06:00:24 PM UTC 2025 finished #90 (comment)
aarch64-generic 🤷 UNKNOWN Apr 21 06:00:22 PM UTC 2025 finished #90 (comment)
x86_64-amd-zen2 🤷 UNKNOWN Apr 21 06:35:36 PM UTC 2025 finished #90 (comment)
aarch64-generic 🤷 UNKNOWN Apr 21 06:19:32 PM UTC 2025 finished #90 (comment)
x86_64-amd-zen2 🤷 UNKNOWN May 22 12:35:07 UTC 2025 finished #90 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants